PluginProbe
Gutenberg / 12.1.0
Gutenberg v12.1.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 / compat / wordpress-5.9 / theme.json

theme.json in Gutenberg 12.1.0, at lib/compat/wordpress-5.9/theme.json

250 lines 5.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "version": 2,
3 "settings": {
4 "appearanceTools": false,
5 "border": {
6 "color": false,
7 "radius": false,
8 "style": false,
9 "width": false
10 },
11 "color": {
12 "background": true,
13 "custom": true,
14 "customDuotone": true,
15 "customGradient": true,
16 "defaultGradients": true,
17 "defaultPalette": true,
18 "duotone": [
19 {
20 "name": "Dark grayscale" ,
21 "colors": [ "#000000", "#7f7f7f" ],
22 "slug": "dark-grayscale"
23 },
24 {
25 "name": "Grayscale" ,
26 "colors": [ "#000000", "#ffffff" ],
27 "slug": "grayscale"
28 },
29 {
30 "name": "Purple and yellow" ,
31 "colors": [ "#8c00b7", "#fcff41" ],
32 "slug": "purple-yellow"
33 },
34 {
35 "name": "Blue and red" ,
36 "colors": [ "#000097", "#ff4747" ],
37 "slug": "blue-red"
38 },
39 {
40 "name": "Midnight" ,
41 "colors": [ "#000000", "#00a5ff" ],
42 "slug": "midnight"
43 },
44 {
45 "name": "Magenta and yellow" ,
46 "colors": [ "#c7005a", "#fff278" ],
47 "slug": "magenta-yellow"
48 },
49 {
50 "name": "Purple and green" ,
51 "colors": [ "#a60072", "#67ff66" ],
52 "slug": "purple-green"
53 },
54 {
55 "name": "Blue and orange" ,
56 "colors": [ "#1900d8", "#ffa96b" ],
57 "slug": "blue-orange"
58 }
59 ],
60 "gradients": [
61 {
62 "name": "Vivid cyan blue to vivid purple",
63 "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
64 "slug": "vivid-cyan-blue-to-vivid-purple"
65 },
66 {
67 "name": "Light green cyan to vivid green cyan",
68 "gradient": "linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",
69 "slug": "light-green-cyan-to-vivid-green-cyan"
70 },
71 {
72 "name": "Luminous vivid amber to luminous vivid orange",
73 "gradient": "linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",
74 "slug": "luminous-vivid-amber-to-luminous-vivid-orange"
75 },
76 {
77 "name": "Luminous vivid orange to vivid red",
78 "gradient": "linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",
79 "slug": "luminous-vivid-orange-to-vivid-red"
80 },
81 {
82 "name": "Very light gray to cyan bluish gray",
83 "gradient": "linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",
84 "slug": "very-light-gray-to-cyan-bluish-gray"
85 },
86 {
87 "name": "Cool to warm spectrum",
88 "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%)",
89 "slug": "cool-to-warm-spectrum"
90 },
91 {
92 "name": "Blush light purple",
93 "gradient": "linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",
94 "slug": "blush-light-purple"
95 },
96 {
97 "name": "Blush bordeaux",
98 "gradient": "linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",
99 "slug": "blush-bordeaux"
100 },
101 {
102 "name": "Luminous dusk",
103 "gradient": "linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",
104 "slug": "luminous-dusk"
105 },
106 {
107 "name": "Pale ocean",
108 "gradient": "linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",
109 "slug": "pale-ocean"
110 },
111 {
112 "name": "Electric grass",
113 "gradient": "linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",
114 "slug": "electric-grass"
115 },
116 {
117 "name": "Midnight",
118 "gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",
119 "slug": "midnight"
120 }
121 ],
122 "link": false,
123 "palette": [
124 {
125 "name": "Black",
126 "slug": "black",
127 "color": "#000000"
128 },
129 {
130 "name": "Cyan bluish gray",
131 "slug": "cyan-bluish-gray",
132 "color": "#abb8c3"
133 },
134 {
135 "name": "White",
136 "slug": "white",
137 "color": "#ffffff"
138 },
139 {
140 "name": "Pale pink",
141 "slug": "pale-pink",
142 "color": "#f78da7"
143 },
144 {
145 "name": "Vivid red",
146 "slug": "vivid-red",
147 "color": "#cf2e2e"
148 },
149 {
150 "name": "Luminous vivid orange",
151 "slug": "luminous-vivid-orange",
152 "color": "#ff6900"
153 },
154 {
155 "name": "Luminous vivid amber",
156 "slug": "luminous-vivid-amber",
157 "color": "#fcb900"
158 },
159 {
160 "name": "Light green cyan",
161 "slug": "light-green-cyan",
162 "color": "#7bdcb5"
163 },
164 {
165 "name": "Vivid green cyan",
166 "slug": "vivid-green-cyan",
167 "color": "#00d084"
168 },
169 {
170 "name": "Pale cyan blue",
171 "slug": "pale-cyan-blue",
172 "color": "#8ed1fc"
173 },
174 {
175 "name": "Vivid cyan blue",
176 "slug": "vivid-cyan-blue",
177 "color": "#0693e3"
178 },
179 {
180 "name": "Vivid purple",
181 "slug": "vivid-purple",
182 "color": "#9b51e0"
183 }
184 ],
185 "text": true
186 },
187 "spacing": {
188 "blockGap": null,
189 "margin": false,
190 "padding": false,
191 "units": [ "px", "em", "rem", "vh", "vw", "%" ]
192 },
193 "typography": {
194 "customFontSize": true,
195 "dropCap": true,
196 "fontSizes": [
197 {
198 "name": "Small",
199 "slug": "small",
200 "size": "13px"
201 },
202 {
203 "name": "Normal",
204 "slug": "normal",
205 "size": "16px"
206 },
207 {
208 "name": "Medium",
209 "slug": "medium",
210 "size": "20px"
211 },
212 {
213 "name": "Large",
214 "slug": "large",
215 "size": "36px"
216 },
217 {
218 "name": "Huge",
219 "slug": "huge",
220 "size": "42px"
221 }
222 ],
223 "fontStyle": true,
224 "fontWeight": true,
225 "letterSpacing": true,
226 "lineHeight": false,
227 "textDecoration": true,
228 "textTransform": true
229 },
230 "blocks": {
231 "core/button": {
232 "border": {
233 "radius": true
234 }
235 },
236 "core/pullquote": {
237 "border": {
238 "color": true,
239 "radius": true,
240 "style": true,
241 "width": true
242 }
243 }
244 }
245 },
246 "styles": {
247 "spacing": { "blockGap": "24px" }
248 }
249 }
250