-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy paththeme.json
More file actions
343 lines (343 loc) · 10.3 KB
/
Copy paththeme.json
File metadata and controls
343 lines (343 loc) · 10.3 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
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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"styles": {
"typography": {
"fontFamily": "var(--ff-base)",
"lineHeight": "1.7",
"fontSize": "var(--fs-s)"
},
"spacing": {
"blockGap": "0px"
},
"blocks": {
"core/buttons": {
"spacing": {
"blockGap": "1rem"
}
},
"core/columns": {
"spacing": {
"blockGap": "1.5rem"
}
},
"core/social-links": {
"spacing": {
"blockGap": "0.75rem"
}
},
"core/button": {
"typography": {
"fontFamily": "var(--ff-base)",
"fontSize": "12px",
"fontWeight": "var(--button-font-weight)",
"lineHeight": "1",
"letterSpacing": "clamp(0.02em,0.3047619048vw - 0.8228571429px,0.04em)"
},
"color": {
"background": "var(--button-primary-background)",
"text": "var(--button-primary-color)"
},
"spacing": {
"padding": {
"top": "calc(0.667em + 1px)",
"right": "clamp(6px, 1.9047619048vw - 1.1428571429px, 8px)",
"bottom": "calc(0.667em + 1px)",
"left": "clamp(6px, 1.9047619048vw - 1.1428571429px, 8px)"
}
},
"border": {
"radius": "var(--layout-border-radius-small)"
},
"shadow": "var(--button-box-shadow)",
"variations": {
"outline": {
"spacing": {
"padding": {
"top": "calc(0.667em + 1px)",
"right": "clamp(6px, 1.9047619048vw - 1.1428571429px, 8px)",
"bottom": "calc(0.667em + 1px)",
"left": "clamp(6px, 1.9047619048vw - 1.1428571429px, 8px)"
}
}
}
}
},
"core/pullquote": {
"typography": {
"fontSize": "1.25em",
"lineHeight": "inherit"
}
},
"core/preformatted": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--monospace)"
}
},
"core/code": {
"typography": {
"fontFamily": "var(--ff-mono)",
"fontSize": "var(--fs-xxs)",
"lineHeight": "1.7",
"letterSpacing": "0"
},
"color": {
"background": "var(--code-background)",
"text": "var(--code-color)"
},
"border": {
"radius": "var(--layout-border-radius-small)"
}
},
"core/table": {
"typography": {
"fontSize": "clamp(9px, 2cqw, 87.5%)"
},
"border": {
"color": "var(--table-border-color)",
"style": "solid",
"width": "1px"
}
}
}
},
"settings": {
"appearanceTools": true,
"useRootPaddingAwareAlignments": false,
"layout": {
"contentSize": "840px",
"wideSize": "840px"
},
"spacing": {
"units": ["px", "em", "rem", "vh", "vw", "%"],
"blockGap": true,
"margin": true,
"padding": true,
"defaultSpacingSizes": false,
"spacingSizes": [
{
"name": "2X-Small",
"slug": "20",
"size": "var(--block-spacing-20)"
},
{
"name": "X-Small",
"slug": "30",
"size": "var(--block-spacing-30)"
},
{
"name": "Small",
"slug": "40",
"size": "var(--block-spacing-40)"
},
{
"name": "Medium",
"slug": "50",
"size": "var(--block-spacing-50)"
},
{
"name": "Large",
"slug": "60",
"size": "var(--block-spacing-60)"
},
{
"name": "X-Large",
"slug": "70",
"size": "var(--block-spacing-70)"
},
{
"name": "2X-Large",
"slug": "80",
"size": "var(--block-spacing-80)"
}
]
},
"color": {
"custom": true,
"link": true,
"customDuotone": false,
"defaultDuotone": false,
"duotone": [],
"palette": [
{ "name": "Primary 400", "slug": "primary-400", "color": "var(--primary-400)" },
{ "name": "Primary 500", "slug": "primary-500", "color": "var(--primary-500)" },
{ "name": "Primary 600", "slug": "primary-600", "color": "var(--primary-600)" },
{ "name": "Red 400", "slug": "red-400", "color": "var(--red-400)" },
{ "name": "Red 500", "slug": "red-500", "color": "var(--red-500)" },
{ "name": "Red 600", "slug": "red-600", "color": "var(--red-600)" },
{ "name": "Green 400", "slug": "green-400", "color": "var(--green-400)" },
{ "name": "Green 500", "slug": "green-500", "color": "var(--green-500)" },
{ "name": "Green 600", "slug": "green-600", "color": "var(--green-600)" },
{ "name": "Foreground 100", "slug": "fg-100", "color": "var(--fg-100)" },
{ "name": "Foreground 200", "slug": "fg-200", "color": "var(--fg-200)" },
{ "name": "Foreground 300", "slug": "fg-300", "color": "var(--fg-300)" },
{ "name": "Foreground 400", "slug": "fg-400", "color": "var(--fg-400)" },
{ "name": "Foreground 500", "slug": "fg-500", "color": "var(--fg-500)" },
{ "name": "Foreground 600", "slug": "fg-600", "color": "var(--fg-600)" },
{ "name": "Foreground 700", "slug": "fg-700", "color": "var(--fg-700)" },
{ "name": "Foreground 800", "slug": "fg-800", "color": "var(--fg-800)" },
{ "name": "Foreground 900", "slug": "fg-900", "color": "var(--fg-900)" },
{ "name": "Foreground 950", "slug": "fg-950", "color": "var(--fg-950)" },
{ "name": "Foreground Tinted", "slug": "fg-tinted", "color": "var(--fg-tinted)" },
{ "name": "Foreground Inverted", "slug": "fg-inverted", "color": "var(--fg-inverted)" },
{ "name": "Background 50", "slug": "bg-50", "color": "var(--bg-50)" },
{ "name": "Background 200", "slug": "bg-200", "color": "var(--bg-100)" },
{ "name": "Background 200", "slug": "bg-200", "color": "var(--bg-200)" },
{ "name": "Background 300", "slug": "bg-300", "color": "var(--bg-300)" },
{ "name": "Background 400", "slug": "bg-400", "color": "var(--bg-400)" },
{ "name": "Background 500", "slug": "bg-500", "color": "var(--bg-500)" },
{ "name": "Background 600", "slug": "bg-600", "color": "var(--bg-600)" },
{ "name": "Background 700", "slug": "bg-700", "color": "var(--bg-700)" },
{ "name": "Background 800", "slug": "bg-800", "color": "var(--bg-800)" },
{ "name": "Background 900", "slug": "bg-900", "color": "var(--bg-900)" },
{ "name": "Background 950", "slug": "bg-950", "color": "var(--bg-950)" }
],
"customGradient": true,
"defaultGradients": false,
"gradients": [
{
"slug": "scrim-black-to-transparent",
"gradient": "linear-gradient(to right, #000 0%, #000000bc 19%, #0000008a 34%, #00000061 47%, #00000047 56.5%, #00000031 65%, #00000020 73%, #00000013 80.2%, #0000000b 86.1%, #00000005 91%, #00000002 95.2%, #00000001 98.2%, #00000000 100%)",
"name": "Smooth Black to Transparent"
},
{
"slug": "scrim-white-to-transparent",
"gradient": "linear-gradient(to right, #fff 0%, #ffffffbc 19%, #ffffff8a 34%, #ffffff61 47%, #ffffff47 56.5%, #ffffff31 65%, #ffffff20 73%, #ffffff13 80.2%, #ffffff0b 86.1%, #ffffff05 91%, #ffffff02 95.2%, #ffffff01 98.2%, #ffffff00 100%)",
"name": "Smooth White to Transparent"
}
]
},
"typography": {
"dropCap": true,
"lineHeight": true,
"textTransform": true,
"letterSpacing": true,
"customFontSize": false,
"fluid": false,
"fontFamilies": [
{
"fontFamily": "var(--ff-base)",
"slug": "base",
"name": "Base"
},
{
"fontFamily": "var(--ff-system)",
"slug": "system-fonts",
"name": "System Fonts"
},
{
"fontFamily": "var(--ff-note)",
"slug": "note",
"name": "Note"
},
{
"fontFamily": "var(--ff-heading)",
"slug": "heading",
"name": "Heading"
},
{
"fontFamily": "var(--ff-mono)",
"slug": "monospace",
"name": "Monospace"
}
],
"defaultFontSizes": false,
"fontSizes": [
{
"size": "var(--fs-xxs)",
"name": "Extra Small",
"slug": "extra-small"
},
{
"size": "var(--fs-xs)",
"name": "Small",
"slug": "small"
},
{
"size": "var(--fs-s)",
"name": "Normal",
"slug": "normal"
},
{
"size": "var(--fs-m)",
"name": "Medium",
"slug": "medium"
},
{
"size": "var(--fs-l)",
"name": "Large",
"slug": "large"
},
{
"size": "var(--fs-xl)",
"name": "Extra Large",
"slug": "extra-large"
},
{
"size": "var(--fs-xxl)",
"name": "Huge",
"slug": "huge"
},
{
"size": "var(--fs-xxxl)",
"name": "Gigantic",
"slug": "gigantic"
}
]
},
"position": {
"sticky": false
},
"shadow": {
"defaultPresets": false
},
"border": {
"radius": true,
"color": true,
"style": true,
"width": true
},
"blocks": {
"core/image": {
"lightbox": {
"enabled": false,
"allowEditing": false
}
},
"core/file": {
"color": {
"background": false
}
},
"core/latest-posts": {
"typography": {
"fontSizes": []
}
},
"core/latest-comments": {
"typography": {
"fontSizes": []
}
},
"core/calendar": {
"typography": {
"fontSizes": []
}
},
"core/loginout": {
"typography": {
"dropCap": false,
"lineHeight": false,
"textTransform": false,
"letterSpacing": false,
"fontStyle": false,
"fontWeight": false,
"textDecoration": false,
"fontFamilies": [],
"customFontSize": false,
"fontSizes": []
}
}
}
}
}