aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-27 22:01:21 -0400
committerCraig Jennings <c@cjennings.net>2026-06-27 22:01:21 -0400
commit19d36574369005c97a86c04b3a57e0f316bb1099 (patch)
tree9b3e926a0c276fa704f6290913a6b2803909320c
parent07a3e6b3ba1f224af4494acd2513e2222e923217 (diff)
downloaddotemacs-19d36574369005c97a86c04b3a57e0f316bb1099.tar.gz
dotemacs-19d36574369005c97a86c04b3a57e0f316bb1099.zip
chore(theme): WIP set nerd-icons-completion-dir-face to gold
Gold completing-read folders against the silver file and dirvish icons. The nerd-icons-config override is what lets this face win over the global dir advice.
-rw-r--r--scripts/theme-studio/WIP.json4
-rw-r--r--themes/WIP-theme.el1
2 files changed, 3 insertions, 2 deletions
diff --git a/scripts/theme-studio/WIP.json b/scripts/theme-studio/WIP.json
index a1570acd1..1756683ef 100644
--- a/scripts/theme-studio/WIP.json
+++ b/scripts/theme-studio/WIP.json
@@ -7610,10 +7610,10 @@
},
"nerd-icons-completion": {
"nerd-icons-completion-dir-face": {
- "fg": null,
+ "fg": "#dab53d",
"bg": null,
"inherit": null,
- "source": "default"
+ "source": "user"
}
},
"orderless": {
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el
index 700ff0c07..de69fe875 100644
--- a/themes/WIP-theme.el
+++ b/themes/WIP-theme.el
@@ -793,6 +793,7 @@
'(markdown-reference-face ((t (:inherit markdown-markup-face))))
'(markdown-strike-through-face ((t (:strike-through t))))
'(markdown-url-face ((t (:inherit font-lock-string-face))))
+ '(nerd-icons-completion-dir-face ((t (:foreground "#dab53d"))))
'(orderless-match-face-0 ((t (:foreground "#e0c266" :weight bold :slant italic))))
'(orderless-match-face-1 ((t (:foreground "#809c50" :weight bold :slant italic))))
'(orderless-match-face-2 ((t (:foreground "#8255b5" :weight bold :slant italic))))