forked from fastlane/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFramefile.json
More file actions
49 lines (47 loc) 路 782 Bytes
/
Copy pathFramefile.json
File metadata and controls
49 lines (47 loc) 路 782 Bytes
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
49
{
"default": {
"keyword": {
"font": "./fonts/AlwynNewRd-Rg.otf"
},
"title": {
"font": "./fonts/AlwynNewRd-Th.otf",
"color": "#545454"
},
"background": "Mac.jpg",
"padding": 0,
"offset": {
"offset": "+676+479",
"titleHeight": 320
}
},
"data": [
{
"filter": "Brainstorming",
"keyword": {
"color": "#d21559"
}
},
{
"filter": "Organizing",
"keyword": {
"color": "#feb909"
}
},
{
"filter": "Sharing",
"keyword": {
"color": "#aa4dbc"
}
},
{
"filter": "Styling",
"keyword": {
"color": "#31bb48"
},
"offset": {
"offset": "+390+366",
"width": 2095
}
}
]
}