From 0b88c9b66064222f55142561ebb16091e4717177 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Cassiman Date: Fri, 22 Nov 2019 12:21:46 +0100 Subject: [PATCH] Added file for storing and parsing all themes --- app/views/themes.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app/views/themes.yml diff --git a/app/views/themes.yml b/app/views/themes.yml new file mode 100644 index 0000000..688f9e4 --- /dev/null +++ b/app/views/themes.yml @@ -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 \ No newline at end of file