emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/indent-bars 8787ebc872 300/431: Increase default TS out


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 8787ebc872 300/431: Increase default TS out-of-scope color blend factor to 0.15
Date: Mon, 16 Sep 2024 12:59:44 -0400 (EDT)

branch: externals/indent-bars
commit 8787ebc872168fb9194441f944009d1a94bc5c7c
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    Increase default TS out-of-scope color blend factor to 0.15
---
 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 4e0f16cb76..479f72f838 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -46,7 +46,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.1) 'add-inherit)
+      (ts-cust 'color '(unspecified :blend 0.15) 'add-inherit)
       (dolist (c '( width-frac pad-frac pattern zigzag ;simple types
                    no-stipple-char-font-weight))
        (ts-cust c 'unspecified))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]