mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add folded styles
This commit is contained in:
parent
e0ae6a791c
commit
d7b8ac17fb
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ theme.loadEditor = function()
|
|||
-- EndOfBuffer = {},
|
||||
ErrorMsg = { fg = p.love, style = 'bold' },
|
||||
-- FoldColumn = {},
|
||||
-- Folded = {},
|
||||
Folded = { fg = p.text, bg = p.surface },
|
||||
IncSearch = { bg = p.highlight },
|
||||
LineNr = { fg = p.inactive },
|
||||
MatchParen = { fg = p.text, bg = p.overlay },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue