From f68e20af9b4ed4ea4735402ccf1df74dc97eb45a Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 23 Jun 2024 02:47:56 +0200 Subject: [PATCH] Update Folded colors --- lua/lush_theme/desolate.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lush_theme/desolate.lua b/lua/lush_theme/desolate.lua index f9a8a65..456cb4e 100644 --- a/lua/lush_theme/desolate.lua +++ b/lua/lush_theme/desolate.lua @@ -152,7 +152,7 @@ return lush(function(injected_functions) Error({ fg = colors.error }), -- (preferred) any erroneous construct ErrorMsg({ fg = colors.error }), -- error messages on the command line VertSplit({ fg = colors[8] }), -- the column separating vertically split windows - Folded({ fg = colors[3], bg = colors[3] }), -- line used for closed folds + Folded({ fg = colors[3], bg = colors[7] }), -- line used for closed folds FoldColumn({}), -- 'foldcolumn' SignColumn({}), -- column where |signs| are displayed IncSearch({ fg = colors.bg, bg = colors.identifier }), -- 'incsearch' highlighting; also used for the text replaced with ":s///c"