branch: externals/kind-icon commit 84e66544deff608eb84017e4dfccdb2dc4f1e7f2 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
doc cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d64c80c..249303c 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ Defaults should normally work fine, but some of the important configuration vari - `kind-prefix-use-icons`: If non-nil (the default), prefer icons for prefix badges. -- `kind-prefix-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 plist` where `sym` is the kind (a symbol), short-text is the abbreviated text to display (if icons are not used). The `plist` is a property list with optional keys `:icon` and `:face`. The latter will be used to set the text foreground and background colors on the badge. The former is a string name from th [...] +- `kind-prefix-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). 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 background colors on the badge. The f [...] -- `kind-prefix-default-face`: A face from which 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 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. +- `kind-prefix-default-face`: A face from which 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. - `kind-prefix-blend-frac`: The fractional blend between custom badge `:face` foreground and background (see above) color to use as a custom