From 3c28c4861b0037d4a30a813d227598b27d631ef9 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 1 Mar 2024 15:18:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/theme/createThemes.js | 1 + src/common/theme/index.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/theme/createThemes.js b/src/common/theme/createThemes.js index e19a100f74..30e556468b 100644 --- a/src/common/theme/createThemes.js +++ b/src/common/theme/createThemes.js @@ -249,6 +249,7 @@ const defaultThemes = [ id: 'black', name: '黑灯瞎火', isDark: true, + isDarkFont: false, config: { primary: 'rgb(150, 150, 150)', font: 'rgb(229, 229, 229)', diff --git a/src/common/theme/index.json b/src/common/theme/index.json index 84f11ca102..5c30e05db9 100644 --- a/src/common/theme/index.json +++ b/src/common/theme/index.json @@ -2573,6 +2573,7 @@ "id": "black", "name": "黑灯瞎火", "isDark": true, + "isDarkFont": false, "isCustom": false, "config": { "themeColors": { @@ -3853,4 +3854,4 @@ } } } -] +] \ No newline at end of file