-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
34 lines (34 loc) · 1.23 KB
/
theme.json
File metadata and controls
34 lines (34 loc) · 1.23 KB
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
{
"light": {
"navBgColor": "#22b3f6",
"navTxtStyle": "white",
"tabSelectedColor": "#22b3f6",
"tabBgColor": "#ffffff",
"tabBorderStyle": "black",
"tabFontColor": "#000000",
"iconPathHome": "static/icon/home-0.png",
"selectedIconPathHome": "static/icon/home_active.png",
"iconPathActivity": "static/icon/activity-0.png",
"selectedIconPathActivity": "static/icon/activity_active.png",
"iconPathResource": "static/icon/resource-0.png",
"selectedIconPathResource": "static/icon/resource_active.png",
"iconPathCenter": "static/icon/center-0.png",
"selectedIconPathCenter": "static/icon/center_active.png"
},
"dark": {
"navBgColor": "#22b3f6",
"navTxtStyle": "white",
"tabSelectedColor": "#22b3f6",
"tabBgColor": "#000000",
"tabBorderStyle": "black",
"tabFontColor": "#ffffff",
"iconPathHome": "static/icon/home-f.png",
"selectedIconPathHome": "static/icon/home_active.png",
"iconPathActivity": "static/icon/activity-f.png",
"selectedIconPathActivity": "static/icon/activity_active.png",
"iconPathResource": "static/icon/resource-f.png",
"selectedIconPathResource": "static/icon/resource_active.png",
"iconPathCenter": "static/icon/center-f.png",
"selectedIconPathCenter": "static/icon/center_active.png"
}
}