mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
reduce contrast of cursorline and cursorcolumn
This commit is contained in:
parent
b1d6d23a67
commit
29f030d64c
1 changed files with 2 additions and 2 deletions
|
|
@ -19,9 +19,9 @@ function M.get(config)
|
||||||
ColorColumn = { bg = p.highlight_high },
|
ColorColumn = { bg = p.highlight_high },
|
||||||
Conceal = { bg = p.none },
|
Conceal = { bg = p.none },
|
||||||
-- Cursor = {},
|
-- Cursor = {},
|
||||||
CursorColumn = { bg = p.overlay },
|
CursorColumn = { bg = p.highlight_low },
|
||||||
-- CursorIM = {},
|
-- CursorIM = {},
|
||||||
CursorLine = { bg = p.overlay },
|
CursorLine = { bg = p.highlight_low },
|
||||||
CursorLineNr = { fg = p.text },
|
CursorLineNr = { fg = p.text },
|
||||||
DarkenedPanel = { bg = p.surface },
|
DarkenedPanel = { bg = p.surface },
|
||||||
DarkenedStatusline = { bg = p.surface },
|
DarkenedStatusline = { bg = p.surface },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue