From f99fff54faf202001d5a587039ca52ba840f9718 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Nov 2020 10:08:07 +0000 Subject: [PATCH] Event background for purple theme --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 60df1026d..8f71c0b5e 100644 --- a/theme.py +++ b/theme.py @@ -865,7 +865,7 @@ def setThemePurple(baseDir: str): "day-number2": "lightgrey", "today-foreground": "white", "today-circle": "red", - "event-background": "yellow", + "event-background": "#444", "event-foreground": "white", "title-text": "white", "title-background": "#ff42a0",