From 4d4e0b45b186bf18e36af6b18577c7569a01f9d4 Mon Sep 17 00:00:00 2001 From: Guldoman Date: Mon, 25 Apr 2022 00:06:06 +0200 Subject: Allow customizing `indentguide` highlight color --- plugins/indentguide.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/indentguide.lua b/plugins/indentguide.lua index c7e781c..e564f71 100644 --- a/plugins/indentguide.lua +++ b/plugins/indentguide.lua @@ -114,7 +114,7 @@ function DocView:draw_line_text(idx, x, y) local color = style.guide or style.selection local active_lvl = self.lineguide_indent_active[idx] or -1 if i < active_lvl and i + indent_size >= active_lvl then - color = style.accent + color = style.guide_highlight or style.accent end local sw = space_sz * i renderer.draw_rect(math.ceil(x + sw), y, w, h, color) -- cgit v1.2.3