From ad6e784d1f691e5617f1abcee0a9b67da4e900e6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 27 Jun 2026 22:01:21 -0400 Subject: 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. --- themes/WIP-theme.el | 1 + 1 file changed, 1 insertion(+) (limited to 'themes') 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)))) -- cgit v1.2.3