reduce contrast of cursorline and cursorcolumn

This commit is contained in:
mvllow 2022-02-08 09:04:07 -06:00
commit 29f030d64c

View file

@ -19,9 +19,9 @@ function M.get(config)
ColorColumn = { bg = p.highlight_high },
Conceal = { bg = p.none },
-- Cursor = {},
CursorColumn = { bg = p.overlay },
CursorColumn = { bg = p.highlight_low },
-- CursorIM = {},
CursorLine = { bg = p.overlay },
CursorLine = { bg = p.highlight_low },
CursorLineNr = { fg = p.text },
DarkenedPanel = { bg = p.surface },
DarkenedStatusline = { bg = p.surface },