[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/kind-icon 0a11a735fe 2/4: README: document kind-icon-de
From: |
ELPA Syncer |
Subject: |
[elpa] externals/kind-icon 0a11a735fe 2/4: README: document kind-icon-default-style |
Date: |
Thu, 4 Jan 2024 12:58:45 -0500 (EST) |
branch: externals/kind-icon
commit 0a11a735fef958195962198690cfba0913e7e800
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
README: document kind-icon-default-style
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index cb9a892b3b..edf12c01cf 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,8 @@ The configuration defaults should work fine, but `kind-icon`
can be customized t
- `kind-icon-blend-frac`: The fractional blend between custom badge `:face`
foreground and background (see above) color to use as a custom background for
each badge. A value of 0.0 simply replicates the background color. Values
should likely stay below 0.3 or so.
+- `kind-icon-default-style`: Default style to build `svg-lib` icons with.
Normally there is no need to configure this. Note that `svg-lib` accepts
`:background nil` to produce SVG with transparent backgrounds; this will be
overridden if `kind-icon-blend-background` is non-nil. Set `:height` to a
slightly smaller value if line spacing issues occur. You can switch the
default `svg-lib` "collection" from material by adding, e.g. `:collection
"octicon"` to this plist (see `svg-lib-icon-c [...]
+
### Colors
If you don't like the default colors of the icons, you can customize the
associated face, choose another pre-existing face, or substitute your own face.
You can also change how the background color is displayed.