add cccamp19 theme

main
msquare 6 years ago
parent fd4303f336
commit 10d0428f64

@ -59,6 +59,7 @@ return [
// Available themes
'available_themes' => [
'8' => 'Engelsystem cccamp19 dark (2019)',
'7' => 'Engelsystem 35c3 dark (2018)',
'6' => 'Engelsystem 34c3 dark (2017)',
'5' => 'Engelsystem 34c3 light (2017)',

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save