From 5cc52370b6d4645bb6f8d1cb510c161f2b9e668a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 9 Jun 2020 15:21:33 +0100 Subject: [PATCH] Calendar colors --- theme.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme.py b/theme.py index bd0d3d885..48d649f33 100644 --- a/theme.py +++ b/theme.py @@ -252,9 +252,11 @@ def setThemeStarlight(baseDir: str): "button-background": "#69282c", "button-selected": "#a34046", "calendar-bg-color": "#0f0d10", + "title-text": "#ffc4bc", + "title-background": "#69282c", "lines-color": "#ffc4bc", "day-number": "#ffc4bc", - "day-number2": "#555", + "day-number2": "#aaa", "event-background": "#111", "cw-glow-radius1": "30px", "cw-glow-radius2": "40px",