Add alert yellow
parent
d492f5c35a
commit
edbbcbf954
|
@ -166,4 +166,9 @@ def hcolor(name: str) -> str:
|
||||||
'tina_green': '#00cc00',
|
'tina_green': '#00cc00',
|
||||||
'tina_red': '#fa0000',
|
'tina_red': '#fa0000',
|
||||||
|
|
||||||
|
|
||||||
|
# orders and alerts
|
||||||
|
'alert_yellow': '#e2d083',
|
||||||
|
'alert_yellow_light': '#ffef66',
|
||||||
|
|
||||||
}[name]
|
}[name]
|
||||||
|
|
Loading…
Reference in New Issue