mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: support FoldColumn
This commit is contained in:
parent
dca25f4efc
commit
05bc82f815
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ local theme = {
|
||||||
-- EndOfBuffer = {},
|
-- EndOfBuffer = {},
|
||||||
ErrorMsg = { fg = p.love, style = 'bold' },
|
ErrorMsg = { fg = p.love, style = 'bold' },
|
||||||
FloatBorder = { fg = p.subtle },
|
FloatBorder = { fg = p.subtle },
|
||||||
FoldColumn = {},
|
FoldColumn = { fg = p.muted },
|
||||||
Folded = { fg = p.text, bg = p.surface },
|
Folded = { fg = p.text, bg = p.surface },
|
||||||
IncSearch = { bg = p.highlight_med },
|
IncSearch = { bg = p.highlight_med },
|
||||||
LineNr = { fg = p.muted },
|
LineNr = { fg = p.muted },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue