mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add DarkenedPanel
This commit is contained in:
parent
89e4e29d72
commit
11f271a33a
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ theme.loadEditor = function()
|
||||||
-- CursorIM = {},
|
-- CursorIM = {},
|
||||||
CursorLine = { bg = p.highlight_inactive },
|
CursorLine = { bg = p.highlight_inactive },
|
||||||
CursorLineNr = { fg = p.text },
|
CursorLineNr = { fg = p.text },
|
||||||
|
DarkenedPanel = { bg = p.surface },
|
||||||
DiffAdd = { fg = p.foam },
|
DiffAdd = { fg = p.foam },
|
||||||
DiffChange = { fg = p.rose },
|
DiffChange = { fg = p.rose },
|
||||||
DiffDelete = { fg = p.love },
|
DiffDelete = { fg = p.love },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue