Update VertSplit

This commit is contained in:
Timothy Pidashev
2025-01-13 12:52:58 -08:00
parent 92162731e7
commit 782485fdf7

View File

@@ -29,7 +29,7 @@ local function get_groups(colors)
CursorLineNr = { fg = colors.yellow },
LineNr = { fg = colors.gray },
SignColumn = { bg = colors.bg },
VertSplit = { fg = colors.dim_black },
VertSplit = { fg = colors.bg },
StatusLine = { fg = colors.fg, bg = colors.black },
StatusLineNC = { fg = colors.gray, bg = colors.black },
Visual = { bg = colors.dim_gray },