branch: externals/indent-bars
commit c247f02b04b97ad37c413892636ed2e21079f075
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Reduce out-of-scope default blend to 0.1
---
indent-bars-ts.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index 405004e859..7567f3eaba 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -84,7 +84,7 @@
(cl-labels ((ts-cust (var &rest r)
(eval `(indent-bars--alt-custom
"ts" ,var "Tree-sitter (out-of-scope)" ,@r))))
- (ts-cust 'color '(unspecified :blend 0.15) 'add-inherit)
+ (ts-cust 'color '(unspecified :blend 0.1) 'add-inherit)
(dolist (c '( width-frac pad-frac pattern zigzag ;simple types
no-stipple-char-font-weight))
(ts-cust c 'unspecified))