PluginProbe
Gutenberg / 16.0.0
Gutenberg v16.0.0
23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 7.4.0 All 402 releases
gutenberg / lib / theme.json

theme.json in Gutenberg 16.0.0, at lib/theme.json

505 lines 10.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "version": 2,
3 "behaviors": {
4 "blocks": {
5 "core/image": {
6 "lightbox": false
7 }
8 }
9 },
10 "settings": {
11 "appearanceTools": false,
12 "useRootPaddingAwareAlignments": false,
13 "border": {
14 "color": false,
15 "radius": false,
16 "style": false,
17 "width": false
18 },
19 "color": {
20 "background": true,
21 "button": true,
22 "caption": true,
23 "custom": true,
24 "customDuotone": true,
25 "customGradient": true,
26 "defaultDuotone": true,
27 "defaultGradients": true,
28 "defaultPalette": true,
29 "duotone": [
30 {
31 "name": "Dark grayscale",
32 "colors": [ "#000000", "#7f7f7f" ],
33 "slug": "dark-grayscale"
34 },
35 {
36 "name": "Grayscale",
37 "colors": [ "#000000", "#ffffff" ],
38 "slug": "grayscale"
39 },
40 {
41 "name": "Purple and yellow",
42 "colors": [ "#8c00b7", "#fcff41" ],
43 "slug": "purple-yellow"
44 },
45 {
46 "name": "Blue and red",
47 "colors": [ "#000097", "#ff4747" ],
48 "slug": "blue-red"
49 },
50 {
51 "name": "Midnight",
52 "colors": [ "#000000", "#00a5ff" ],
53 "slug": "midnight"
54 },
55 {
56 "name": "Magenta and yellow",
57 "colors": [ "#c7005a", "#fff278" ],
58 "slug": "magenta-yellow"
59 },
60 {
61 "name": "Purple and green",
62 "colors": [ "#a60072", "#67ff66" ],
63 "slug": "purple-green"
64 },
65 {
66 "name": "Blue and orange",
67 "colors": [ "#1900d8", "#ffa96b" ],
68 "slug": "blue-orange"
69 }
70 ],
71 "gradients": [
72 {
73 "name": "Vivid cyan blue to vivid purple",
74 "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
75 "slug": "vivid-cyan-blue-to-vivid-purple"
76 },
77 {
78 "name": "Light green cyan to vivid green cyan",
79 "gradient": "linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",
80 "slug": "light-green-cyan-to-vivid-green-cyan"
81 },
82 {
83 "name": "Luminous vivid amber to luminous vivid orange",
84 "gradient": "linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",
85 "slug": "luminous-vivid-amber-to-luminous-vivid-orange"
86 },
87 {
88 "name": "Luminous vivid orange to vivid red",
89 "gradient": "linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",
90 "slug": "luminous-vivid-orange-to-vivid-red"
91 },
92 {
93 "name": "Very light gray to cyan bluish gray",
94 "gradient": "linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",
95 "slug": "very-light-gray-to-cyan-bluish-gray"
96 },
97 {
98 "name": "Cool to warm spectrum",
99 "gradient": "linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)",
100 "slug": "cool-to-warm-spectrum"
101 },
102 {
103 "name": "Blush light purple",
104 "gradient": "linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",
105 "slug": "blush-light-purple"
106 },
107 {
108 "name": "Blush bordeaux",
109 "gradient": "linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",
110 "slug": "blush-bordeaux"
111 },
112 {
113 "name": "Luminous dusk",
114 "gradient": "linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",
115 "slug": "luminous-dusk"
116 },
117 {
118 "name": "Pale ocean",
119 "gradient": "linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",
120 "slug": "pale-ocean"
121 },
122 {
123 "name": "Electric grass",
124 "gradient": "linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",
125 "slug": "electric-grass"
126 },
127 {
128 "name": "Midnight",
129 "gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",
130 "slug": "midnight"
131 }
132 ],
133 "heading": true,
134 "link": false,
135 "palette": [
136 {
137 "name": "Black",
138 "slug": "black",
139 "color": "#000000"
140 },
141 {
142 "name": "Cyan bluish gray",
143 "slug": "cyan-bluish-gray",
144 "color": "#abb8c3"
145 },
146 {
147 "name": "White",
148 "slug": "white",
149 "color": "#ffffff"
150 },
151 {
152 "name": "Pale pink",
153 "slug": "pale-pink",
154 "color": "#f78da7"
155 },
156 {
157 "name": "Vivid red",
158 "slug": "vivid-red",
159 "color": "#cf2e2e"
160 },
161 {
162 "name": "Luminous vivid orange",
163 "slug": "luminous-vivid-orange",
164 "color": "#ff6900"
165 },
166 {
167 "name": "Luminous vivid amber",
168 "slug": "luminous-vivid-amber",
169 "color": "#fcb900"
170 },
171 {
172 "name": "Light green cyan",
173 "slug": "light-green-cyan",
174 "color": "#7bdcb5"
175 },
176 {
177 "name": "Vivid green cyan",
178 "slug": "vivid-green-cyan",
179 "color": "#00d084"
180 },
181 {
182 "name": "Pale cyan blue",
183 "slug": "pale-cyan-blue",
184 "color": "#8ed1fc"
185 },
186 {
187 "name": "Vivid cyan blue",
188 "slug": "vivid-cyan-blue",
189 "color": "#0693e3"
190 },
191 {
192 "name": "Vivid purple",
193 "slug": "vivid-purple",
194 "color": "#9b51e0"
195 }
196 ],
197 "text": true
198 },
199 "shadow": {
200 "defaultPresets": true,
201 "presets": [
202 {
203 "name": "Natural",
204 "slug": "natural",
205 "shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)"
206 },
207 {
208 "name": "Deep",
209 "slug": "deep",
210 "shadow": "12px 12px 50px rgba(0, 0, 0, 0.4)"
211 },
212 {
213 "name": "Sharp",
214 "slug": "sharp",
215 "shadow": "6px 6px 0px rgba(0, 0, 0, 0.2)"
216 },
217 {
218 "name": "Outlined",
219 "slug": "outlined",
220 "shadow": "6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1)"
221 },
222 {
223 "name": "Crisp",
224 "slug": "crisp",
225 "shadow": "6px 6px 0px rgba(0, 0, 0, 1)"
226 }
227 ]
228 },
229 "layout": {
230 "definitions": {
231 "default": {
232 "name": "default",
233 "slug": "flow",
234 "className": "is-layout-flow",
235 "baseStyles": [
236 {
237 "selector": " > .alignleft",
238 "rules": {
239 "float": "left",
240 "margin-inline-start": "0",
241 "margin-inline-end": "2em"
242 }
243 },
244 {
245 "selector": " > .alignright",
246 "rules": {
247 "float": "right",
248 "margin-inline-start": "2em",
249 "margin-inline-end": "0"
250 }
251 },
252 {
253 "selector": " > .aligncenter",
254 "rules": {
255 "margin-left": "auto !important",
256 "margin-right": "auto !important"
257 }
258 }
259 ],
260 "spacingStyles": [
261 {
262 "selector": " > :first-child:first-child",
263 "rules": {
264 "margin-block-start": "0"
265 }
266 },
267 {
268 "selector": " > :last-child:last-child",
269 "rules": {
270 "margin-block-end": "0"
271 }
272 },
273 {
274 "selector": " > *",
275 "rules": {
276 "margin-block-start": null,
277 "margin-block-end": "0"
278 }
279 }
280 ]
281 },
282 "constrained": {
283 "name": "constrained",
284 "slug": "constrained",
285 "className": "is-layout-constrained",
286 "baseStyles": [
287 {
288 "selector": " > .alignleft",
289 "rules": {
290 "float": "left",
291 "margin-inline-start": "0",
292 "margin-inline-end": "2em"
293 }
294 },
295 {
296 "selector": " > .alignright",
297 "rules": {
298 "float": "right",
299 "margin-inline-start": "2em",
300 "margin-inline-end": "0"
301 }
302 },
303 {
304 "selector": " > .aligncenter",
305 "rules": {
306 "margin-left": "auto !important",
307 "margin-right": "auto !important"
308 }
309 },
310 {
311 "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))",
312 "rules": {
313 "max-width": "var(--wp--style--global--content-size)",
314 "margin-left": "auto !important",
315 "margin-right": "auto !important"
316 }
317 },
318 {
319 "selector": " > .alignwide",
320 "rules": {
321 "max-width": "var(--wp--style--global--wide-size)"
322 }
323 }
324 ],
325 "spacingStyles": [
326 {
327 "selector": " > :first-child:first-child",
328 "rules": {
329 "margin-block-start": "0"
330 }
331 },
332 {
333 "selector": " > :last-child:last-child",
334 "rules": {
335 "margin-block-end": "0"
336 }
337 },
338 {
339 "selector": " > *",
340 "rules": {
341 "margin-block-start": null,
342 "margin-block-end": "0"
343 }
344 }
345 ]
346 },
347 "flex": {
348 "name": "flex",
349 "slug": "flex",
350 "className": "is-layout-flex",
351 "displayMode": "flex",
352 "baseStyles": [
353 {
354 "selector": "",
355 "rules": {
356 "flex-wrap": "wrap",
357 "align-items": "center"
358 }
359 },
360 {
361 "selector": " > *",
362 "rules": {
363 "margin": "0"
364 }
365 }
366 ],
367 "spacingStyles": [
368 {
369 "selector": "",
370 "rules": {
371 "gap": null
372 }
373 }
374 ]
375 },
376 "grid": {
377 "name": "grid",
378 "slug": "grid",
379 "className": "is-layout-grid",
380 "displayMode": "grid",
381 "baseStyles": [
382 {
383 "selector": " > *",
384 "rules": {
385 "margin": "0"
386 }
387 }
388 ],
389 "spacingStyles": [
390 {
391 "selector": "",
392 "rules": {
393 "gap": null
394 }
395 }
396 ]
397 }
398 }
399 },
400 "spacing": {
401 "blockGap": null,
402 "margin": false,
403 "padding": false,
404 "customSpacingSize": true,
405 "units": [ "px", "em", "rem", "vh", "vw", "%" ],
406 "spacingScale": {
407 "operator": "*",
408 "increment": 1.5,
409 "steps": 7,
410 "mediumStep": 1.5,
411 "unit": "rem"
412 }
413 },
414 "typography": {
415 "customFontSize": true,
416 "dropCap": true,
417 "fontSizes": [
418 {
419 "name": "Small",
420 "slug": "small",
421 "size": "13px"
422 },
423 {
424 "name": "Medium",
425 "slug": "medium",
426 "size": "20px"
427 },
428 {
429 "name": "Large",
430 "slug": "large",
431 "size": "36px"
432 },
433 {
434 "name": "Extra Large",
435 "slug": "x-large",
436 "size": "42px"
437 }
438 ],
439 "fontStyle": true,
440 "fontWeight": true,
441 "letterSpacing": true,
442 "lineHeight": false,
443 "textColumns": false,
444 "textDecoration": true,
445 "textTransform": true
446 },
447 "blocks": {
448 "core/button": {
449 "border": {
450 "radius": true
451 }
452 },
453 "core/pullquote": {
454 "border": {
455 "color": true,
456 "radius": true,
457 "style": true,
458 "width": true
459 }
460 },
461 "core/image": {
462 "behaviors": {
463 "lightbox": true
464 }
465 }
466 }
467 },
468 "styles": {
469 "elements": {
470 "button": {
471 "color": {
472 "text": "#fff",
473 "background": "#32373c"
474 },
475 "spacing": {
476 "padding": "calc(0.667em + 2px) calc(1.333em + 2px)"
477 },
478 "typography": {
479 "fontSize": "inherit",
480 "fontFamily": "inherit",
481 "lineHeight": "inherit",
482 "textDecoration": "none"
483 },
484 "border": {
485 "width": "0"
486 }
487 },
488 "link": {
489 "typography": {
490 "textDecoration": "underline"
491 }
492 }
493 },
494 "spacing": {
495 "blockGap": "24px",
496 "padding": {
497 "top": "0px",
498 "right": "0px",
499 "bottom": "0px",
500 "left": "0px"
501 }
502 }
503 }
504 }
505