mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 09:43:49 +02:00
add midnight theme and fix some styles
This commit is contained in:
@@ -10,11 +10,12 @@ export const THEME_CONFIG = {
|
||||
dark: {
|
||||
isDark: true,
|
||||
name: 'Dark'
|
||||
},
|
||||
midnight: {
|
||||
isDark: true,
|
||||
name: 'Midnight',
|
||||
file: 'midnight.css'
|
||||
}
|
||||
// midnight: {
|
||||
// isDark: true,
|
||||
// name: 'Midnight'
|
||||
// }
|
||||
};
|
||||
|
||||
export const THEME_COLORS = [
|
||||
|
||||
Reference in New Issue
Block a user