diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 1a51331..9921953 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -7,7 +7,7 @@ return { config = function() require("gruvbox").setup({ contrast = "hard", -- can be "hard", "soft" or empty string - transparent_mode = false, + transparent_mode = true, }) end, }, @@ -48,4 +48,4 @@ return { end, {}) end, }, -} \ No newline at end of file +}