diff options
author | msquare <msquare@notrademark.de> | 2017-11-30 21:03:51 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-11-30 21:03:51 +0100 |
commit | 58c455e02d5879266c06359d7093c2640ef4fb0c (patch) | |
tree | b584cc58363768c868544b6d31e1ca8b6b6f442e /config/config.default.php | |
parent | 001268189774ea944a6de7bf55066b69b0504412 (diff) |
add dark theme for 34c3
Diffstat (limited to 'config/config.default.php')
-rw-r--r-- | config/config.default.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php index 1e54be9b..beb2bd1a 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -34,7 +34,8 @@ return [ // Available themes 'available_themes' => [ - '5' => 'Engelsystem 34c3 (2017)', + '6' => 'Engelsystem 34c3 dark (2017)', + '5' => 'Engelsystem 34c3 light (2017)', '4' => 'Engelsystem 33c3 (2016)', '3' => 'Engelsystem 32c3 (2015)', '2' => 'Engelsystem cccamp15', |