branch: externals/indent-bars
commit 29005e1bd0ead4017c2d203f26ad05f41344a9e8
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>

    Increase default color blend to 0.5
---
 indent-bars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indent-bars.el b/indent-bars.el
index c85de3757e..febee8fb0b 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -150,7 +150,7 @@ side of the bar; see `indent-bars-pad-frac' and
 
 ;;;;; Bar Colors
 (defcustom indent-bars-color
-  '(highlight :face-bg t :blend 0.4)
+  '(highlight :face-bg t :blend 0.5)
   "The main indent bar color.
 The format is a list of 1 required element, followed by an
 optional plist (keyword/value pairs):

Reply via email to