aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/gruvbox/groups.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua
index 97cd782..d06034e 100644
--- a/lua/gruvbox/groups.lua
+++ b/lua/gruvbox/groups.lua
@@ -110,7 +110,7 @@ M.setup = function()
LineNr = { fg = colors.bg4 },
SignColumn = config.transparent_mode and { bg = nil } or { bg = colors.bg1 },
Folded = { fg = colors.gray, bg = colors.bg1, italic = config.italic },
- FoldColumn = { fg = colors.gray, bg = colors.bg1 },
+ FoldColumn = config.transparent_mode and { fg = colors.gray, bg = nil } or { fg = colors.gray, bg = colors.bg1 },
Cursor = { reverse = config.inverse },
vCursor = { link = "Cursor" },
iCursor = { link = "Cursor" },