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 },