updates default colorscheme to everforest

This commit is contained in:
xesc 2023-12-10 16:57:09 +01:00
parent 162febc284
commit 7fd18eeda9
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ require("lazy").setup({
border = "rounded",
},
install = {
colorscheme = { "gruvbox-material" }
colorscheme = { "everforest" }
},
})