Night theme calendar colors

merge-requests/8/head
Bob Mottram 2020-11-11 22:56:59 +00:00
parent 3d1847fac8
commit 59355c3cb2
1 changed files with 7 additions and 7 deletions

View File

@ -498,15 +498,15 @@ def setThemeNight(baseDir: str):
"button-background": "#07447c",
"button-selected": "#0481f5",
"calendar-bg-color": "#0f0d10",
"lines-color": "#a961ab",
"day-number": "#a961ab",
"day-number2": "#555",
"time-color": "#a961ab",
"lines-color": "#0481f5",
"day-number": "#0481f5",
"day-number2": "white",
"time-color": "#0481f5",
"time-vertical-align": "-4px",
"time-vertical-align-mobile": "15px",
"place-color": "#a961ab",
"event-color": "#a961ab",
"event-background": "#333",
"place-color": "#0481f5",
"event-color": "#0481f5",
"event-background": "#00014a",
"quote-right-margin": "0",
"line-spacing": "150%",
"*font-family": "'solidaric'",