reduce contrast of cursorline and cursorcolumn

closes #65
This commit is contained in:
mvllow 2022-02-08 08:58:53 -06:00
commit acee7a0b09

View file

@ -33,9 +33,9 @@ local theme = {
ColorColumn = { bg = palette.highlight_high }, ColorColumn = { bg = palette.highlight_high },
Conceal = { bg = palette.none }, Conceal = { bg = palette.none },
-- Cursor = {}, -- Cursor = {},
CursorColumn = { bg = palette.overlay }, CursorColumn = { bg = palette.highlight_low },
-- CursorIM = {}, -- CursorIM = {},
CursorLine = { bg = palette.overlay }, CursorLine = { bg = palette.highlight_low },
CursorLineNr = { fg = palette.text }, CursorLineNr = { fg = palette.text },
DarkenedPanel = { bg = palette.surface }, DarkenedPanel = { bg = palette.surface },
DarkenedStatusline = { bg = palette.surface }, DarkenedStatusline = { bg = palette.surface },