Refine the dark theme yellow-{warmer,cooler}; remap

This commit is contained in:
Protesilaos Stavrou 2022-12-12 06:04:42 +02:00
parent 04e2c1e1d5
commit 5853a39a08
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 6 additions and 6 deletions

View file

@ -76,8 +76,8 @@ which corresponds to a minimum contrast in relative luminance of
(green-faint "#88ca9f")
(green-intense "#44df44")
(yellow "#d0bc00")
(yellow-warmer "#c0c530")
(yellow-cooler "#d3b55f")
(yellow-warmer "#fec43f")
(yellow-cooler "#dfaf7a")
(yellow-faint "#d2b580")
(yellow-intense "#efef00")
(blue "#2fafff")
@ -201,7 +201,7 @@ which corresponds to a minimum contrast in relative luminance of
(search-match bg-magenta-subtle)
(err red)
(warning yellow)
(warning yellow-warmer)
(success green)
(note cyan)

View file

@ -76,8 +76,8 @@ which corresponds to a minimum contrast in relative luminance of
(green-faint "#88ca9f")
(green-intense "#44df44")
(yellow "#d0bc00")
(yellow-warmer "#c0c530")
(yellow-cooler "#d3b55f")
(yellow-warmer "#fec43f")
(yellow-cooler "#dfaf7a")
(yellow-faint "#d2b580")
(yellow-intense "#efef00")
(blue "#2fafff")
@ -201,7 +201,7 @@ which corresponds to a minimum contrast in relative luminance of
(search-match bg-magenta-subtle)
(err red)
(warning yellow)
(warning yellow-warmer)
(success green)
(note cyan)