branch: externals/indent-bars
commit 73af2efff26577a317188ff94130367f8d8e2b95
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
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):