From 43ed80db9394cc2b37f23907d50ad48baf7b4ec7 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sat, 29 Feb 2020 22:14:07 +0100
Subject: [PATCH] Use theme colors from teckids

---
 pelicanconf.py | 5 +++++
 themes/teckids | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 1657dc3c..cc0910c9 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -49,3 +49,8 @@ DEFAULT_PAGINATION = 10
 
 # Uncomment following line if you want document-relative URLs when developing
 #RELATIVE_URLS = True
+
+PRIMARY_DARK = "#FF6600"
+PRIMARY_LIGHT = "#FF9955"
+SECONDARY_DARK = "#0606FA"
+SECONDARY_LIGHT = "#005EBE"
diff --git a/themes/teckids b/themes/teckids
index 54cd665a..049ec2b2 160000
--- a/themes/teckids
+++ b/themes/teckids
@@ -1 +1 @@
-Subproject commit 54cd665a264e8b8e5d5a070f50fcdb43920b95be
+Subproject commit 049ec2b203d2df35f41cdb755f9807f08a688a8d
-- 
GitLab