From f39b362bc46ca54eec0891a105e50c0d535b71f1 Mon Sep 17 00:00:00 2001 From: goodboy Date: Tue, 27 Jan 2026 13:34:52 -0500 Subject: [PATCH] Add a couple cooler "cooler"/"muted" red and greens --- piker/ui/_style.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/piker/ui/_style.py b/piker/ui/_style.py index 196d6fd8..b6c47817 100644 --- a/piker/ui/_style.py +++ b/piker/ui/_style.py @@ -308,6 +308,7 @@ def hcolor(name: str) -> str: 'cool_green': '#33b864', 'dull_green': '#74a662', 'hedge_green': '#518360', + 'lilypad_green': '#839c84', # orders and alerts 'alert_yellow': '#e2d083', @@ -335,6 +336,7 @@ def hcolor(name: str) -> str: 'sell_red': '#b6003f', # 'sell_red': '#d00048', 'sell_red_light': '#f85462', + 'wine': '#69212d', # 'sell_red': '#f85462', # 'sell_red_light': '#ff4d5c',