mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-15 21:03:52 +02:00
comment midnight theme
This commit is contained in:
@@ -384,7 +384,7 @@ html.dark,
|
||||
}
|
||||
}
|
||||
|
||||
:root[data-theme='dark'] {
|
||||
/* :root[data-theme='dark'] {
|
||||
--el-bg-color: var(--color-neutral-900);
|
||||
--el-bg-color-page: var(--color-neutral-900);
|
||||
--el-bg-color-overlay: var(--color-neutral-800);
|
||||
@@ -396,7 +396,7 @@ html.dark,
|
||||
.el-message-box {
|
||||
background-color: var(--el-bg-color-overlay) !important;
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
html.dark body,
|
||||
:root.dark body,
|
||||
|
||||
@@ -10,9 +10,9 @@ export const THEME_CONFIG = {
|
||||
dark: {
|
||||
isDark: true,
|
||||
name: 'Dark'
|
||||
},
|
||||
midnight: {
|
||||
isDark: true,
|
||||
name: 'Midnight'
|
||||
}
|
||||
// midnight: {
|
||||
// isDark: true,
|
||||
// name: 'Midnight'
|
||||
// }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user