mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
feat: add darkblue theme, refactor dark theme
This commit is contained in:
@@ -23,6 +23,7 @@ module.exports = (env, argv) => {
|
||||
dependOn: 'vendor'
|
||||
},
|
||||
'theme.dark': `${themeBasePath}theme.dark.scss`,
|
||||
'theme.darkblue': `${themeBasePath}theme.darkblue.scss`,
|
||||
'theme.darkvanillaold': `${themeBasePath}theme.darkvanillaold.scss`,
|
||||
'theme.darkvanilla': `${themeBasePath}theme.darkvanilla.scss`,
|
||||
'theme.pink': `${themeBasePath}theme.pink.scss`,
|
||||
|
||||
Reference in New Issue
Block a user