branch: externals/indent-bars
commit 7cf880d7cdaaa27f28bb37edc9815914f4952ad6
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Reduce default bar blend
---
indent-bars.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indent-bars.el b/indent-bars.el
index 8620328718..91895e5e61 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -172,7 +172,7 @@ side of the bar; see `indent-bars-pad-frac' and
;;;;; Bar Colors
(defcustom indent-bars-color
- '(highlight :face-bg t :blend 0.5)
+ '(highlight :face-bg t :blend 0.375)
"The main indent bar color.
The format is a list of 1 required element, followed by an
optional plist (keyword/value pairs):