~protesilaos/ef-themes

ef-themes: Add support for nerd-icons-completion v1 PROPOSED

~ryankask: 1
 Add support for nerd-icons-completion

 2 files changed, 3 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~protesilaos/ef-themes/patches/47379/mbox | git am -3
Learn more about email & git

[PATCH ef-themes] Add support for nerd-icons-completion Export this patch

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
Hello Ryan,
Merged. Thank you!

Have a nice day,
Protesilaos (or simply "Prot")