From 599266c7a2e79582c36c3ff420faafecec0d7cbd Mon Sep 17 00:00:00 2001 From: Alexander Kabolov Date: Tue, 25 Feb 2025 22:27:53 +0100 Subject: [PATCH] themes_ --- init.lua | 4 ++-- lua/custom/plugins/themes.lua | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 lua/custom/plugins/themes.lua diff --git a/init.lua b/init.lua index 844ad63b..6abb6319 100644 --- a/init.lua +++ b/init.lua @@ -787,9 +787,9 @@ require('lazy').setup({ }, { - 'rebelot/kanagawa.nvim', + 'blazkowolf/gruber-darker.nvim', init = function() - vim.cmd.colorscheme 'kanagawa-dragon' + vim.cmd.colorscheme 'lackluster-night' end, }, diff --git a/lua/custom/plugins/themes.lua b/lua/custom/plugins/themes.lua new file mode 100644 index 00000000..c1866cb9 --- /dev/null +++ b/lua/custom/plugins/themes.lua @@ -0,0 +1,4 @@ +return { + 'sainnhe/sonokai', + 'slugbyte/lackluster.nvim', +}