forked from indymedia/epicyon
Purple theme calendar colors
parent
59355c3cb2
commit
265ff914c7
6
theme.py
6
theme.py
|
@ -859,10 +859,10 @@ def setThemePurple(baseDir: str):
|
|||
"publish-button-text": "white",
|
||||
"button-small-text": "white",
|
||||
"color: #FFFFFE;": "color: #1f152d;",
|
||||
"calendar-bg-color": "#eee",
|
||||
"calendar-bg-color": "#1f152d",
|
||||
"lines-color": "#ff42a0",
|
||||
"day-number": "#3f2145",
|
||||
"day-number2": "#1f152d",
|
||||
"day-number": "#f98bb0",
|
||||
"day-number2": "lightgrey",
|
||||
"today-foreground": "white",
|
||||
"today-circle": "red",
|
||||
"event-background": "yellow",
|
||||
|
|
Loading…
Reference in New Issue