Fix WinSeparator

This commit is contained in:
Timothy Pidashev
2025-01-13 13:18:27 -08:00
parent ddb5b56e36
commit 76de07733c

View File

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