Make indent-bars-color correctly highlight the current indent bar

Same color but different `blend` value.
This commit is contained in:
Andrea Ciceri 2023-08-07 22:56:19 +02:00
parent 02fca8be4c
commit 887a9bef76
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -97,7 +97,7 @@
(use-package indent-bars (use-package indent-bars
:custom :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-highlight-current-depth '(:blend 0.4))
(indent-bars-no-stipple-char (string-to-char ""))) (indent-bars-no-stipple-char (string-to-char "")))