|
2 | 2 | "version": 2, |
3 | 3 | "settings": { |
4 | 4 | "appearanceTools": false, |
| 5 | + "border": { |
| 6 | + "color": false, |
| 7 | + "radius": false, |
| 8 | + "style": false, |
| 9 | + "width": false |
| 10 | + }, |
5 | 11 | "color": { |
6 | 12 | "background": true, |
7 | | - "palette": [ |
8 | | - { |
9 | | - "name": "Black", |
10 | | - "slug": "black", |
11 | | - "color": "#000000" |
12 | | - }, |
13 | | - { |
14 | | - "name": "Cyan bluish gray", |
15 | | - "slug": "cyan-bluish-gray", |
16 | | - "color": "#abb8c3" |
17 | | - }, |
18 | | - { |
19 | | - "name": "White", |
20 | | - "slug": "white", |
21 | | - "color": "#ffffff" |
22 | | - }, |
23 | | - { |
24 | | - "name": "Pale pink", |
25 | | - "slug": "pale-pink", |
26 | | - "color": "#f78da7" |
27 | | - }, |
| 13 | + "custom": true, |
| 14 | + "customDuotone": true, |
| 15 | + "customGradient": true, |
| 16 | + "defaultGradients": true, |
| 17 | + "defaultPalette": true, |
| 18 | + "duotone": [ |
28 | 19 | { |
29 | | - "name": "Vivid red", |
30 | | - "slug": "vivid-red", |
31 | | - "color": "#cf2e2e" |
| 20 | + "name": "Dark grayscale" , |
| 21 | + "colors": [ "#000000", "#7f7f7f" ], |
| 22 | + "slug": "dark-grayscale" |
32 | 23 | }, |
33 | 24 | { |
34 | | - "name": "Luminous vivid orange", |
35 | | - "slug": "luminous-vivid-orange", |
36 | | - "color": "#ff6900" |
| 25 | + "name": "Grayscale" , |
| 26 | + "colors": [ "#000000", "#ffffff" ], |
| 27 | + "slug": "grayscale" |
37 | 28 | }, |
38 | 29 | { |
39 | | - "name": "Luminous vivid amber", |
40 | | - "slug": "luminous-vivid-amber", |
41 | | - "color": "#fcb900" |
| 30 | + "name": "Purple and yellow" , |
| 31 | + "colors": [ "#8c00b7", "#fcff41" ], |
| 32 | + "slug": "purple-yellow" |
42 | 33 | }, |
43 | 34 | { |
44 | | - "name": "Light green cyan", |
45 | | - "slug": "light-green-cyan", |
46 | | - "color": "#7bdcb5" |
| 35 | + "name": "Blue and red" , |
| 36 | + "colors": [ "#000097", "#ff4747" ], |
| 37 | + "slug": "blue-red" |
47 | 38 | }, |
48 | 39 | { |
49 | | - "name": "Vivid green cyan", |
50 | | - "slug": "vivid-green-cyan", |
51 | | - "color": "#00d084" |
| 40 | + "name": "Midnight" , |
| 41 | + "colors": [ "#000000", "#00a5ff" ], |
| 42 | + "slug": "midnight" |
52 | 43 | }, |
53 | 44 | { |
54 | | - "name": "Pale cyan blue", |
55 | | - "slug": "pale-cyan-blue", |
56 | | - "color": "#8ed1fc" |
| 45 | + "name": "Magenta and yellow" , |
| 46 | + "colors": [ "#c7005a", "#fff278" ], |
| 47 | + "slug": "magenta-yellow" |
57 | 48 | }, |
58 | 49 | { |
59 | | - "name": "Vivid cyan blue", |
60 | | - "slug": "vivid-cyan-blue", |
61 | | - "color": "#0693e3" |
| 50 | + "name": "Purple and green" , |
| 51 | + "colors": [ "#a60072", "#67ff66" ], |
| 52 | + "slug": "purple-green" |
62 | 53 | }, |
63 | 54 | { |
64 | | - "name": "Vivid purple", |
65 | | - "slug": "vivid-purple", |
66 | | - "color": "#9b51e0" |
| 55 | + "name": "Blue and orange" , |
| 56 | + "colors": [ "#1900d8", "#ffa96b" ], |
| 57 | + "slug": "blue-orange" |
67 | 58 | } |
68 | 59 | ], |
69 | 60 | "gradients": [ |
|
128 | 119 | "slug": "midnight" |
129 | 120 | } |
130 | 121 | ], |
131 | | - "duotone": [ |
| 122 | + "link": false, |
| 123 | + "palette": [ |
132 | 124 | { |
133 | | - "name": "Dark grayscale" , |
134 | | - "colors": [ "#000000", "#7f7f7f" ], |
135 | | - "slug": "dark-grayscale" |
| 125 | + "name": "Black", |
| 126 | + "slug": "black", |
| 127 | + "color": "#000000" |
136 | 128 | }, |
137 | 129 | { |
138 | | - "name": "Grayscale" , |
139 | | - "colors": [ "#000000", "#ffffff" ], |
140 | | - "slug": "grayscale" |
| 130 | + "name": "Cyan bluish gray", |
| 131 | + "slug": "cyan-bluish-gray", |
| 132 | + "color": "#abb8c3" |
141 | 133 | }, |
142 | 134 | { |
143 | | - "name": "Purple and yellow" , |
144 | | - "colors": [ "#8c00b7", "#fcff41" ], |
145 | | - "slug": "purple-yellow" |
| 135 | + "name": "White", |
| 136 | + "slug": "white", |
| 137 | + "color": "#ffffff" |
146 | 138 | }, |
147 | 139 | { |
148 | | - "name": "Blue and red" , |
149 | | - "colors": [ "#000097", "#ff4747" ], |
150 | | - "slug": "blue-red" |
| 140 | + "name": "Pale pink", |
| 141 | + "slug": "pale-pink", |
| 142 | + "color": "#f78da7" |
151 | 143 | }, |
152 | 144 | { |
153 | | - "name": "Midnight" , |
154 | | - "colors": [ "#000000", "#00a5ff" ], |
155 | | - "slug": "midnight" |
| 145 | + "name": "Vivid red", |
| 146 | + "slug": "vivid-red", |
| 147 | + "color": "#cf2e2e" |
156 | 148 | }, |
157 | 149 | { |
158 | | - "name": "Magenta and yellow" , |
159 | | - "colors": [ "#c7005a", "#fff278" ], |
160 | | - "slug": "magenta-yellow" |
| 150 | + "name": "Luminous vivid orange", |
| 151 | + "slug": "luminous-vivid-orange", |
| 152 | + "color": "#ff6900" |
161 | 153 | }, |
162 | 154 | { |
163 | | - "name": "Purple and green" , |
164 | | - "colors": [ "#a60072", "#67ff66" ], |
165 | | - "slug": "purple-green" |
| 155 | + "name": "Luminous vivid amber", |
| 156 | + "slug": "luminous-vivid-amber", |
| 157 | + "color": "#fcb900" |
166 | 158 | }, |
167 | 159 | { |
168 | | - "name": "Blue and orange" , |
169 | | - "colors": [ "#1900d8", "#ffa96b" ], |
170 | | - "slug": "blue-orange" |
| 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" |
171 | 183 | } |
172 | 184 | ], |
173 | | - "custom": true, |
174 | | - "customDuotone": true, |
175 | | - "customGradient": true, |
176 | | - "defaultGradients": true, |
177 | | - "defaultPalette": true, |
178 | | - "link": false, |
179 | 185 | "text": true |
180 | 186 | }, |
| 187 | + "spacing": { |
| 188 | + "blockGap": null, |
| 189 | + "margin": false, |
| 190 | + "padding": false, |
| 191 | + "units": [ "px", "em", "rem", "vh", "vw", "%" ] |
| 192 | + }, |
181 | 193 | "typography": { |
182 | | - "dropCap": true, |
183 | 194 | "customFontSize": true, |
184 | | - "fontStyle": true, |
185 | | - "fontWeight": true, |
186 | | - "lineHeight": false, |
187 | | - "textTransform": true, |
188 | | - "textDecoration": true, |
189 | | - "letterSpacing": true, |
| 195 | + "dropCap": true, |
190 | 196 | "fontSizes": [ |
191 | 197 | { |
192 | 198 | "name": "Small", |
|
213 | 219 | "slug": "huge", |
214 | 220 | "size": "42px" |
215 | 221 | } |
216 | | - ] |
217 | | - }, |
218 | | - "spacing": { |
219 | | - "blockGap": null, |
220 | | - "margin": false, |
221 | | - "padding": false, |
222 | | - "units": [ "px", "em", "rem", "vh", "vw", "%" ] |
223 | | - }, |
224 | | - "border": { |
225 | | - "color": false, |
226 | | - "radius": false, |
227 | | - "style": false, |
228 | | - "width": false |
| 222 | + ], |
| 223 | + "fontStyle": true, |
| 224 | + "fontWeight": true, |
| 225 | + "letterSpacing": true, |
| 226 | + "lineHeight": false, |
| 227 | + "textDecoration": true, |
| 228 | + "textTransform": true |
229 | 229 | }, |
230 | 230 | "blocks": { |
231 | 231 | "core/button": { |
|
0 commit comments