branch: externals/ef-themes commit 914ba8be0d21afd26dd442ffb0a5a6992867e839 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak a couple of all-the-icons faces --- ef-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index fa0dda9978..8c3374574f 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -112,7 +112,7 @@ When called from Lisp, THEME is a symbol." `(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))) + `(all-the-icons-dgreen ((,c :foreground ,green-faint))) `(all-the-icons-dmaroon ((,c :foreground ,magenta-faint))) `(all-the-icons-dorange ((,c :foreground ,red-faint))) `(all-the-icons-dpink ((,c :foreground ,magenta-faint))) @@ -123,7 +123,7 @@ When called from Lisp, THEME is a symbol." `(all-the-icons-green ((,c :foreground ,green))) `(all-the-icons-lblue ((,c :foreground ,blue-cooler))) `(all-the-icons-lcyan ((,c :foreground ,cyan))) - `(all-the-icons-lgreen ((,c :foreground ,green-cooler))) + `(all-the-icons-lgreen ((,c :foreground ,green-warmer))) `(all-the-icons-lmaroon ((,c :foreground ,magenta-warmer))) `(all-the-icons-lorange ((,c :foreground ,red-warmer))) `(all-the-icons-lpink ((,c :foreground ,magenta)))