mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add bg-accent mappings and adapt accordingly
This commit is contained in:
parent
549cbfccb2
commit
8e7c1dc4e7
|
|
@ -232,6 +232,10 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
(accent-1 magenta-warmer)
|
||||
(accent-2 cyan)
|
||||
(accent-3 red)
|
||||
(bg-accent-0 bg-blue-subtle)
|
||||
(bg-accent-1 bg-magenta-subtle)
|
||||
(bg-accent-2 bg-cyan-subtle)
|
||||
(bg-accent-3 bg-red-subtle)
|
||||
|
||||
(mail-0 blue)
|
||||
(mail-1 yellow-warmer)
|
||||
|
|
|
|||
|
|
@ -228,10 +228,14 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
(underline-warning yellow-intense)
|
||||
(underline-note cyan-intense)
|
||||
|
||||
(accent-0 blue)
|
||||
(accent-0 blue-cooler)
|
||||
(accent-1 magenta-warmer)
|
||||
(accent-2 cyan)
|
||||
(accent-3 red-warmer)
|
||||
(accent-2 green-cooler)
|
||||
(accent-3 yellow)
|
||||
(bg-accent-0 bg-blue-subtle)
|
||||
(bg-accent-1 bg-magenta-subtle)
|
||||
(bg-accent-2 bg-green-subtle)
|
||||
(bg-accent-3 bg-yellow-subtle)
|
||||
|
||||
(mail-0 blue-warmer)
|
||||
(mail-1 yellow-cooler)
|
||||
|
|
|
|||
Loading…
Reference in a new issue