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

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

[elpa] externals/indent-bars 73af2efff2 029/431: change bar pattern and


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 73af2efff2 029/431: change bar pattern and blend defaults
Date: Mon, 16 Sep 2024 12:59:10 -0400 (EDT)

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

    change bar pattern and blend defaults
---
 indent-bars.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indent-bars.el b/indent-bars.el
index 87832eff99..bc144875da 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -62,7 +62,7 @@ A float, the fraction of the character width."
          :type-error "Fraction must be between 0 and 1")
   :group 'indent-bars)
 
-(defcustom indent-bars-pattern ".  .  "
+(defcustom indent-bars-pattern " . . . . ."
   "A pattern specifying the vertical structure of indent bars.
 Space signifies blank regions, and any other character signifies
 filled regions.  The pattern length is scaled to match the
@@ -110,7 +110,7 @@ side of the bar; see `indent-bars-pad-frac' and
   :group 'indent-bars)
 
 (defcustom indent-bars-color
-  '(highlight :background t :blend 0.35)
+  '(highlight :background 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]