[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):
- [elpa] branch externals/indent-bars created (now c4c680eb8e), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ba54e830a5 002/431: initial import, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d0be9f85cb 023/431: stipple: take optional bar arguments, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7b72bdb752 048/431: Initial README info, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars bda7039cfd 089/431: Update examples.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 085f9f7fed 081/431: Added terminal example image, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6ace473d05 121/431: README: document treesitter support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a0d78b2c3d 065/431: Merge pull request #2 from BrunodaSilvaBelo/patch-1, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e8cc5c4a77 094/431: Make default highlight bolder,
ELPA Syncer <=
- [elpa] externals/indent-bars d8ee83c12d 063/431: Fix footnote, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars acb992d370 103/431: Mention ┋, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3a971623af 102/431: Tweak README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a3083e769d 061/431: Merge pull request #1 from ideasman42/patch-2, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d23ab840ec 062/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4a7f9c7528 059/431: README: more compatibility detail, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 25e3624ec1 108/431: initial support for treesitter + no string/comment descend, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b3297d6739 118/431: indent-at-node: move point (guard at top level with save-excursion), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b913264e5a 167/431: highlight-current-depth: add palette (no blending), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5bce1c1324 005/431: Notes on updates :stipple usage given gutter offsets, ELPA Syncer, 2024/09/16