diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index f880550..56c2e98 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -62,7 +62,7 @@ theme.loadEditor = function() -- EndOfBuffer = {}, ErrorMsg = { fg = p.love, style = 'bold' }, -- FoldColumn = {}, - -- Folded = {}, + Folded = { fg = p.text, bg = p.surface }, IncSearch = { bg = p.highlight }, LineNr = { fg = p.inactive }, MatchParen = { fg = p.text, bg = p.overlay },