From: Ryan Kaskel <dev@ryankaskel.com>
Icons for directories in completion UIs use the same color that they
have in dired and ibuffer. This matches the nerd-icons support in
modus-themes
---
README.org | 1 +ef-themes.el | 2 ++
2 files changed, 3 insertions(+)
diff --git a/README.org b/README.org
index ed826fa..5628df2 100644
--- a/README.org+++ b/README.org
@@ -1374,6 +1374,7 @@ everything most users need.
- mood-line
- mu4e
- nerd-icons
+- nerd-icons-completion- nerd-icons-dired
- nerd-icons-ibuffer
- neotree
diff --git a/ef-themes.el b/ef-themes.el
index cfedf63..857fe6f 100644
--- a/ef-themes.el+++ b/ef-themes.el
@@ -1796,6 +1796,8 @@ text should not be underlined as well) yet still blend in."
`(nerd-icons-red-alt ((,c :foreground ,red-cooler)))
`(nerd-icons-silver ((,c :foreground "gray50")))
`(nerd-icons-yellow ((,c :foreground ,yellow)))
+;;;;; nerd-icons-completion+ `(nerd-icons-completion-dir-face ((,c :foreground ,accent-0)));;;; nerd-icons-dired
`(nerd-icons-dired-dir-face ((,c :foreground ,accent-0)))
;;;; nerd-icons-ibuffer
--
2.38.5