-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.json
48 lines (48 loc) · 1.85 KB
/
theme.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
40
41
42
43
44
45
46
47
48
{
"light": {
"navBgColor": "#f6f6f6",
"navTxtStyle": "black",
"bgColor": "#f2f4f6",
"bgStyle": "dark",
"bgTxtStyle": "light",
"bgColorTop": "#eeeeee",
"bgColorBottom": "#efefef",
"tabFontColor": "#000000",
"tabSelectedColor": "#007aff",
"tabBgColor": "#f5f5f5",
"tabBorderStyle": "black",
"iconPath1": "/assets/images/tab/component.png",
"selectedIconPath1": "/assets/images/tab/component_selected.png",
"iconPath2": "/assets/images/tab/component.png",
"selectedIconPath2": "/assets/images/tab/component_selected.png",
"iconPath3": "/assets/images/tab/interface.png",
"selectedIconPath3": "/assets/images/tab/interface_selected.png",
"iconPath4": "/assets/images/tab/extension.png",
"selectedIconPath4": "/assets/images/tab/extension_selected.png",
"iconPath5": "/assets/images/tab/kuozhan.png",
"selectedIconPath5": "/assets/images/tab/kuozhan_selected.png"
},
"dark": {
"navBgColor": "#191919",
"navTxtStyle": "white",
"bgColor": "#1f1f1f",
"bgStyle": "light",
"bgTxtStyle": "dark",
"bgColorTop": "#191919",
"bgColorBottom": "#1f1f1f",
"tabFontColor": "#ffffff",
"tabSelectedColor": "#007aff",
"tabBgColor": "#191919",
"tabBorderStyle": "white",
"iconPath1": "/assets/images/tab/component.png",
"selectedIconPath1": "/assets/images/tab/component_selected.png",
"iconPath2": "/assets/images/tab/component.png",
"selectedIconPath2": "/assets/images/tab/component_selected.png",
"iconPath3": "/assets/images/tab/interface.png",
"selectedIconPath3": "/assets/images/tab/interface_selected.png",
"iconPath4": "/assets/images/tab/extension.png",
"selectedIconPath4": "/assets/images/tab/extension_selected.png",
"iconPath5": "/assets/images/tab/kuozhan.png",
"selectedIconPath5": "/assets/images/tab/kuozhan_selected.png"
}
}