branch: externals/doric-themes
commit 77908024aefd7de804c5bdeeaa349f82798d622c
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make the icons for directories more subtle
---
 doric-themes.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index 77abd52971..f1a4ca6567 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -346,10 +346,7 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     substitute-match))
 
 (defconst doric-themes-intense-shadow-foreground-only-faces
-  '(all-the-icons-completion-dir-face
-    all-the-icons-dired-dir-face
-    all-the-icons-ibuffer-dir-face
-    calendar-weekday-header
+  '(calendar-weekday-header
     change-log-date
     denote-faces-date
     denote-faces-day
@@ -374,9 +371,6 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     marginalia-date
     message-header-cc
     message-header-other
-    nerd-icons-completion-dir-face
-    nerd-icons-dired-dir-face
-    nerd-icons-ibuffer-dir-face
     notmuch-search-date
     org-agenda-calendar-daterange
     org-agenda-column-dateline
@@ -440,11 +434,13 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
 (defconst doric-themes-subtle-shadow-foreground-only-faces
   '(all-the-icons-blue
     all-the-icons-blue-alt
+    all-the-icons-completion-dir-face
     all-the-icons-cyan
     all-the-icons-cyan-alt
     all-the-icons-dblue
     all-the-icons-dcyan
     all-the-icons-dgreen
+    all-the-icons-dired-dir-face
     all-the-icons-dmaroon
     all-the-icons-dorange
     all-the-icons-dpink
@@ -453,6 +449,7 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     all-the-icons-dsilver
     all-the-icons-dyellow
     all-the-icons-green
+    all-the-icons-ibuffer-dir-face
     all-the-icons-ibuffer-file-face
     all-the-icons-ibuffer-mode-face
     all-the-icons-ibuffer-size-face
@@ -556,11 +553,13 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     mu4e-header-face
     nerd-icons-blue
     nerd-icons-blue-alt
+    nerd-icons-completion-dir-face
     nerd-icons-cyan
     nerd-icons-cyan-alt
     nerd-icons-dblue
     nerd-icons-dcyan
     nerd-icons-dgreen
+    nerd-icons-dired-dir-face
     nerd-icons-dmaroon
     nerd-icons-dorange
     nerd-icons-dpink
@@ -569,6 +568,7 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     nerd-icons-dsilver
     nerd-icons-dyellow
     nerd-icons-green
+    nerd-icons-ibuffer-dir-face
     nerd-icons-ibuffer-file-face
     nerd-icons-ibuffer-mode-face
     nerd-icons-ibuffer-size-face
@@ -624,8 +624,8 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     transient-inactive-value
     transient-unreachable
     transient-unreachable-key
-    vertico-multiline
     vc-ignored-state
+    vertico-multiline
     window-divider
     window-divider-first-pixel
     window-divider-last-pixel

Reply via email to