1
0
mirror of https://github.com/beestat/app.git synced 2025-07-31 14:33:51 -04:00

Increased contrast between red and orange base/dark colors

This commit is contained in:
Jon Ziebell 2022-11-21 06:44:36 -05:00
parent 30f61cd080
commit aab808affa

View File

@ -4,12 +4,12 @@ beestat.style.color = {
'red': { 'red': {
'light': '#fc5c65', 'light': '#fc5c65',
'base': '#eb3b5a', 'base': '#eb3b5a',
'dark': '#d63652' 'dark': '#c82844'
}, },
'orange': { 'orange': {
'light': '#fd9644', 'light': '#fd9644',
'base': '#fa8231', 'base': '#fa8231',
'dark': '#f97218' 'dark': '#ef6306'
}, },
'yellow': { 'yellow': {
'light': '#fed330', 'light': '#fed330',