feat: 深色模式基础设施 (system theme + 跟随系统)
This commit is contained in:
+16
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user