diff --git a/piker/ui/_style.py b/piker/ui/_style.py index 9208e13c..f16d009a 100644 --- a/piker/ui/_style.py +++ b/piker/ui/_style.py @@ -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]