From 78bb91505a967a280eebbf3f3a93f2ffb26003e8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 12 Oct 2019 11:59:29 +0100 Subject: [PATCH] Light theme calendar event --- theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme b/theme index 54073c7c..7d06b118 100755 --- a/theme +++ b/theme @@ -262,7 +262,7 @@ if [[ "$themeName" == 'light'* ]]; then sed -i "s|--event-color:.*|--event-color: #282c37;|g" "$filename" sed -i "s|--today-foreground:.*|--today-foreground: white;|g" "$filename" sed -i "s|--today-circle:.*|--today-circle: red;|g" "$filename" - sed -i "s|--event-background:.*|--event-background: orange;|g" "$filename" + sed -i "s|--event-background:.*|--event-background: lightblue;|g" "$filename" sed -i "s|--event-foreground:.*|--event-foreground: white;|g" "$filename" sed -i "s|--title-text:.*|--title-text: #282c37;|g" "$filename" sed -i "s|--title-background:.*|--title-background: #ccc;|g" "$filename"