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

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

[elpa] externals/kind-icon a4ba7c2856 1/4: Update enums/property/referen


From: ELPA Syncer
Subject: [elpa] externals/kind-icon a4ba7c2856 1/4: Update enums/property/reference icons
Date: Wed, 1 Mar 2023 23:58:05 -0500 (EST)

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

    Update enums/property/reference icons
---
 kind-icon.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kind-icon.el b/kind-icon.el
index 4b8811e9cf..0764668457 100644
--- a/kind-icon.el
+++ b/kind-icon.el
@@ -94,7 +94,7 @@ Use as a custom-set function."
     (command "cm" :icon "code-greater-than" :face default)
     (constant "co" :icon "lock-remove-outline" :face font-lock-constant-face)
     (constructor "cn" :icon "table-column-plus-after" :face 
font-lock-function-name-face)
-    (enummember "em" :icon "format-list-checks" :face font-lock-builtin-face)
+    (enummember "em" :icon "order-bool-ascending-variant" :face 
font-lock-builtin-face)
     (enum "e" :icon "format-list-bulleted-square" :face font-lock-builtin-face)
     (event "ev" :icon "lightning-bolt-outline" :face font-lock-warning-face)
     (field "fd" :icon "application-braces-outline" :face 
font-lock-variable-name-face)
@@ -110,8 +110,8 @@ Use as a custom-set function."
     (numeric "nu" :icon "numeric" :face font-lock-builtin-face)
     (operator "op" :icon "plus-minus" :face font-lock-comment-delimiter-face)
     (param "pa" :icon "cog" :face default)
-    (property "pr" :icon "application-parentheses-outline" :face 
font-lock-variable-name-face)
-    (reference "rf" :icon "variable-box" :face font-lock-variable-name-face)
+    (property "pr" :icon "wrench" :face font-lock-variable-name-face)
+    (reference "rf" :icon "library" :face font-lock-variable-name-face)
     (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)



reply via email to

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