style: 深色模式改用微信官方配色 #191919,导航栏与页面背景统一

This commit is contained in:
2026-08-06 17:00:37 +08:00
parent 501f633102
commit 1624e33f5e
9 changed files with 26 additions and 26 deletions
+6 -6
View File
@@ -12,15 +12,15 @@
"tabBarBorderStyle": "black"
},
"dark": {
"navBgColor": "#000000",
"navBgColor": "#191919",
"navTxtStyle": "white",
"bgColor": "#000000",
"bgColor": "#191919",
"bgTxtStyle": "light",
"bgColorTop": "#000000",
"bgColorBottom": "#000000",
"tabBarColor": "#a8a8a8",
"bgColorTop": "#191919",
"bgColorBottom": "#191919",
"tabBarColor": "#999999",
"tabBarSelectedColor": "#ff7eb3",
"tabBarBgColor": "#000000",
"tabBarBgColor": "#191919",
"tabBarBorderStyle": "white"
}
}