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', +}