add 35c3 theme dark

This commit is contained in:
msquare 2018-11-11 20:50:25 +01:00
parent 15751f9c7a
commit c1494fc1e7
3 changed files with 1051 additions and 1 deletions

View File

@ -56,6 +56,7 @@ return [
// Available themes
'available_themes' => [
'7' => 'Engelsystem 35c3 dark (2018)',
'6' => 'Engelsystem 34c3 dark (2017)',
'5' => 'Engelsystem 34c3 light (2017)',
'4' => 'Engelsystem 33c3 (2016)',

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ const plugins = [
const themeEntries = {};
for (let i = 0; i < 7; i++) {
for (let i = 0; i < 8; i++) {
themeEntries[`theme${i}`] = `./resources/assets/themes/theme${i}.less`;
}