From 7ecc4a9dfb77561dc791e96326d0fb81609300c2 Mon Sep 17 00:00:00 2001 From: mvllow Date: Wed, 26 Jan 2022 10:36:18 -0600 Subject: [PATCH] feat: support `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 700637f..c3f0c5e 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -51,7 +51,7 @@ local theme = { -- EndOfBuffer = {}, ErrorMsg = { fg = p.love, style = 'bold' }, FloatBorder = { fg = p.subtle }, - FoldColumn = {}, + FoldColumn = { fg = p.muted }, Folded = { fg = p.text, bg = p.surface }, IncSearch = { bg = p.highlight_med }, LineNr = { fg = p.muted },