forked from mkdegucena/themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
258 lines (258 loc) · 8.12 KB
/
manifest.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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
{
"name": "Doc Theme",
"author": "Zendesk",
"version": "1.0.0",
"api_version": 1,
"settings": [
{
"label": "Colors",
"variables": [
{
"identifier": "brand_color",
"type": "color",
"description": "Brand color for major navigational elements",
"label": "Brand color",
"value": "#0072ef"
},
{
"identifier": "brand_text_color",
"type": "color",
"description": "Brand color for hover and active states",
"label": "Brand text color",
"value": "#ffffff"
},
{
"identifier": "text_color",
"type": "color",
"description": "Text color for body and heading elements",
"label": "Text color",
"value": "#333333"
},
{
"identifier": "link_color",
"type": "color",
"description": "Text color for link elements",
"label": "Link color",
"value": "#0072ef"
},
{
"identifier": "background_color",
"type": "color",
"description": "Background color of your Help Center",
"label": "Background color",
"value": "#ffffff"
}
]
},
{
"label": "Fonts",
"variables": [
{
"identifier": "heading_font",
"type": "list",
"description": "Font for headings",
"label": "Heading Font",
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif",
"options": [
{
"label": "System",
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif"
},
{
"label": "Arial",
"value": "Arial, 'Helvetica Neue', Helvetica, sans-serif"
},
{
"label": "Arial Black",
"value": "'Arial Black', Arial, 'Helvetica Neue', Helvetica, sans-serif"
},
{
"label": "Baskerville",
"value": "Baskerville, 'Times New Roman', Times, serif"
},
{
"label": "Century Gothic",
"value": "'Century Gothic', AppleGothic, sans-serif"
},
{
"label": "Copperplate Light",
"value": "'Copperplate Light', 'Copperplate Gothic Light', serif"
},
{
"label": "Courier New",
"value": "'Courier New', Courier, monospace"
},
{
"label": "Futura",
"value": "Futura, 'Century Gothic', AppleGothic, sans-serif"
},
{
"label": "Garamond",
"value": "Garamond, 'Hoefler Text', Times New Roman, Times, serif"
},
{
"label": "Geneva",
"value": "Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif"
},
{
"label": "Georgia",
"value": "Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif"
},
{
"label": "Helvetica",
"value": "Helvetica, Arial, sans-serif"
},
{
"label": "Helvetica Neue",
"value": "'Helvetica Neue', Arial, Helvetica, sans-serif"
},
{
"label": "Impact",
"value": "Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif"
},
{
"label": "Lucida Grande",
"value": "'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif"
},
{
"label": "Trebuchet MS",
"value": "'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif"
}
]
},
{
"identifier": "text_font",
"type": "list",
"description": "Font for body text",
"label": "Text Font",
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif",
"options": [
{
"label": "System",
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif"
},
{
"label": "Arial",
"value": "Arial, 'Helvetica Neue', Helvetica, sans-serif"
},
{
"label": "Arial Black",
"value": "'Arial Black', Arial, 'Helvetica Neue', Helvetica, sans-serif"
},
{
"label": "Baskerville",
"value": "Baskerville, 'Times New Roman', Times, serif"
},
{
"label": "Century Gothic",
"value": "'Century Gothic', AppleGothic, sans-serif"
},
{
"label": "Copperplate Light",
"value": "'Copperplate Light', 'Copperplate Gothic Light', serif"
},
{
"label": "Courier New",
"value": "'Courier New', Courier, monospace"
},
{
"label": "Futura",
"value": "Futura, 'Century Gothic', AppleGothic, sans-serif"
},
{
"label": "Garamond",
"value": "Garamond, 'Hoefler Text', Times New Roman, Times, serif"
},
{
"label": "Geneva",
"value": "Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif"
},
{
"label": "Georgia",
"value": "Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif"
},
{
"label": "Helvetica",
"value": "Helvetica, Arial, sans-serif"
},
{
"label": "Helvetica Neue",
"value": "'Helvetica Neue', Arial, Helvetica, sans-serif"
},
{
"label": "Impact",
"value": "Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif"
},
{
"label": "Lucida Grande",
"value": "'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif"
},
{
"label": "Trebuchet MS",
"value": "'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif"
}
]
}
]
},
{
"label": "Brand",
"variables": [
{
"identifier": "logo",
"type": "file",
"description": "Company logo",
"label": "Logo"
},
{
"identifier": "favicon",
"type": "file",
"description": "Icon displayed in the address bar of your browser",
"label": "Favicon"
}
]
},
{
"label": "Images",
"variables": [
{
"identifier": "homepage_background_image",
"type": "file",
"description": "Hero image on the home page",
"label": "Home hero image"
},
{
"identifier": "community_background_image",
"type": "file",
"description": "Hero image on the community topics page",
"label": "Community hero image"
},
{
"identifier": "community_image",
"type": "file",
"description": "Image for the community section on the home page",
"label": "Community banner"
}
]
},
{
"label": "Homepage",
"variables": [
{
"identifier": "homepage_title",
"type": "text",
"description": "The title text on the home page",
"label": "Homepage Title",
"value": "Welcome to Zen Themes!"
},
{
"identifier": "homepage_description",
"type": "text",
"description": "The description text displayed on the home page",
"label": "Homepage Description",
"value": "Get familiar with the features and how they work:"
}
]
}
]
}