From 1273513973dc82ff34df04c84f141748a3f7576f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Jun 2020 22:33:46 +0100 Subject: [PATCH] Button background color --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 2297239d..c3fb3dbe 100644 --- a/theme.py +++ b/theme.py @@ -226,7 +226,7 @@ def setThemeStarlight(baseDir: str): "main-bg-color-report": "#0f0d10", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", - "button-background": "#bd666b", + "button-background": "#69282c", "button-selected": "#a34046", "calendar-bg-color": "#0f0d10", "lines-color": "#ffc4bc",