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

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

[elpa] externals/kind-icon fe1c2d82f1 5/5: Remove use of `shadow' face,


From: ELPA Syncer
Subject: [elpa] externals/kind-icon fe1c2d82f1 5/5: Remove use of `shadow' face, as many themes set no foreground for it
Date: Wed, 23 Nov 2022 16:57:49 -0500 (EST)

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

    Remove use of `shadow' face, as many themes set no foreground for it
---
 kind-icon.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kind-icon.el b/kind-icon.el
index a7e375f5f6..364670054d 100644
--- a/kind-icon.el
+++ b/kind-icon.el
@@ -112,12 +112,12 @@ An vector of two alist for non-terminal and terminal.")
     (snippet "S" :icon "note-text-outline" :face font-lock-string-face)
     (string "s" :icon "sticker-text-outline" :face font-lock-string-face)
     (struct "%" :icon "code-braces" :face font-lock-variable-name-face)
-    (text "tx" :icon "script-text-outline" :face shadow)
+    (text "tx" :icon "script-text-outline" :face font-lock-doc-face)
     (typeparameter "tp" :icon "format-list-bulleted-type" :face 
font-lock-type-face)
-    (unit "u" :icon "ruler-square" :face shadow)
+    (unit "u" :icon "ruler-square" :face font-lock-constant-face)
     (value "v" :icon "plus-circle-outline" :face font-lock-builtin-face)
     (variable "va" :icon "variable" :face font-lock-variable-name-face)
-    (t "." :icon "crosshairs-question" :face shadow))
+    (t "." :icon "crosshairs-question" :face font-lock-warning-face))
   "Mapping of kinds.
 The format should be an alist of type:
 



reply via email to

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