update config

This commit is contained in:
Harivansh Rathi 2025-11-08 14:31:02 -05:00
parent 374580330f
commit 161e0c20e6
3 changed files with 75 additions and 13 deletions

View file

@ -7,7 +7,7 @@ return {
config = function()
require("gruvbox").setup({
contrast = "hard", -- can be "hard", "soft" or empty string
transparent_mode = true,
transparent_mode = false,
})
end,
},