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
ac704d114e
commit
7ecc4a9dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ local theme = {
|
|||
-- EndOfBuffer = {},
|
||||
ErrorMsg = { fg = p.love, style = 'bold' },
|
||||
FloatBorder = { fg = p.subtle },
|
||||
FoldColumn = {},
|
||||
FoldColumn = { fg = p.muted },
|
||||
Folded = { fg = p.text, bg = p.surface },
|
||||
IncSearch = { bg = p.highlight_med },
|
||||
LineNr = { fg = p.muted },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue