diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-27 22:01:21 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-27 22:01:21 -0400 |
| commit | 58a47138cc13fa478a3699c7245d28c9f8089c02 (patch) | |
| tree | 10db8d7b0f68133f06c86c5392b1f468eddbd6e2 /themes/WIP-theme.el | |
| parent | 9fe7eba818de9841dfc36b62ddf6c0ca6eff0785 (diff) | |
| download | dotemacs-58a47138cc13fa478a3699c7245d28c9f8089c02.tar.gz dotemacs-58a47138cc13fa478a3699c7245d28c9f8089c02.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.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index 700ff0c0..de69fe87 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)))) |
