mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Revise "orange" mapping for all-the-icons and nerd-icons
This commit is contained in:
parent
3d3bb621a8
commit
0f3e96982c
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue