feat(kanso): add config
This commit is contained in:
parent
97737642f7
commit
449151d06c
1 changed files with 14 additions and 0 deletions
|
|
@ -3,4 +3,18 @@ return {
|
|||
"webhooked/kanso.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
local k = require("kanso")
|
||||
k.setup({
|
||||
transparent = false,
|
||||
background = {
|
||||
dark = "ink", -- zen, mist, ink
|
||||
light = "pearl",
|
||||
},
|
||||
foreground = {
|
||||
dark = "default", -- Use default colors in dark mode
|
||||
light = "saturated", -- Use higher saturation in light mode
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue