From ada34c540a722bccfff93d7c0a37051a0a7fe595 Mon Sep 17 00:00:00 2001 From: mvllow Date: Sun, 15 Aug 2021 18:19:20 -0500 Subject: [PATCH] add `FoldColumn` (fixes #13) --- 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 4809826..464256f 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -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 },