more visible VertSplit

This commit is contained in:
Michael Chris Lopez
2021-09-13 18:38:02 +08:00
parent 0fcc7a94dc
commit 3b7c4d5072
2 changed files with 13 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ local theme = lush(function()
TabLine { StatusLine, gui = "italic" }, -- tab pages line, not active tab page label
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label
VertSplit { fg = PmenuThumb.bg }, -- the column separating vertically split windows
VertSplit { LineNr }, -- the column separating vertically split windows
Visual { bg = c.stone.li(84) }, -- Visual mode selection
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".