emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 7f6dfc0d77 2/3: Add support for nerd-icons-co


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 7f6dfc0d77 2/3: Add support for nerd-icons-completion
Date: Tue, 5 Dec 2023 03:58:29 -0500 (EST)

branch: externals/ef-themes
commit 7f6dfc0d77491ab3be21019f2b820f1d39eb1e1c
Author: Ryan Kaskel <dev@ryankaskel.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for nerd-icons-completion
    
    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 ed826fa51d..5628df2865 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 786c2ed13c..4f3b516836 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1807,6 +1807,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]