diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox/groups.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index 02b59e8..97cd782 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -98,7 +98,7 @@ M.setup = function() StatusLineNC = { fg = colors.bg1, bg = colors.fg4, reverse = config.inverse }, WinBar = { fg = colors.fg4, bg = colors.bg0 }, WinBarNC = { fg = colors.fg3, bg = colors.bg1 }, - VertSplit = { fg = colors.bg3, bg = colors.bg0 }, + WinSeparator = config.transparent_mode and { fg = colors.bg3, bg = nil } or { fg = colors.bg3, bg = colors.bg0 }, WildMenu = { fg = colors.blue, bg = colors.bg2, bold = config.bold }, Directory = { link = "GruvboxBlueBold" }, Title = { link = "GruvboxGreenBold" }, |
