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

    Switch module & ruler icons
---
 kind-icon.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kind-icon.el b/kind-icon.el
index 03e675c..694ef57 100644
--- a/kind-icon.el
+++ b/kind-icon.el
@@ -83,13 +83,13 @@
     (keyword "kw" :icon "key-variant" :face font-lock-keyword-face)
     (method "m" :icon "function-variant" :face font-lock-function-name-face)
     (function "f" :icon "function" :face font-lock-function-name-face)
-    (module "{" :icon "file-code-outline" :face font-lock-type-face)
+    (module "{" :icon "file-code-outline" :face font-lock-preprocessor-face)
     (numeric "nu" :icon "numeric" :face font-lock-builtin-face)
     (operator "op" :icon "plus-minus" :face font-lock-comment-delimiter-face)
     (parameter "pa" :icon "application-variable-outline" :face 
font-lock-builtin-face)
     (property "pr" :icon "application-parentheses-outline" :face 
font-lock-variable-name-face)
-    (ruler "r" :icon "ruler" :face shadow)
     (reference "rf" :icon "variable-box" :face font-lock-variable-name-face)
+    (ruler "r" :icon "ruler-square" :face shadow)
     (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