branch: externals/modus-themes commit 0f3e96982cb2b9e78df0ee8c96f7a0de211e37e9 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Revise "orange" mapping for all-the-icons and nerd-icons --- modus-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modus-themes.el b/modus-themes.el index c2e14ee34f..7468be71d0 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -1850,7 +1850,7 @@ FG and BG are the main colors." `(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 ,rust))) + `(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 ,blue-warmer))) @@ -3161,7 +3161,7 @@ FG and BG are the main colors." `(nerd-icons-lsilver ((,c :foreground "gray50"))) `(nerd-icons-lyellow ((,c :foreground ,yellow-warmer))) `(nerd-icons-maroon ((,c :foreground ,magenta))) - `(nerd-icons-orange ((,c :foreground ,rust))) + `(nerd-icons-orange ((,c :foreground ,yellow-warmer))) `(nerd-icons-pink ((,c :foreground ,magenta-warmer))) `(nerd-icons-purple ((,c :foreground ,magenta-cooler))) `(nerd-icons-purple-alt ((,c :foreground ,blue-warmer)))