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