1 { |
1 { |
2 "version": 2, |
2 "$schema": "https://schemas.wp.org/trunk/theme.json", |
|
3 "version": 3, |
3 "settings": { |
4 "settings": { |
4 "appearanceTools": false, |
5 "appearanceTools": false, |
|
6 "useRootPaddingAwareAlignments": false, |
5 "border": { |
7 "border": { |
6 "color": false, |
8 "color": false, |
7 "radius": false, |
9 "radius": false, |
8 "style": false, |
10 "style": false, |
9 "width": false |
11 "width": false |
10 }, |
12 }, |
11 "color": { |
13 "color": { |
12 "background": true, |
14 "background": true, |
|
15 "button": true, |
|
16 "caption": true, |
13 "custom": true, |
17 "custom": true, |
14 "customDuotone": true, |
18 "customDuotone": true, |
15 "customGradient": true, |
19 "customGradient": true, |
16 "defaultDuotone": true, |
20 "defaultDuotone": true, |
17 "defaultGradients": true, |
21 "defaultGradients": true, |
18 "defaultPalette": true, |
22 "defaultPalette": true, |
19 "duotone": [ |
23 "duotone": [ |
20 { |
24 { |
21 "name": "Dark grayscale", |
25 "name": "Dark grayscale", |
182 "slug": "vivid-purple", |
187 "slug": "vivid-purple", |
183 "color": "#9b51e0" |
188 "color": "#9b51e0" |
184 } |
189 } |
185 ], |
190 ], |
186 "text": true |
191 "text": true |
|
192 }, |
|
193 "dimensions": { |
|
194 "defaultAspectRatios": true, |
|
195 "aspectRatios": [ |
|
196 { |
|
197 "name": "Square - 1:1", |
|
198 "slug": "square", |
|
199 "ratio": "1" |
|
200 }, |
|
201 { |
|
202 "name": "Standard - 4:3", |
|
203 "slug": "4-3", |
|
204 "ratio": "4/3" |
|
205 }, |
|
206 { |
|
207 "name": "Portrait - 3:4", |
|
208 "slug": "3-4", |
|
209 "ratio": "3/4" |
|
210 }, |
|
211 { |
|
212 "name": "Classic - 3:2", |
|
213 "slug": "3-2", |
|
214 "ratio": "3/2" |
|
215 }, |
|
216 { |
|
217 "name": "Classic Portrait - 2:3", |
|
218 "slug": "2-3", |
|
219 "ratio": "2/3" |
|
220 }, |
|
221 { |
|
222 "name": "Wide - 16:9", |
|
223 "slug": "16-9", |
|
224 "ratio": "16/9" |
|
225 }, |
|
226 { |
|
227 "name": "Tall - 9:16", |
|
228 "slug": "9-16", |
|
229 "ratio": "9/16" |
|
230 } |
|
231 ] |
|
232 }, |
|
233 "shadow": { |
|
234 "defaultPresets": true, |
|
235 "presets": [ |
|
236 { |
|
237 "name": "Natural", |
|
238 "slug": "natural", |
|
239 "shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)" |
|
240 }, |
|
241 { |
|
242 "name": "Deep", |
|
243 "slug": "deep", |
|
244 "shadow": "12px 12px 50px rgba(0, 0, 0, 0.4)" |
|
245 }, |
|
246 { |
|
247 "name": "Sharp", |
|
248 "slug": "sharp", |
|
249 "shadow": "6px 6px 0px rgba(0, 0, 0, 0.2)" |
|
250 }, |
|
251 { |
|
252 "name": "Outlined", |
|
253 "slug": "outlined", |
|
254 "shadow": "6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1)" |
|
255 }, |
|
256 { |
|
257 "name": "Crisp", |
|
258 "slug": "crisp", |
|
259 "shadow": "6px 6px 0px rgba(0, 0, 0, 1)" |
|
260 } |
|
261 ] |
187 }, |
262 }, |
188 "spacing": { |
263 "spacing": { |
189 "blockGap": null, |
264 "blockGap": null, |
190 "margin": false, |
265 "margin": false, |
191 "padding": false, |
266 "padding": false, |
192 "units": [ "px", "em", "rem", "vh", "vw", "%" ] |
267 "customSpacingSize": true, |
|
268 "defaultSpacingSizes": true, |
|
269 "units": [ "px", "em", "rem", "vh", "vw", "%" ], |
|
270 "spacingScale": { |
|
271 "operator": "*", |
|
272 "increment": 1.5, |
|
273 "steps": 7, |
|
274 "mediumStep": 1.5, |
|
275 "unit": "rem" |
|
276 } |
193 }, |
277 }, |
194 "typography": { |
278 "typography": { |
195 "customFontSize": true, |
279 "customFontSize": true, |
|
280 "defaultFontSizes": true, |
196 "dropCap": true, |
281 "dropCap": true, |
197 "fontSizes": [ |
282 "fontSizes": [ |
198 { |
283 { |
199 "name": "Small", |
284 "name": "Small", |
200 "slug": "small", |
285 "slug": "small", |
238 } |
330 } |
239 } |
331 } |
240 } |
332 } |
241 }, |
333 }, |
242 "styles": { |
334 "styles": { |
243 "spacing": { "blockGap": "24px" } |
335 "blocks": { |
|
336 "core/button": { |
|
337 "variations": { |
|
338 "outline": { |
|
339 "border": { |
|
340 "width": "2px", |
|
341 "style": "solid", |
|
342 "color": "currentColor" |
|
343 }, |
|
344 "color": { |
|
345 "text": "currentColor", |
|
346 "gradient": "transparent none" |
|
347 }, |
|
348 "spacing": { |
|
349 "padding": { |
|
350 "top": "0.667em", |
|
351 "right": "1.33em", |
|
352 "bottom": "0.667em", |
|
353 "left": "1.33em" |
|
354 } |
|
355 } |
|
356 } |
|
357 } |
|
358 }, |
|
359 "core/site-logo": { |
|
360 "variations": { |
|
361 "rounded": { |
|
362 "border": { |
|
363 "radius": "9999px" |
|
364 } |
|
365 } |
|
366 } |
|
367 } |
|
368 }, |
|
369 "elements": { |
|
370 "button": { |
|
371 "color": { |
|
372 "text": "#fff", |
|
373 "background": "#32373c" |
|
374 }, |
|
375 "spacing": { |
|
376 "padding": "calc(0.667em + 2px) calc(1.333em + 2px)" |
|
377 }, |
|
378 "typography": { |
|
379 "fontSize": "inherit", |
|
380 "fontFamily": "inherit", |
|
381 "lineHeight": "inherit", |
|
382 "textDecoration": "none" |
|
383 }, |
|
384 "border": { |
|
385 "width": "0" |
|
386 } |
|
387 }, |
|
388 "link": { |
|
389 "typography": { |
|
390 "textDecoration": "underline" |
|
391 } |
|
392 } |
|
393 }, |
|
394 "spacing": { |
|
395 "blockGap": "24px", |
|
396 "padding": { |
|
397 "top": "0px", |
|
398 "right": "0px", |
|
399 "bottom": "0px", |
|
400 "left": "0px" |
|
401 } |
|
402 } |
244 } |
403 } |
245 } |
404 } |