-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmetadata.json
More file actions
executable file
·109 lines (109 loc) · 3.51 KB
/
metadata.json
File metadata and controls
executable file
·109 lines (109 loc) · 3.51 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "BasePlate",
"thumbnail": "baseplate.png",
"widgetVersion":2,
"images": [
"images/feature.jpg",
"images/logo.png"
],
"colorSwatches":
{
"Swatch 1": {
"color1":"#ffffff",
"color2":"#3295e1",
"color3":"#444444",
"color4":"#333333",
"color5":"#333333",
"color6":"#333333",
"color7":"#000000"
}
},
"fontSwatch": {
"title": "Helvetica Neue, Helvetica, Arial, sans-serif",
"font1": {
"font-family": "\"Helvetica\", Arial, sans-serif",
"font-size": "28px",
"font-weight": "700",
"line-height": "inherit",
"color": "@color-swatch4",
"letter-spacing": "inherit"
},
"font2": {
"font-family": "\"Helvetica\", Arial, sans-serif",
"font-size": "22px",
"font-weight": "700",
"line-height": "inherit",
"color": "@color-swatch4",
"letter-spacing": "inherit"
},
"font3": {
"font-family": "\"Helvetica\", Arial, sans-serif",
"font-size": "20px",
"font-weight": "700",
"line-height": "inherit",
"color": "@color-swatch4",
"letter-spacing": "inherit"
},
"font4": {
"font-family": "\"Helvetica\", Arial, sans-serif",
"font-size": "18px",
"font-weight": "700",
"line-height": "inherit",
"color": "@color-swatch4",
"letter-spacing": "inherit"
},
"font5": {
"font-family": "\"Helvetica\", Arial, sans-serif",
"font-size": "15px",
"font-weight": "inherit",
"line-height": "28px",
"color": "@color-swatch5",
"letter-spacing": "inherit"
},
"font6": {
"font-family": "\"Helvetica\", Arial, sans-serif",
"font-size": "16px",
"font-weight": "inherit",
"line-height": "inherit",
"color": "@color-swatch6",
"color-hover": "@color-swatch7",
"letter-spacing": "inherit",
"background-color": "@color-swatch1",
"background-color-hover": "@color-swatch1"
},
"font7": {
"font-family": "\"Helvetica\", Arial, sans-serif",
"font-size": "16px",
"font-weight": "inherit",
"line-height": "inherit",
"color": "@color-swatch1",
"letter-spacing": "inherit",
"background-color": "@color-swatch3",
"background-color-hover": "darken(@color-swatch3,10%)"
},
"font8": {
"font-family": "\"Helvetica\", Arial, sans-serif",
"font-size": "34px",
"font-weight": "700",
"line-height": "inherit",
"color": "@color-swatch4",
"letter-spacing": "inherit"
},
"font9": {
"font-family": "\"Helvetica\", Arial, sans-serif",
"font-size": "20px",
"font-weight": "inherit",
"line-height": "inherit",
"color": "@color-swatch5",
"letter-spacing": "inherit"
},
"font10": {
"font-family": "\"Helvetica\", Arial, sans-serif",
"font-size": "28px",
"font-weight": "700",
"line-height": "inherit",
"color": "@color-swatch4",
"letter-spacing": "inherit"
}
}
}