Revise "orange" mapping for all-the-icons and nerd-icons

This commit is contained in:
Protesilaos Stavrou 2023-06-02 07:18:36 +03:00
parent 3d3bb621a8
commit 0f3e96982c
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -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)))