style: 深色模式统一改为纯黑背景,去除泛紫

This commit is contained in:
2026-08-06 16:43:46 +08:00
parent e01951cd0e
commit 501f633102
9 changed files with 26 additions and 26 deletions
+6 -6
View File
@@ -12,15 +12,15 @@
"tabBarBorderStyle": "black"
},
"dark": {
"navBgColor": "#1e1e2f",
"navBgColor": "#000000",
"navTxtStyle": "white",
"bgColor": "#1e1e2f",
"bgColor": "#000000",
"bgTxtStyle": "light",
"bgColorTop": "#1e1e2f",
"bgColorBottom": "#1e1e2f",
"tabBarColor": "#a0a0c0",
"bgColorTop": "#000000",
"bgColorBottom": "#000000",
"tabBarColor": "#a8a8a8",
"tabBarSelectedColor": "#ff7eb3",
"tabBarBgColor": "#1e1e2f",
"tabBarBgColor": "#000000",
"tabBarBorderStyle": "white"
}
}