[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 138bbab23f 106/431: Update examples.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 138bbab23f 106/431: Update examples.md |
Date: |
Mon, 16 Sep 2024 12:59:18 -0400 (EDT) |
branch: externals/indent-bars
commit 138bbab23f1bb72c1b5ac2faf02d4efff89f6eb9
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update examples.md
---
examples.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/examples.md b/examples.md
index 80bbd2251b..9feb1b191e 100644
--- a/examples.md
+++ b/examples.md
@@ -82,6 +82,21 @@
indent-bars-highlight-current-depth '(:background "gray10"))
```
+## Minimal colorpop:
+Showcasing `:blend`-only current coloring.
+<img width="602" alt="image"
src="https://github.com/jdtsmith/indent-bars/assets/93749/ef02e099-798c-4eb7-947a-6fe144a9104d">
+
+```emacs-lisp
+(setq
+ indent-bars-color '(highlight :face-bg t :blend 0.15)
+ indent-bars-pattern "."
+ indent-bars-width-frac 0.1
+ indent-bars-pad-frac 0.1
+ indent-bars-zigzag nil
+ indent-bars-color-by-depth '(:regexp "outline-\\([0-9]+\\)" :blend 1) ;
blend=1: blend with BG only
+ indent-bars-highlight-current-depth '(:blend 0.5) ; pump up the BG blend
on current
+ indent-bars-display-on-blank-lines t)
+```
## In terminal:
<img width="505" alt="ib_term"
src="https://github.com/jdtsmith/indent-bars/assets/93749/d2f51fa7-5993-4c34-93b2-effef32a469d">
- [elpa] externals/indent-bars da29b37efd 044/431: Add examples file, (continued)
- [elpa] externals/indent-bars da29b37efd 044/431: Add examples file, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f1b0aedc40 078/431: Remove vestigial no-stipple-current-depth-char, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3884953d20 090/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars accb7d00d2 071/431: error for indent-tabs-mode=t, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 09a3fd2492 080/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a1718333ab 116/431: Fix indent-bars-treesit-support custom, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f5b61dad71 075/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3bffb21456 111/431: Correct custom name for no-descend-string, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f9558953b2 083/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 674b9d4b75 073/431: bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 138bbab23f 106/431: Update examples.md,
ELPA Syncer <=
- [elpa] externals/indent-bars cc1a3143cb 113/431: Calc blank line current-indent at beginning of prior line, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6192a63abe 066/431: README: fix stipple test, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0ce041ed59 084/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 880236eb59 115/431: Use a compiled query-capture to find uppermost containing list, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 30a4a63f11 138/431: highlight-current-depth: use new ON-BAR capability for depth, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7957d7a2d3 135/431: draw-line: handle 1 bar case correctly, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars bb857e344f 126/431: Use starting-column instead of a fixed spacing offset, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3249aafe0d 152/431: Improve whatsnew, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0638ba1ace 168/431: Customize the font weight of the no-stipple character, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b0ba6ba4ba 147/431: handle-blank-lines: simplify, ELPA Syncer, 2024/09/16