branch: externals/indent-bars
commit f34bd2194005ba61e988b9af2d12c116f1cae2c6
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>

    Tweak default bar style: slimmer bar, longer "dash:
---
 indent-bars.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indent-bars.el b/indent-bars.el
index 63adef2b53..03decea387 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -83,7 +83,7 @@
   :prefix "indent-bars-")
 
 ;;;;; Stipple Bar Shape
-(defcustom indent-bars-width-frac 0.4
+(defcustom indent-bars-width-frac 0.3
   "The width of the indent bar as a fraction of the character width.
 Applies to stipple-based bars only."
   :type '(float :tag "Width Fraction"
@@ -100,7 +100,7 @@ A float, the fraction of the character width.  Applies to
          :type-error "Fraction must be between 0 and 1")
   :group 'indent-bars-style)
 
-(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

Reply via email to