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-20 23:58:14 +0200
commit9e9fee25f20e131d4c7d4fa70a0d215dcc37c6f8 (patch)
tree38811910e64c4741d9b3dfeee6443f1083a3b08c /config
parentc412f6b009e4cc125089806ca939d928c2efe0a2 (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 8c5907f7..ba343cf4 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',
],