We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746bbd1 commit 599266cCopy full SHA for 599266c
init.lua
@@ -787,9 +787,9 @@ require('lazy').setup({
787
},
788
789
{
790
- 'rebelot/kanagawa.nvim',
+ 'blazkowolf/gruber-darker.nvim',
791
init = function()
792
- vim.cmd.colorscheme 'kanagawa-dragon'
+ vim.cmd.colorscheme 'lackluster-night'
793
end,
794
795
lua/custom/plugins/themes.lua
@@ -0,0 +1,4 @@
1
+return {
2
+ 'sainnhe/sonokai',
3
+ 'slugbyte/lackluster.nvim',
4
+}
0 commit comments