aboutsummaryrefslogtreecommitdiff
path: root/themes/WIP-theme.el
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
commit5a3ade5596747e9e0e032b2bcfd6d4d75ac2d748 (patch)
treed2ef7ddf4c6ae47da9dd4a16111b762b6450c9bc /themes/WIP-theme.el
parente5e4e0147c016d3c04ccb90d042a37a9b6ba7767 (diff)
downloaddotemacs-5a3ade5596747e9e0e032b2bcfd6d4d75ac2d748.tar.gz
dotemacs-5a3ade5596747e9e0e032b2bcfd6d4d75ac2d748.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.
Diffstat (limited to 'themes/WIP-theme.el')
-rw-r--r--themes/WIP-theme.el1
1 files changed, 1 insertions, 0 deletions
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))))