From e595924317ccae2e82a8cb388d4c645ad49824c8 Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 12 Jan 2026 00:14:47 +0900 Subject: [PATCH] comment midnight theme --- src/app.css | 4 ++-- src/shared/constants/themes.js | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app.css b/src/app.css index 83976948..d1b1a94b 100644 --- a/src/app.css +++ b/src/app.css @@ -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, diff --git a/src/shared/constants/themes.js b/src/shared/constants/themes.js index 25e2dcec..347f2b50 100644 --- a/src/shared/constants/themes.js +++ b/src/shared/constants/themes.js @@ -10,9 +10,9 @@ export const THEME_CONFIG = { dark: { isDark: true, name: 'Dark' - }, - midnight: { - isDark: true, - name: 'Midnight' } + // midnight: { + // isDark: true, + // name: 'Midnight' + // } };