mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 09:43:49 +02:00
feat: add darkblue theme, refactor dark theme
This commit is contained in:
@@ -12,6 +12,12 @@ export const THEME_CONFIG = {
|
||||
name: 'Light'
|
||||
},
|
||||
dark: { cssFile: '', requiresDarkBase: true, isDark: true, name: 'Dark' },
|
||||
darkblue: {
|
||||
cssFile: 'theme.darkblue.css',
|
||||
requiresDarkBase: true,
|
||||
isDark: true,
|
||||
name: 'Dark Blue'
|
||||
},
|
||||
darkvanillaold: {
|
||||
cssFile: 'theme.darkvanillaold.css',
|
||||
requiresDarkBase: true,
|
||||
|
||||
Reference in New Issue
Block a user