mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
add midnight theme and fix some styles
This commit is contained in:
@@ -25,6 +25,21 @@ const APP_FONT_CONFIG = Object.freeze({
|
||||
cssImport:
|
||||
"@import url('https://fonts.cdnfonts.com/css/harmonyos-sans');"
|
||||
},
|
||||
jetbrains_mono: {
|
||||
cssName: "'JetBrains Mono'",
|
||||
cssImport:
|
||||
"@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');"
|
||||
},
|
||||
roboto: {
|
||||
cssName: "'Roboto'",
|
||||
cssImport:
|
||||
"@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');"
|
||||
},
|
||||
fantasque_sans_mono: {
|
||||
cssName: "'Fantasque Sans Mono'",
|
||||
cssImport:
|
||||
"@import url('https://fonts.cdnfonts.com/css/fantasque-sans-mono');"
|
||||
},
|
||||
system_ui: {
|
||||
cssName: 'system-ui',
|
||||
link: null
|
||||
|
||||
@@ -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