修复构建问题
parent
0c986ee68c
commit
3c28c4861b
|
@ -249,6 +249,7 @@ const defaultThemes = [
|
|||
id: 'black',
|
||||
name: '黑灯瞎火',
|
||||
isDark: true,
|
||||
isDarkFont: false,
|
||||
config: {
|
||||
primary: 'rgb(150, 150, 150)',
|
||||
font: 'rgb(229, 229, 229)',
|
||||
|
|
|
@ -2573,6 +2573,7 @@
|
|||
"id": "black",
|
||||
"name": "黑灯瞎火",
|
||||
"isDark": true,
|
||||
"isDarkFont": false,
|
||||
"isCustom": false,
|
||||
"config": {
|
||||
"themeColors": {
|
||||
|
|
Loading…
Reference in New Issue