lighter visual bg

This commit is contained in:
Michael Chris Lopez
2021-08-24 16:43:49 +08:00
parent 9d377c6053
commit 0c36d3c07f

View File

@@ -136,7 +136,7 @@ local theme = lush(function()
TabLineSel { Bold }, -- tab pages line, active tab page label
Title { Bold }, -- titles for output from ":set all", ":autocmd" etc.
Visual { bg = stone.li(40), fg = sand }, -- Visual mode selection
Visual { bg = stone.li(84) }, -- Visual mode selection
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
NonText { fg = sand.da(22) }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.