Make indent-bars-color
correctly highlight the current indent bar
Same color but different `blend` value.
This commit is contained in:
parent
02fca8be4c
commit
887a9bef76
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -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 "┋")))
|
||||||
|
|
||||||
|
|
Reference in a new issue