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