diff options
Diffstat (limited to 'dot-config/nvim/lua')
| -rw-r--r-- | dot-config/nvim/lua/plugins/theme.lua | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dot-config/nvim/lua/plugins/theme.lua b/dot-config/nvim/lua/plugins/theme.lua index 2969c42..e202412 100644 --- a/dot-config/nvim/lua/plugins/theme.lua +++ b/dot-config/nvim/lua/plugins/theme.lua @@ -11,9 +11,18 @@ return { }, { + "webhooked/kanso.nvim", + lazy = false, + priority = 1000, + opts = { + transparent = true + } + }, + + { "LazyVim/LazyVim", opts = { - colorscheme = "gruvbox-material", + colorscheme = "kanso-zen", }, }, } |
