Add alert yellow

basic_alerts
Tyler Goodlet 2021-01-03 10:39:06 -05:00
parent d492f5c35a
commit edbbcbf954
1 changed files with 5 additions and 0 deletions

View File

@ -166,4 +166,9 @@ def hcolor(name: str) -> str:
'tina_green': '#00cc00',
'tina_red': '#fa0000',
# orders and alerts
'alert_yellow': '#e2d083',
'alert_yellow_light': '#ffef66',
}[name]