From 2131742250af10770a7d7ae0105ee51c47547e1e Mon Sep 17 00:00:00 2001 From: Niverton Date: Wed, 21 Feb 2024 17:00:21 +0100 Subject: [PATCH] Clear FoldColumn --- lua/astrobox/highlights/modules/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/astrobox/highlights/modules/core.lua b/lua/astrobox/highlights/modules/core.lua index efd5606..59a4faf 100644 --- a/lua/astrobox/highlights/modules/core.lua +++ b/lua/astrobox/highlights/modules/core.lua @@ -46,7 +46,7 @@ return function(theme, palette) -- Columns ColorColumn = theme.active, - FoldColumn = theme.active, + FoldColumn = theme.none, Folded = theme.conceal, SignColumn = theme.none,