branch: externals/standard-themes commit 894c20497f7ec9a90451935f4cea22ec58adae34 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Revise some all-the-icons colours --- standard-themes.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/standard-themes.el b/standard-themes.el index 07f9152c4f..b4d6958c01 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -951,8 +951,8 @@ Optional prefix argument MAPPINGS has the same meaning as for `(all-the-icons-dmaroon ((,c :foreground ,magenta-faint))) `(all-the-icons-dorange ((,c :foreground ,red-faint))) `(all-the-icons-dpink ((,c :foreground ,magenta-faint))) - `(all-the-icons-dpurple ((,c :foreground ,blue-faint))) - `(all-the-icons-dred ((,c :foreground ,red-faint))) + `(all-the-icons-dpurple ((,c :foreground ,magenta-cooler))) + `(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))) @@ -963,17 +963,17 @@ Optional prefix argument MAPPINGS has the same meaning as for `(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-lsilver ((,c :foreground ,fg-dim))) + `(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 ,magenta))) - `(all-the-icons-orange ((,c :foreground ,red-warmer))) - `(all-the-icons-pink ((,c :foreground ,magenta))) + `(all-the-icons-orange ((,c :foreground ,yellow-warmer))) + `(all-the-icons-pink ((,c :foreground ,magenta-warmer))) `(all-the-icons-purple ((,c :foreground ,magenta-cooler))) - `(all-the-icons-purple-alt ((,c :foreground ,magenta-cooler))) - `(all-the-icons-red ((,c :foreground ,red-warmer))) + `(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 ,cyan-faint))) + `(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 ,accent-0)))