From a672fb6720257a5fb31e9aa78198fbd8bacd7b30 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Fri, 2 Jun 2023 07:12:24 +0300 Subject: [PATCH] Correct some mistakes in all-the-icons faces --- modus-themes.el | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/modus-themes.el b/modus-themes.el index 21ee85b..ccffdf5 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -1825,9 +1825,9 @@ FG and BG are the main colors." `(agda2-highlight-unsolved-meta-face ((,c :inherit modus-themes-lang-warning))) ;;;;; all-the-icons `(all-the-icons-blue ((,c :foreground ,blue-cooler))) - `(all-the-icons-blue-warmer ((,c :foreground ,blue-warmer))) - `(all-the-icons-cyan ((,c :foreground ,cyan-intense))) - `(all-the-icons-cyan-warmer ((,c :foreground ,cyan-warmer))) + `(all-the-icons-blue-alt ((,c :foreground ,blue-warmer))) + `(all-the-icons-cyan ((,c :foreground ,cyan))) + `(all-the-icons-cyan-alt ((,c :foreground ,cyan-warmer))) `(all-the-icons-dblue ((,c :foreground ,blue-faint))) `(all-the-icons-dcyan ((,c :foreground ,cyan-faint))) `(all-the-icons-dgreen ((,c :foreground ,green-faint))) @@ -1835,7 +1835,7 @@ FG and BG are the main colors." `(all-the-icons-dorange ((,c :foreground ,red-faint))) `(all-the-icons-dpink ((,c :foreground ,magenta-faint))) `(all-the-icons-dpurple ((,c :foreground ,magenta-cooler))) - `(all-the-icons-dred ((,c :foreground ,red-faint))) + `(all-the-icons-dred ((,c :foreground ,red))) `(all-the-icons-dsilver ((,c :foreground ,cyan-faint))) `(all-the-icons-dyellow ((,c :foreground ,yellow-faint))) `(all-the-icons-green ((,c :foreground ,green))) @@ -1846,12 +1846,18 @@ FG and BG are the main colors." `(all-the-icons-lorange ((,c :foreground ,red-warmer))) `(all-the-icons-lpink ((,c :foreground ,magenta))) `(all-the-icons-lpurple ((,c :foreground ,magenta-faint))) - `(all-the-icons-lred ((,c :foreground ,red))) + `(all-the-icons-lred ((,c :foreground ,red-faint))) + `(all-the-icons-lsilver ((,c :foreground "gray50"))) `(all-the-icons-lyellow ((,c :foreground ,yellow-warmer))) - `(all-the-icons-maroon ((,c :foreground ,yellow-cooler))) - `(all-the-icons-red ((,c :foreground ,red-intense))) - `(all-the-icons-red-warmer ((,c :foreground ,red-cooler))) - `(all-the-icons-yellow ((,c :foreground ,yellow-intense))) + `(all-the-icons-maroon ((,c :foreground ,magenta))) + `(all-the-icons-orange ((,c :foreground ,rust))) + `(all-the-icons-pink ((,c :foreground ,magenta-warmer))) + `(all-the-icons-purple ((,c :foreground ,magenta-cooler))) + `(all-the-icons-purple-alt ((,c :foreground ,blue-warmer))) + `(all-the-icons-red ((,c :foreground ,red))) + `(all-the-icons-red-alt ((,c :foreground ,red-cooler))) + `(all-the-icons-silver ((,c :foreground "gray50"))) + `(all-the-icons-yellow ((,c :foreground ,yellow))) ;;;;; all-the-icons-dired `(all-the-icons-dired-dir-face ((,c :foreground ,cyan-faint))) ;;;;; all-the-icons-ibuffer -- 2.38.5