PluginProbe
Gutenberg / 16.5.0
Gutenberg v16.5.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.5.0, at lib/theme.json

338 lines 7.3 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": {
7 "enabled": false,
8 "animation": ""
9 }
10 }
11 }
12 },
13 "settings": {
14 "appearanceTools": false,
15 "useRootPaddingAwareAlignments": false,
16 "border": {
17 "color": false,
18 "radius": false,
19 "style": false,
20 "width": false
21 },
22 "color": {
23 "background": true,
24 "button": true,
25 "caption": true,
26 "custom": true,
27 "customDuotone": true,
28 "customGradient": true,
29 "defaultDuotone": true,
30 "defaultGradients": true,
31 "defaultPalette": true,
32 "duotone": [
33 {
34 "name": "Dark grayscale",
35 "colors": [ "#000000", "#7f7f7f" ],
36 "slug": "dark-grayscale"
37 },
38 {
39 "name": "Grayscale",
40 "colors": [ "#000000", "#ffffff" ],
41 "slug": "grayscale"
42 },
43 {
44 "name": "Purple and yellow",
45 "colors": [ "#8c00b7", "#fcff41" ],
46 "slug": "purple-yellow"
47 },
48 {
49 "name": "Blue and red",
50 "colors": [ "#000097", "#ff4747" ],
51 "slug": "blue-red"
52 },
53 {
54 "name": "Midnight",
55 "colors": [ "#000000", "#00a5ff" ],
56 "slug": "midnight"
57 },
58 {
59 "name": "Magenta and yellow",
60 "colors": [ "#c7005a", "#fff278" ],
61 "slug": "magenta-yellow"
62 },
63 {
64 "name": "Purple and green",
65 "colors": [ "#a60072", "#67ff66" ],
66 "slug": "purple-green"
67 },
68 {
69 "name": "Blue and orange",
70 "colors": [ "#1900d8", "#ffa96b" ],
71 "slug": "blue-orange"
72 }
73 ],
74 "gradients": [
75 {
76 "name": "Vivid cyan blue to vivid purple",
77 "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
78 "slug": "vivid-cyan-blue-to-vivid-purple"
79 },
80 {
81 "name": "Light green cyan to vivid green cyan",
82 "gradient": "linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",
83 "slug": "light-green-cyan-to-vivid-green-cyan"
84 },
85 {
86 "name": "Luminous vivid amber to luminous vivid orange",
87 "gradient": "linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",
88 "slug": "luminous-vivid-amber-to-luminous-vivid-orange"
89 },
90 {
91 "name": "Luminous vivid orange to vivid red",
92 "gradient": "linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",
93 "slug": "luminous-vivid-orange-to-vivid-red"
94 },
95 {
96 "name": "Very light gray to cyan bluish gray",
97 "gradient": "linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",
98 "slug": "very-light-gray-to-cyan-bluish-gray"
99 },
100 {
101 "name": "Cool to warm spectrum",
102 "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%)",
103 "slug": "cool-to-warm-spectrum"
104 },
105 {
106 "name": "Blush light purple",
107 "gradient": "linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",
108 "slug": "blush-light-purple"
109 },
110 {
111 "name": "Blush bordeaux",
112 "gradient": "linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",
113 "slug": "blush-bordeaux"
114 },
115 {
116 "name": "Luminous dusk",
117 "gradient": "linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",
118 "slug": "luminous-dusk"
119 },
120 {
121 "name": "Pale ocean",
122 "gradient": "linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",
123 "slug": "pale-ocean"
124 },
125 {
126 "name": "Electric grass",
127 "gradient": "linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",
128 "slug": "electric-grass"
129 },
130 {
131 "name": "Midnight",
132 "gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",
133 "slug": "midnight"
134 }
135 ],
136 "heading": true,
137 "link": false,
138 "palette": [
139 {
140 "name": "Black",
141 "slug": "black",
142 "color": "#000000"
143 },
144 {
145 "name": "Cyan bluish gray",
146 "slug": "cyan-bluish-gray",
147 "color": "#abb8c3"
148 },
149 {
150 "name": "White",
151 "slug": "white",
152 "color": "#ffffff"
153 },
154 {
155 "name": "Pale pink",
156 "slug": "pale-pink",
157 "color": "#f78da7"
158 },
159 {
160 "name": "Vivid red",
161 "slug": "vivid-red",
162 "color": "#cf2e2e"
163 },
164 {
165 "name": "Luminous vivid orange",
166 "slug": "luminous-vivid-orange",
167 "color": "#ff6900"
168 },
169 {
170 "name": "Luminous vivid amber",
171 "slug": "luminous-vivid-amber",
172 "color": "#fcb900"
173 },
174 {
175 "name": "Light green cyan",
176 "slug": "light-green-cyan",
177 "color": "#7bdcb5"
178 },
179 {
180 "name": "Vivid green cyan",
181 "slug": "vivid-green-cyan",
182 "color": "#00d084"
183 },
184 {
185 "name": "Pale cyan blue",
186 "slug": "pale-cyan-blue",
187 "color": "#8ed1fc"
188 },
189 {
190 "name": "Vivid cyan blue",
191 "slug": "vivid-cyan-blue",
192 "color": "#0693e3"
193 },
194 {
195 "name": "Vivid purple",
196 "slug": "vivid-purple",
197 "color": "#9b51e0"
198 }
199 ],
200 "text": true
201 },
202 "shadow": {
203 "defaultPresets": true,
204 "presets": [
205 {
206 "name": "Natural",
207 "slug": "natural",
208 "shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)"
209 },
210 {
211 "name": "Deep",
212 "slug": "deep",
213 "shadow": "12px 12px 50px rgba(0, 0, 0, 0.4)"
214 },
215 {
216 "name": "Sharp",
217 "slug": "sharp",
218 "shadow": "6px 6px 0px rgba(0, 0, 0, 0.2)"
219 },
220 {
221 "name": "Outlined",
222 "slug": "outlined",
223 "shadow": "6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1)"
224 },
225 {
226 "name": "Crisp",
227 "slug": "crisp",
228 "shadow": "6px 6px 0px rgba(0, 0, 0, 1)"
229 }
230 ]
231 },
232 "spacing": {
233 "blockGap": null,
234 "margin": false,
235 "padding": false,
236 "customSpacingSize": true,
237 "units": [ "px", "em", "rem", "vh", "vw", "%" ],
238 "spacingScale": {
239 "operator": "*",
240 "increment": 1.5,
241 "steps": 7,
242 "mediumStep": 1.5,
243 "unit": "rem"
244 }
245 },
246 "typography": {
247 "customFontSize": true,
248 "dropCap": true,
249 "fontSizes": [
250 {
251 "name": "Small",
252 "slug": "small",
253 "size": "13px"
254 },
255 {
256 "name": "Medium",
257 "slug": "medium",
258 "size": "20px"
259 },
260 {
261 "name": "Large",
262 "slug": "large",
263 "size": "36px"
264 },
265 {
266 "name": "Extra Large",
267 "slug": "x-large",
268 "size": "42px"
269 }
270 ],
271 "fontStyle": true,
272 "fontWeight": true,
273 "letterSpacing": true,
274 "lineHeight": false,
275 "textColumns": false,
276 "textDecoration": true,
277 "textTransform": true,
278 "writingMode": false
279 },
280 "blocks": {
281 "core/button": {
282 "border": {
283 "radius": true
284 }
285 },
286 "core/pullquote": {
287 "border": {
288 "color": true,
289 "radius": true,
290 "style": true,
291 "width": true
292 }
293 },
294 "core/image": {
295 "behaviors": {
296 "lightbox": true
297 }
298 }
299 }
300 },
301 "styles": {
302 "elements": {
303 "button": {
304 "color": {
305 "text": "#fff",
306 "background": "#32373c"
307 },
308 "spacing": {
309 "padding": "calc(0.667em + 2px) calc(1.333em + 2px)"
310 },
311 "typography": {
312 "fontSize": "inherit",
313 "fontFamily": "inherit",
314 "lineHeight": "inherit",
315 "textDecoration": "none"
316 },
317 "border": {
318 "width": "0"
319 }
320 },
321 "link": {
322 "typography": {
323 "textDecoration": "underline"
324 }
325 }
326 },
327 "spacing": {
328 "blockGap": "24px",
329 "padding": {
330 "top": "0px",
331 "right": "0px",
332 "bottom": "0px",
333 "left": "0px"
334 }
335 }
336 }
337 }
338