diff --git a/piker/ui/_style.py b/piker/ui/_style.py index 1026ff5d..210b4780 100644 --- a/piker/ui/_style.py +++ b/piker/ui/_style.py @@ -60,7 +60,8 @@ def hcolor(name: str) -> str: 'gunmetal': '#91A3B0', 'battleship': '#848482', 'davies': '#555555', - 'pikers': '#666666', # like the cult + 'bracket': '#666666', # like the logo + 'original': '#a9a9a9', # palette 'default': DarkPalette.COLOR_BACKGROUND_NORMAL,