add cccamp19 theme

This commit is contained in:
msquare 2019-07-11 20:09:49 +02:00
parent b25924e868
commit c412f6b009
3 changed files with 1068 additions and 1 deletions

View File

@ -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

View File

@ -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`;
}