-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
Copy pathapp-darkmode.json
39 lines (39 loc) · 1.04 KB
/
app-darkmode.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"window": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#191919",
"backgroundColor": "#191919"
},
"tabBar": {
"color": "#FCFCFC",
"selectedColor": "#51A937",
"borderStyle": "white",
"backgroundColor": "#191919",
"list": [
{
"pagePath": "page/component/index",
"iconPath": "image/icon_component_HL.png",
"selectedIconPath": "image/icon_component_dark.png",
"text": "组件"
},
{
"pagePath": "page/extend/index",
"iconPath": "image/icon_component_HL.png",
"selectedIconPath": "image/icon_component_dark.png",
"text": "扩展能力"
},
{
"pagePath": "page/API/index",
"iconPath": "image/icon_API_HL.png",
"selectedIconPath": "image/icon_API_dark.png",
"text": "接口"
},
{
"pagePath": "page/cloud/index",
"iconPath": "image/icon_cloud_HL.png",
"selectedIconPath": "image/icon_cloud_dark.png",
"text": "云开发"
}
]
}
}