From f143f734e71d260ad0139d279d4dd6c747c28418 Mon Sep 17 00:00:00 2001 From: mhsn Date: Tue, 25 Feb 2025 12:01:35 +0000 Subject: change color theme from gruvbox-material to everforest --- lua/plugins/colors.lua | 6 ++++-- 1 file 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, }, } -- cgit v1.2.3