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

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

[elpa] externals/indent-bars e8cc5c4a77 094/431: Make default highlight


From: ELPA Syncer
Subject: [elpa] externals/indent-bars e8cc5c4a77 094/431: Make default highlight bolder
Date: Mon, 16 Sep 2024 12:59:17 -0400 (EDT)

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

    Make default highlight bolder
---
 indent-bars.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/indent-bars.el b/indent-bars.el
index fa9f56715d..c2fc834da7 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -50,7 +50,7 @@
   :prefix "indent-bars-")
 
 ;;;;; Bar Shape
-(defcustom indent-bars-width-frac 0.25
+(defcustom indent-bars-width-frac 0.4
   "The width of the indent bar as a fraction of the character width."
   :type '(float :tag "Width Fraction"
                :match (lambda (_ val) (and val (<= val 1) (>= val 0)))
@@ -65,7 +65,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
@@ -114,7 +114,7 @@ side of the bar; see `indent-bars-pad-frac' and
 
 ;;;;; Bar Colors
 (defcustom indent-bars-color
-  '(highlight :face-bg t :blend 0.3)
+  '(highlight :face-bg t :blend 0.4)
   "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]