summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-07-14 13:09:08 +0200
committermsquare <msquare@notrademark.de>2019-07-14 13:09:08 +0200
commit6ca0e8e81afed52fa211dd4bcb117cfec9ce3b29 (patch)
tree0c527956592a2c55c2d93f21f3d9bd73f3867f7e /config
parent10d0428f6490973652202b2a8aee69d68f4c5b7d (diff)
all 3 color themes for camp and high contrast theme
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 41f53e44..306eabff 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -59,13 +59,16 @@ return [
// Available themes
'available_themes' => [
- '8' => 'Engelsystem cccamp19 dark (2019)',
+ '10' => 'Engelsystem cccamp19 green (2019)',
+ '9' => 'Engelsystem cccamp19 yellow (2019)',
+ '8' => 'Engelsystem cccamp19 blue (2019)',
'7' => 'Engelsystem 35c3 dark (2018)',
'6' => 'Engelsystem 34c3 dark (2017)',
'5' => 'Engelsystem 34c3 light (2017)',
'4' => 'Engelsystem 33c3 (2016)',
'3' => 'Engelsystem 32c3 (2015)',
'2' => 'Engelsystem cccamp15',
+ '11' => 'Engelsystem high contrast',
'0' => 'Engelsystem light',
'1' => 'Engelsystem dark',
],