feat: add WinSeparator highlight (#29)

This commit is contained in:
2024-01-02 04:21:37 -05:00
parent 4bfb429242
commit b6f365cf5b

View File

@@ -96,6 +96,7 @@ M.highlights = {
TabLine = { fg = p.fg, bg = p.bg4 },
TabLineFill = { fg = p.grey, bg = p.bg1 },
TabLineSel = { fg = p.bg0, bg = p.bg_red },
WinSeparator = { fg = p.bg5 },
VertSplit = { fg = p.bg5 },
Visual = { bg = p.bg2 },
VisualNOS = { fg = p.none, bg = p.bg2, underline = true },