Purple theme calendar colors

merge-requests/8/head
Bob Mottram 2020-11-12 10:06:05 +00:00
parent 59355c3cb2
commit 265ff914c7
1 changed files with 3 additions and 3 deletions

View File

@ -859,10 +859,10 @@ def setThemePurple(baseDir: str):
"publish-button-text": "white", "publish-button-text": "white",
"button-small-text": "white", "button-small-text": "white",
"color: #FFFFFE;": "color: #1f152d;", "color: #FFFFFE;": "color: #1f152d;",
"calendar-bg-color": "#eee", "calendar-bg-color": "#1f152d",
"lines-color": "#ff42a0", "lines-color": "#ff42a0",
"day-number": "#3f2145", "day-number": "#f98bb0",
"day-number2": "#1f152d", "day-number2": "lightgrey",
"today-foreground": "white", "today-foreground": "white",
"today-circle": "red", "today-circle": "red",
"event-background": "yellow", "event-background": "yellow",