Add FoldColumn

This commit is contained in:
Timothy Pidashev
2025-01-13 13:12:52 -08:00
parent 65bb0a1461
commit 67071950b1

View File

@@ -31,6 +31,7 @@ local function get_groups(colors)
SignColumn = { bg = colors.bg },
VertSplit = { fg = colors.bg },
ColorColumn = { fg = colors.dim_black },
FoldColumn = { fg = colors.dim_black },
StatusLine = { fg = colors.fg, bg = colors.black },
StatusLineNC = { fg = colors.gray, bg = colors.black },
Visual = { bg = colors.dim_gray },