From bdaf74a19a507ca13aee55583948fce101ca2ccd Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 9 Jun 2025 10:43:52 -0400 Subject: [PATCH] Add a couple new grays to the pallete --- piker/ui/_style.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/piker/ui/_style.py b/piker/ui/_style.py index 302d9d30..196d6fd8 100644 --- a/piker/ui/_style.py +++ b/piker/ui/_style.py @@ -269,6 +269,8 @@ def hcolor(name: str) -> str: # default ohlc-bars/curve gray 'bracket': '#666666', # like the logo + 'pikers': '#616161', # a trader shade of.. + 'beast': '#161616', # in the dark alone. # bluish 'charcoal': '#36454F',