From 32f4570a9363a0ad9dc6a549024caad86a860fe0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 5 Jun 2020 22:38:42 +0100 Subject: [PATCH] Button colors --- theme.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.py b/theme.py index 9318d8944..3882a36d9 100644 --- a/theme.py +++ b/theme.py @@ -197,6 +197,8 @@ def setThemeNight(baseDir: str): "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "time-vertical-align": "-10px", + "button-background": "#7961ab", + "button-selected": "#86579d", "*font-family": "'CheGuevaraTextSans-Regular'", "*src": fontStr }