From bb4290e80c917f9e6711fd1fac6bf54c19eeb293 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Fri, 18 Jul 2025 10:56:08 -0700 Subject: switch to kanso colorscheme --- dot-config/nvim/lua/plugins/theme.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'dot-config/nvim/lua/plugins') 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 @@ -10,10 +10,19 @@ return { end, }, + { + "webhooked/kanso.nvim", + lazy = false, + priority = 1000, + opts = { + transparent = true + } + }, + { "LazyVim/LazyVim", opts = { - colorscheme = "gruvbox-material", + colorscheme = "kanso-zen", }, }, } -- cgit v1.3