Light theme calendar event

main2
Bob Mottram 2019-10-12 11:59:29 +01:00
parent 9305d85a6d
commit 78bb91505a
1 changed files with 1 additions and 1 deletions

2
theme
View File

@ -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"