From 7c02b521fbb5361e70b38fb417a37580a2300ba5 Mon Sep 17 00:00:00 2001 From: mvllow Date: Sun, 15 Aug 2021 18:27:10 -0500 Subject: [PATCH] inherit background for `FoldColumn` --- 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 8b67122..81c2d7b 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 = { bg = p.base }, + FoldColumn = {}, Folded = { fg = p.text, bg = p.surface }, IncSearch = { bg = p.highlight }, LineNr = { fg = p.inactive },