From 887a9bef76f35c3475b0d1b1884612eb9226408b Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Mon, 7 Aug 2023 22:56:19 +0200 Subject: [PATCH] Make `indent-bars-color` correctly highlight the current indent bar Same color but different `blend` value. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 57d0867..27067d5 100644 --- a/init.el +++ b/init.el @@ -97,7 +97,7 @@ (use-package indent-bars :custom - (indent-bars-color-by-depth '(:regexp "outline-\\([0-9]+\\)" :blend 0.2)) + (indent-bars-color '(highlight :face-bg t :blend 0.2)) (indent-bars-highlight-current-depth '(:blend 0.4)) (indent-bars-no-stipple-char (string-to-char "┋")))