add 35c3 theme dark
This commit is contained in:
parent
15751f9c7a
commit
c1494fc1e7
|
@ -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
|
@ -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`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue