branch: externals/ef-themes commit ac97030fd8d693f48121afe288afd0151df59dac Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Revise all-the-icons colours --- ef-themes.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index 875018a9bc..6850576a34 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -930,8 +930,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))) @@ -942,17 +942,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)))