mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
73c5046bf3
commit
acee7a0b09
1 changed files with 2 additions and 2 deletions
|
|
@ -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 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue