From ece57b2a1dcdf21b02c5dd0a85fb4421bf10a48b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 24 Oct 2020 20:18:03 -0400 Subject: [PATCH] Rename our main color --- piker/ui/_style.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,