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
2d431410dc
commit
d864d5116c
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ theme.loadEditor = function()
|
||||||
-- EndOfBuffer = {},
|
-- EndOfBuffer = {},
|
||||||
ErrorMsg = { fg = p.love, style = 'bold' },
|
ErrorMsg = { fg = p.love, style = 'bold' },
|
||||||
FloatBorder = { fg = p.highlight, bg = p.surface },
|
FloatBorder = { fg = p.highlight, bg = p.surface },
|
||||||
-- FoldColumn = {},
|
FoldColumn = { bg = p.base },
|
||||||
Folded = { fg = p.text, bg = p.surface },
|
Folded = { fg = p.text, bg = p.surface },
|
||||||
IncSearch = { bg = p.highlight },
|
IncSearch = { bg = p.highlight },
|
||||||
LineNr = { fg = p.inactive },
|
LineNr = { fg = p.inactive },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue