Added file for storing and parsing all themes
This commit is contained in:
parent
608e708a1d
commit
0b88c9b660
1 changed files with 22 additions and 0 deletions
22
app/views/themes.yml
Normal file
22
app/views/themes.yml
Normal 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
|
Loading…
Reference in a new issue