add FoldColumn (fixes #13)

This commit is contained in:
mvllow 2021-08-15 18:19:20 -05:00
commit d864d5116c

View file

@ -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 },