Update VertSplit; Update README.md

This commit is contained in:
Timothy Pidashev
2025-01-13 12:50:06 -08:00
parent 5d6fdede23
commit 92162731e7
2 changed files with 47 additions and 3 deletions

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_gray },
VertSplit = { fg = colors.dim_black },
StatusLine = { fg = colors.fg, bg = colors.black },
StatusLineNC = { fg = colors.gray, bg = colors.black },
Visual = { bg = colors.dim_gray },