Added file for storing and parsing all themes

This commit is contained in:
Pieter-Jan Cassiman 2019-11-22 12:21:46 +01:00
parent 608e708a1d
commit 0b88c9b660

22
app/views/themes.yml Normal file
View file

@ -0,0 +1,22 @@
# Seasonal themes for Haldis
- lightmode:
file: lightmode.css
type: default
- darkmode:
file: darkmode.css
type: default
- halloween:
file: halloween.css
type: static-date
start: 21/10
end: 10/11
- sinterklaas:
file: sinterklaas.css
type: static-date
start: 28/11
end: 16/12
- kerstmis:
file: kerstmis.css
type: static-date
start: 15/12
end: 31/12