optimize(projects): simplify some theme preset configurations.

This commit is contained in:
Azir-11
2025-11-29 13:54:08 +08:00
committed by Soybean
parent 9da847fb6f
commit c6d97dba21
3 changed files with 7 additions and 114 deletions

View File

@@ -2,12 +2,12 @@
"name": "Dark Preset",
"desc": "Dark theme preset for night time usage",
"i18nkey": "theme.appearance.preset.dark",
"version": "1.0.0",
"version": "1.0.1",
"themeScheme": "dark",
"grayscale": false,
"colourWeakness": false,
"recommendColor": false,
"themeColor": "#409eff",
"themeColor": "#646cff",
"otherColor": {
"info": "#2080f0",
"success": "#52c41a",
@@ -46,7 +46,7 @@
},
"fixedHeaderAndTab": true,
"sider": {
"inverted": true,
"inverted": false,
"width": 220,
"collapsedWidth": 64,
"mixWidth": 90,