diff --git a/lua/catppuccin/groups/editor.lua b/lua/catppuccin/groups/editor.lua index 5292aa49..981222ba 100644 --- a/lua/catppuccin/groups/editor.lua +++ b/lua/catppuccin/groups/editor.lua @@ -15,7 +15,7 @@ function M.get() EndOfBuffer = { fg = O.show_end_of_buffer and C.surface1 or C.base }, -- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|. ErrorMsg = { fg = C.red, style = { "bold", "italic" } }, -- error messages on the command line VertSplit = { fg = O.transparent_background and C.surface1 or C.crust }, -- the column separating vertically split windows - Folded = { fg = C.blue, bg = O.transparent_background and C.none or C.surface1 }, -- line used for closed folds + Folded = { fg = C.blue, bg = C.surface1 }, -- line used for closed folds FoldColumn = { fg = C.overlay0 }, -- 'foldcolumn' SignColumn = { fg = C.surface1 }, -- column where |signs| are displayed SignColumnSB = { bg = C.crust, fg = C.surface1 }, -- column where |signs| are displayed