PluginProbe
Gutenberg / 22.3.0
Gutenberg v22.3.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 22.3.0, at lib/theme.json

415 lines 8.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "../schemas/json/theme.json",
3 "version": 3,
4 "settings": {
5 "appearanceTools": false,
6 "useRootPaddingAwareAlignments": false,
7 "border": {
8 "color": false,
9 "radius": false,
10 "style": false,
11 "width": false
12 },
13 "color": {
14 "background": true,
15 "button": true,
16 "caption": true,
17 "custom": true,
18 "customDuotone": true,
19 "customGradient": true,
20 "defaultDuotone": true,
21 "defaultGradients": true,
22 "defaultPalette": true,
23 "duotone": [
24 {
25 "name": "Dark grayscale",
26 "colors": [ "#000000", "#7f7f7f" ],
27 "slug": "dark-grayscale"
28 },
29 {
30 "name": "Grayscale",
31 "colors": [ "#000000", "#ffffff" ],
32 "slug": "grayscale"
33 },
34 {
35 "name": "Purple and yellow",
36 "colors": [ "#8c00b7", "#fcff41" ],
37 "slug": "purple-yellow"
38 },
39 {
40 "name": "Blue and red",
41 "colors": [ "#000097", "#ff4747" ],
42 "slug": "blue-red"
43 },
44 {
45 "name": "Midnight",
46 "colors": [ "#000000", "#00a5ff" ],
47 "slug": "midnight"
48 },
49 {
50 "name": "Magenta and yellow",
51 "colors": [ "#c7005a", "#fff278" ],
52 "slug": "magenta-yellow"
53 },
54 {
55 "name": "Purple and green",
56 "colors": [ "#a60072", "#67ff66" ],
57 "slug": "purple-green"
58 },
59 {
60 "name": "Blue and orange",
61 "colors": [ "#1900d8", "#ffa96b" ],
62 "slug": "blue-orange"
63 }
64 ],
65 "gradients": [
66 {
67 "name": "Vivid cyan blue to vivid purple",
68 "gradient": "linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%)",
69 "slug": "vivid-cyan-blue-to-vivid-purple"
70 },
71 {
72 "name": "Light green cyan to vivid green cyan",
73 "gradient": "linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",
74 "slug": "light-green-cyan-to-vivid-green-cyan"
75 },
76 {
77 "name": "Luminous vivid amber to luminous vivid orange",
78 "gradient": "linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%)",
79 "slug": "luminous-vivid-amber-to-luminous-vivid-orange"
80 },
81 {
82 "name": "Luminous vivid orange to vivid red",
83 "gradient": "linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%)",
84 "slug": "luminous-vivid-orange-to-vivid-red"
85 },
86 {
87 "name": "Very light gray to cyan bluish gray",
88 "gradient": "linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",
89 "slug": "very-light-gray-to-cyan-bluish-gray"
90 },
91 {
92 "name": "Cool to warm spectrum",
93 "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%)",
94 "slug": "cool-to-warm-spectrum"
95 },
96 {
97 "name": "Blush light purple",
98 "gradient": "linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",
99 "slug": "blush-light-purple"
100 },
101 {
102 "name": "Blush bordeaux",
103 "gradient": "linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",
104 "slug": "blush-bordeaux"
105 },
106 {
107 "name": "Luminous dusk",
108 "gradient": "linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",
109 "slug": "luminous-dusk"
110 },
111 {
112 "name": "Pale ocean",
113 "gradient": "linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",
114 "slug": "pale-ocean"
115 },
116 {
117 "name": "Electric grass",
118 "gradient": "linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",
119 "slug": "electric-grass"
120 },
121 {
122 "name": "Midnight",
123 "gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",
124 "slug": "midnight"
125 }
126 ],
127 "heading": true,
128 "link": false,
129 "palette": [
130 {
131 "name": "Black",
132 "slug": "black",
133 "color": "#000000"
134 },
135 {
136 "name": "Cyan bluish gray",
137 "slug": "cyan-bluish-gray",
138 "color": "#abb8c3"
139 },
140 {
141 "name": "White",
142 "slug": "white",
143 "color": "#ffffff"
144 },
145 {
146 "name": "Pale pink",
147 "slug": "pale-pink",
148 "color": "#f78da7"
149 },
150 {
151 "name": "Vivid red",
152 "slug": "vivid-red",
153 "color": "#cf2e2e"
154 },
155 {
156 "name": "Luminous vivid orange",
157 "slug": "luminous-vivid-orange",
158 "color": "#ff6900"
159 },
160 {
161 "name": "Luminous vivid amber",
162 "slug": "luminous-vivid-amber",
163 "color": "#fcb900"
164 },
165 {
166 "name": "Light green cyan",
167 "slug": "light-green-cyan",
168 "color": "#7bdcb5"
169 },
170 {
171 "name": "Vivid green cyan",
172 "slug": "vivid-green-cyan",
173 "color": "#00d084"
174 },
175 {
176 "name": "Pale cyan blue",
177 "slug": "pale-cyan-blue",
178 "color": "#8ed1fc"
179 },
180 {
181 "name": "Vivid cyan blue",
182 "slug": "vivid-cyan-blue",
183 "color": "#0693e3"
184 },
185 {
186 "name": "Vivid purple",
187 "slug": "vivid-purple",
188 "color": "#9b51e0"
189 }
190 ],
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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0)"
255 },
256 {
257 "name": "Crisp",
258 "slug": "crisp",
259 "shadow": "6px 6px 0px rgb(0, 0, 0)"
260 }
261 ]
262 },
263 "spacing": {
264 "blockGap": null,
265 "margin": false,
266 "padding": false,
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 }
277 },
278 "typography": {
279 "customFontSize": true,
280 "defaultFontSizes": true,
281 "dropCap": true,
282 "fontSizes": [
283 {
284 "name": "Small",
285 "slug": "small",
286 "size": "13px"
287 },
288 {
289 "name": "Medium",
290 "slug": "medium",
291 "size": "20px"
292 },
293 {
294 "name": "Large",
295 "slug": "large",
296 "size": "36px"
297 },
298 {
299 "name": "Extra Large",
300 "slug": "x-large",
301 "size": "42px"
302 }
303 ],
304 "fontStyle": true,
305 "fontWeight": true,
306 "letterSpacing": true,
307 "lineHeight": false,
308 "textAlign": true,
309 "textColumns": false,
310 "textDecoration": true,
311 "textTransform": true,
312 "writingMode": false
313 },
314 "blocks": {
315 "core/button": {
316 "border": {
317 "radius": true
318 }
319 },
320 "core/image": {
321 "lightbox": {
322 "allowEditing": true
323 }
324 },
325 "core/pullquote": {
326 "border": {
327 "color": true,
328 "radius": true,
329 "style": true,
330 "width": true
331 }
332 }
333 }
334 },
335 "styles": {
336 "blocks": {
337 "core/button": {
338 "variations": {
339 "outline": {
340 "border": {
341 "width": "2px",
342 "style": "solid",
343 "color": "currentColor"
344 },
345 "color": {
346 "text": "currentColor",
347 "gradient": "transparent none"
348 },
349 "spacing": {
350 "padding": {
351 "top": "0.667em",
352 "right": "1.33em",
353 "bottom": "0.667em",
354 "left": "1.33em"
355 }
356 }
357 }
358 }
359 },
360 "core/site-logo": {
361 "variations": {
362 "rounded": {
363 "border": {
364 "radius": "9999px"
365 }
366 }
367 }
368 }
369 },
370 "elements": {
371 "button": {
372 "color": {
373 "text": "#fff",
374 "background": "#32373c"
375 },
376 "spacing": {
377 "padding": {
378 "top": "calc(0.667em + 2px)",
379 "right": "calc(1.333em + 2px)",
380 "bottom": "calc(0.667em + 2px)",
381 "left": "calc(1.333em + 2px)"
382 }
383 },
384 "typography": {
385 "fontSize": "inherit",
386 "fontFamily": "inherit",
387 "fontStyle": "inherit",
388 "fontWeight": "inherit",
389 "letterSpacing": "inherit",
390 "textTransform": "inherit",
391 "lineHeight": "inherit",
392 "textDecoration": "none"
393 },
394 "border": {
395 "width": "0"
396 }
397 },
398 "link": {
399 "typography": {
400 "textDecoration": "underline"
401 }
402 }
403 },
404 "spacing": {
405 "blockGap": "24px",
406 "padding": {
407 "top": "0px",
408 "right": "0px",
409 "bottom": "0px",
410 "left": "0px"
411 }
412 }
413 }
414 }
415