feat: 深色模式基础设施 (system theme + 跟随系统)

This commit is contained in:
2026-07-08 11:33:09 +08:00
parent a88c4da361
commit c43f1d7389
6 changed files with 88 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"light": {
"navigationBarBackgroundColor": "#FF6B35",
"navigationBarTextStyle": "white",
"backgroundColor": "#F5F5F5",
"backgroundColorTop": "#F5F5F5",
"backgroundColorBottom": "#F5F5F5"
},
"dark": {
"navigationBarBackgroundColor": "#FF6B35",
"navigationBarTextStyle": "white",
"backgroundColor": "#0F0F12",
"backgroundColorTop": "#0F0F12",
"backgroundColorBottom": "#0F0F12"
}
}