From 9a0c33991217705b2e5e02164d00c10958372162 Mon Sep 17 00:00:00 2001 From: mvllow Date: Mon, 12 Jul 2021 22:14:52 -0500 Subject: [PATCH] add folded styles --- lua/rose-pine/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },