emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/kind-icon 46dd4d04aa: Update README.md


From: ELPA Syncer
Subject: [elpa] externals/kind-icon 46dd4d04aa: Update README.md
Date: Thu, 2 Mar 2023 21:57:56 -0500 (EST)

branch: externals/kind-icon
commit 46dd4d04aa7923e10c82dcecc28a5011540c1192
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Update README.md
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b2dcb97b24..2d8dd2f3cb 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,8 @@ The configuration defaults should work fine, but `kind-icon` 
can be customized t
 
 - `kind-icon-use-icons`: If non-nil (the default), prefer icons for prefix 
badges.  Otherwise, use text labels.  Individual kind entries can also have 
their icons disabled by removing the `:icon` property in the mapping (see 
below).  If `svg-lib` is unable to download a named icon and it is not cached 
on disk, text labels for that kind will be used as a fallback. 
 
-- `kind-icon-mapping`: This is the top level configuration mapping 
`:company-kind` "types" like `'variable` and `'function`.  Each item in this 
list has the format `(sym short-text :keyword value ...)` where `sym` is the 
kind (a symbol), and `short-text` is the abbreviated text to display (if icons 
are not used), both of which must be present.  The rest of the list is a 
property list with optional keys `:icon` and `:face`.  The latter will be used 
to set the text foreground and (possibly [...]
+- `kind-icon-mapping`: This is the top level configuration mapping 
`:company-kind` "types" like `'variable` and `'function`.  Each item in this 
list has the format `(sym short-text :keyword value ...)` where `sym` is the 
kind (a symbol), and `short-text` is the abbreviated text to display (if icons 
are not used), both of which must be present.  The rest of the list is a 
property list with optional keys `:icon` and `:face`.  The latter will be used 
to set the text foreground and (possibly [...]
+**Update** as of v0.2, additional keywords supported by svg-lib can be added, 
including `:collection`, which allows the use of other icon libraries, 
including, in recent svg-lib versions, vscode-icons. Please note that **only 
monochrome icons are supported**; if you configure icons which have hard-coded 
colors in the SVG file (as some vscode-icons do), they will not be displayed 
correctly.   If you want to switch the collection for _all_ icons, add (e.g) 
`:collection "octicon"` to `kind- [...]
 
 - `kind-icon-default-face`: A face from which the icon background color will 
be taken and blended with the `:face` foreground color in the mapping table to 
create a custom background color.  If not set, the frame default background 
color will be used for this purpose.  Similarly, the foreground color for this 
face, if set, will be used if a `:face` foreground is missing from the mapping. 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]