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

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

[elpa] externals/indent-bars 8e9d028811 398/431: Make default bars less


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 8e9d028811 398/431: Make default bars less obtrusive
Date: Mon, 16 Sep 2024 12:59:54 -0400 (EDT)

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

    Make default bars less obtrusive
---
 indent-bars-ts.el | 2 +-
 indent-bars.el    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index 1a10522d58..bfadb5c885 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -96,7 +96,7 @@ with alternate styling using the *-ts-* variables."
                        "ts" ,var ,(format "Tree-sitter (%s)"
                                           indent-bars-ts-styling-scope)
                        ,@r))))
-    (ts-cust 'color '(unspecified :blend 0.1) 'add-inherit)
+    (ts-cust 'color '(unspecified :blend 0.08) 'add-inherit)
     (dolist (c '( width-frac pad-frac pattern zigzag ;simple types
                  no-stipple-char-font-weight))
       (ts-cust c 'unspecified))
diff --git a/indent-bars.el b/indent-bars.el
index facac92e67..afc99b250e 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -98,7 +98,7 @@
               and return win))))
 
 ;;;;; Stipple Bar Shape
-(defcustom indent-bars-width-frac 0.375
+(defcustom indent-bars-width-frac 0.25
   "The width of the indent bar as a fraction of the character width.
 Applies to stipple-based bars only."
   :type '(float :tag "Width Fraction"
@@ -169,7 +169,7 @@ side of the bar; see `indent-bars-pad-frac' and
 
 ;;;;; Bar Colors
 (defcustom indent-bars-color
-  '(highlight :face-bg t :blend 0.375)
+  '(highlight :face-bg t :blend 0.3)
   "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

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