Add bg-accent mappings and adapt accordingly

This commit is contained in:
Protesilaos Stavrou 2022-12-01 11:09:02 +02:00
parent 549cbfccb2
commit 8e7c1dc4e7
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 11 additions and 3 deletions

View file

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

View file

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