From a736f5bb4b2e37fc198f1a1b8060bc02e0990dc1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 5 Apr 2022 13:42:15 +0100 Subject: [PATCH] Calendar event color --- theme/default/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/default/theme.json b/theme/default/theme.json index e3c1bb484..89d12457d 100644 --- a/theme/default/theme.json +++ b/theme/default/theme.json @@ -168,7 +168,7 @@ "event-public-color": "#282c37", "today-foreground": "black", "today-circle": "grey", - "event-background": "lightgrey", + "event-background": "black", "event-background-private": "grey", "event-foreground": "white", "title-text": "white",