mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
slightly modernized & updated default dark theme (#1315)
* first update of dark theme - more amoled style look * updated colors again and added borders to side panels * misc change * added hover & refactored css overrides * made json easier on eyes too, oops forgot * revert dark theme, added amoled
This commit is contained in:
@@ -24,6 +24,7 @@ module.exports = (env, argv) => {
|
||||
},
|
||||
'theme.dark': `${themeBasePath}theme.dark.scss`,
|
||||
'theme.darkblue': `${themeBasePath}theme.darkblue.scss`,
|
||||
'theme.amoled' : `${themeBasePath}theme.amoled.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