summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/colors.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/lua/plugins/colors.lua b/lua/plugins/colors.lua
index 1c44296..a75555e 100644
--- a/lua/plugins/colors.lua
+++ b/lua/plugins/colors.lua
@@ -1,10 +1,12 @@
return {
{
- "sainnhe/gruvbox-material",
+ "sainnhe/everforest",
lazy = false,
priority = 1000,
config = function()
- vim.cmd([[colorscheme gruvbox-material]])
+ vim.g.everforest_background = "hard"
+ vim.g.everforest_disable_italic_comment = true
+ vim.cmd.colorscheme("everforest")
end,
},
}