mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add DarkenedStatusline
This commit is contained in:
parent
bf12573f0f
commit
0007e24dc2
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ theme.loadEditor = function()
|
||||||
CursorLine = { bg = p.highlight_inactive },
|
CursorLine = { bg = p.highlight_inactive },
|
||||||
CursorLineNr = { fg = p.text },
|
CursorLineNr = { fg = p.text },
|
||||||
DarkenedPanel = { bg = p.surface },
|
DarkenedPanel = { bg = p.surface },
|
||||||
|
DarkenedStatusline = { 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