Night theme calendar colors

main
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-background": "#07447c",
"button-selected": "#0481f5", "button-selected": "#0481f5",
"calendar-bg-color": "#0f0d10", "calendar-bg-color": "#0f0d10",
"lines-color": "#a961ab", "lines-color": "#0481f5",
"day-number": "#a961ab", "day-number": "#0481f5",
"day-number2": "#555", "day-number2": "white",
"time-color": "#a961ab", "time-color": "#0481f5",
"time-vertical-align": "-4px", "time-vertical-align": "-4px",
"time-vertical-align-mobile": "15px", "time-vertical-align-mobile": "15px",
"place-color": "#a961ab", "place-color": "#0481f5",
"event-color": "#a961ab", "event-color": "#0481f5",
"event-background": "#333", "event-background": "#00014a",
"quote-right-margin": "0", "quote-right-margin": "0",
"line-spacing": "150%", "line-spacing": "150%",
"*font-family": "'solidaric'", "*font-family": "'solidaric'",