From 9e9fee25f20e131d4c7d4fa70a0d215dcc37c6f8 Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 14 Jul 2019 13:09:08 +0200 Subject: all 3 color themes for camp and high contrast theme --- config/config.default.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config') 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', ], -- cgit v1.2.3-54-g00ecf