PluginProbe
Gutenberg / 17.8.2
Gutenberg v17.8.2
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 17.8.2, at lib/theme.json

329 lines 7.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/theme.json",
3 "version": 2,
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,rgba(6,147,227,1) 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,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 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,rgba(255,105,0,1) 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 "shadow": {
194 "defaultPresets": true,
195 "presets": [
196 {
197 "name": "Natural",
198 "slug": "natural",
199 "shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)"
200 },
201 {
202 "name": "Deep",
203 "slug": "deep",
204 "shadow": "12px 12px 50px rgba(0, 0, 0, 0.4)"
205 },
206 {
207 "name": "Sharp",
208 "slug": "sharp",
209 "shadow": "6px 6px 0px rgba(0, 0, 0, 0.2)"
210 },
211 {
212 "name": "Outlined",
213 "slug": "outlined",
214 "shadow": "6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1)"
215 },
216 {
217 "name": "Crisp",
218 "slug": "crisp",
219 "shadow": "6px 6px 0px rgba(0, 0, 0, 1)"
220 }
221 ]
222 },
223 "spacing": {
224 "blockGap": null,
225 "margin": false,
226 "padding": false,
227 "customSpacingSize": true,
228 "units": [ "px", "em", "rem", "vh", "vw", "%" ],
229 "spacingScale": {
230 "operator": "*",
231 "increment": 1.5,
232 "steps": 7,
233 "mediumStep": 1.5,
234 "unit": "rem"
235 }
236 },
237 "typography": {
238 "customFontSize": true,
239 "dropCap": true,
240 "fontSizes": [
241 {
242 "name": "Small",
243 "slug": "small",
244 "size": "13px"
245 },
246 {
247 "name": "Medium",
248 "slug": "medium",
249 "size": "20px"
250 },
251 {
252 "name": "Large",
253 "slug": "large",
254 "size": "36px"
255 },
256 {
257 "name": "Extra Large",
258 "slug": "x-large",
259 "size": "42px"
260 }
261 ],
262 "fontStyle": true,
263 "fontWeight": true,
264 "letterSpacing": true,
265 "lineHeight": false,
266 "textColumns": false,
267 "textDecoration": true,
268 "textTransform": true,
269 "writingMode": false
270 },
271 "blocks": {
272 "core/button": {
273 "border": {
274 "radius": true
275 }
276 },
277 "core/image": {
278 "lightbox": {
279 "allowEditing": true
280 }
281 },
282 "core/pullquote": {
283 "border": {
284 "color": true,
285 "radius": true,
286 "style": true,
287 "width": true
288 }
289 }
290 }
291 },
292 "styles": {
293 "elements": {
294 "button": {
295 "color": {
296 "text": "#fff",
297 "background": "#32373c"
298 },
299 "spacing": {
300 "padding": "calc(0.667em + 2px) calc(1.333em + 2px)"
301 },
302 "typography": {
303 "fontSize": "inherit",
304 "fontFamily": "inherit",
305 "lineHeight": "inherit",
306 "textDecoration": "none"
307 },
308 "border": {
309 "width": "0"
310 }
311 },
312 "link": {
313 "typography": {
314 "textDecoration": "underline"
315 }
316 }
317 },
318 "spacing": {
319 "blockGap": "24px",
320 "padding": {
321 "top": "0px",
322 "right": "0px",
323 "bottom": "0px",
324 "left": "0px"
325 }
326 }
327 }
328 }
329