@dicebear/definitions 10.0.0-beta.5 → 10.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/LICENSE.md +62 -52
  2. package/README.md +53 -6
  3. package/dist/adventurer-neutral.min.json +1 -0
  4. package/dist/adventurer.min.json +1 -0
  5. package/dist/avataaars-neutral.min.json +1 -0
  6. package/dist/avataaars.min.json +1 -0
  7. package/dist/big-ears-neutral.min.json +1 -0
  8. package/dist/big-ears.min.json +1 -0
  9. package/dist/big-smile.min.json +1 -0
  10. package/dist/bottts-neutral.min.json +1 -0
  11. package/dist/bottts.min.json +1 -0
  12. package/dist/croodles-neutral.min.json +1 -0
  13. package/dist/croodles.min.json +1 -0
  14. package/dist/dylan.min.json +1 -0
  15. package/dist/fun-emoji.min.json +1 -0
  16. package/dist/glass.min.json +1 -0
  17. package/dist/icons.min.json +1 -0
  18. package/dist/identicon.min.json +1 -0
  19. package/dist/initials.min.json +1 -0
  20. package/dist/lorelei-neutral.min.json +1 -0
  21. package/dist/lorelei.min.json +1 -0
  22. package/dist/micah.min.json +1 -0
  23. package/dist/miniavs.min.json +1 -0
  24. package/dist/notionists-neutral.min.json +1 -0
  25. package/dist/notionists.min.json +1 -0
  26. package/dist/open-peeps.min.json +1 -0
  27. package/dist/personas.min.json +1 -0
  28. package/dist/pixel-art-neutral.min.json +1 -0
  29. package/dist/pixel-art.min.json +1 -0
  30. package/dist/rings.min.json +1 -0
  31. package/dist/shapes.min.json +1 -0
  32. package/dist/thumbs.min.json +1 -0
  33. package/dist/toon-head.min.json +1 -0
  34. package/package.json +136 -19
  35. package/src/adventurer-neutral.json +1977 -417
  36. package/src/adventurer.json +3980 -725
  37. package/src/avataaars-neutral.json +829 -234
  38. package/src/avataaars.json +2967 -703
  39. package/src/big-ears-neutral.json +2651 -482
  40. package/src/big-ears.json +4347 -905
  41. package/src/big-smile.json +1271 -247
  42. package/src/bottts-neutral.json +1054 -163
  43. package/src/bottts.json +3846 -331
  44. package/src/croodles-neutral.json +1059 -252
  45. package/src/croodles.json +4254 -513
  46. package/src/dylan.json +371 -143
  47. package/src/fun-emoji.json +1428 -185
  48. package/src/glass.json +387 -149
  49. package/src/icons.json +2342 -768
  50. package/src/identicon.json +598 -201
  51. package/src/initials.json +126 -30
  52. package/src/lorelei-neutral.json +1329 -438
  53. package/src/lorelei.json +3146 -755
  54. package/src/micah.json +1447 -361
  55. package/src/miniavs.json +794 -185
  56. package/src/notionists-neutral.json +1309 -438
  57. package/src/notionists.json +4260 -1040
  58. package/src/open-peeps.json +2696 -588
  59. package/src/personas.json +1405 -302
  60. package/src/pixel-art-neutral.json +2302 -306
  61. package/src/pixel-art.json +6871 -817
  62. package/src/rings.json +481 -152
  63. package/src/shapes.json +414 -150
  64. package/src/thumbs.json +862 -311
  65. package/src/toon-head.json +1217 -0
  66. package/types/index.d.ts +0 -426
package/src/shapes.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
- "$schema": "https://static.dicebear.com/schema/definition.json#",
2
+ "$schema": "https://cdn.hopjs.net/npm/@dicebear/schema@0.10.0/dist/definition.min.json",
3
3
  "$comment": "This file was generated by the DiceBear Exporter for Figma. https://www.figma.com/community/plugin/1005765655729342787",
4
- "metadata": {
4
+ "meta": {
5
5
  "license": {
6
6
  "name": "CC0 1.0",
7
7
  "url": "https://creativecommons.org/publicdomain/zero/1.0/",
8
- "text": "„Shapes” (https://www.dicebear.com) by „Florian Körner”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)"
8
+ "text": "„Shapes” (https://www.dicebear.com) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)"
9
9
  },
10
10
  "creator": {
11
- "name": "Florian Körner",
11
+ "name": "DiceBear",
12
12
  "url": "https://www.dicebear.com"
13
13
  },
14
14
  "source": {
@@ -16,31 +16,64 @@
16
16
  "url": "https://www.dicebear.com"
17
17
  }
18
18
  },
19
- "body": {
20
- "content": "<g transform=\"matrix(1.2 0 0 1.2 -10 -10)\"><use href=\"#component-shape1\"/></g><g transform=\"matrix(.8 0 0 .8 10 10)\"><use href=\"#component-shape2\"/></g><g transform=\"matrix(.4 0 0 .4 30 30)\"><use href=\"#component-shape3\"/></g>",
19
+ "canvas": {
20
+ "elements": [
21
+ {
22
+ "name": "g",
23
+ "type": "element",
24
+ "attributes": {
25
+ "transform": "matrix(1.2 0 0 1.2 -10 -10)"
26
+ },
27
+ "children": [
28
+ {
29
+ "type": "component",
30
+ "value": "shape1"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "name": "g",
36
+ "type": "element",
37
+ "attributes": {
38
+ "transform": "matrix(.8 0 0 .8 10 10)"
39
+ },
40
+ "children": [
41
+ {
42
+ "type": "component",
43
+ "value": "shape2"
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "name": "g",
49
+ "type": "element",
50
+ "attributes": {
51
+ "transform": "matrix(.4 0 0 .4 30 30)"
52
+ },
53
+ "children": [
54
+ {
55
+ "type": "component",
56
+ "value": "shape3"
57
+ }
58
+ ]
59
+ }
60
+ ],
21
61
  "width": 100,
22
62
  "height": 100
23
63
  },
24
- "attributes": [
25
- {
26
- "name": "fill",
27
- "value": "none"
28
- },
29
- {
30
- "name": "shape-rendering",
31
- "value": "auto"
32
- }
33
- ],
34
- "components": [
35
- {
36
- "name": "shape1",
64
+ "attributes": {
65
+ "fill": "none",
66
+ "shape-rendering": "auto"
67
+ },
68
+ "components": {
69
+ "shape1": {
37
70
  "width": 100,
38
71
  "height": 100,
39
- "rotation": [
72
+ "rotate": [
40
73
  -160,
41
74
  160
42
75
  ],
43
- "offset": {
76
+ "translate": {
44
77
  "x": [
45
78
  -75,
46
79
  75
@@ -50,53 +83,131 @@
50
83
  75
51
84
  ]
52
85
  },
53
- "variants": [
54
- {
55
- "name": "rectangle",
56
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M90 10H10v80h80zM0 0v100h100V0z\" fill=\"url(#color-shape1)\"/>",
57
- "default": false
86
+ "variants": {
87
+ "rectangle": {
88
+ "elements": [
89
+ {
90
+ "name": "path",
91
+ "type": "element",
92
+ "attributes": {
93
+ "fill-rule": "evenodd",
94
+ "clip-rule": "evenodd",
95
+ "d": "M90 10H10v80h80zM0 0v100h100V0z",
96
+ "fill": {
97
+ "type": "color",
98
+ "value": "shape1"
99
+ }
100
+ }
101
+ }
102
+ ]
58
103
  },
59
- {
60
- "name": "rectangleFilled",
61
- "content": "<path d=\"M0 0h100v100H0z\" fill=\"url(#color-shape1)\"/>",
62
- "default": true
104
+ "rectangleFilled": {
105
+ "elements": [
106
+ {
107
+ "name": "path",
108
+ "type": "element",
109
+ "attributes": {
110
+ "d": "M0 0h100v100H0z",
111
+ "fill": {
112
+ "type": "color",
113
+ "value": "shape1"
114
+ }
115
+ }
116
+ }
117
+ ]
63
118
  },
64
- {
65
- "name": "ellipseFilled",
66
- "content": "<path d=\"M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0\" fill=\"url(#color-shape1)\"/>",
67
- "default": true
119
+ "ellipseFilled": {
120
+ "elements": [
121
+ {
122
+ "name": "path",
123
+ "type": "element",
124
+ "attributes": {
125
+ "d": "M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0",
126
+ "fill": {
127
+ "type": "color",
128
+ "value": "shape1"
129
+ }
130
+ }
131
+ }
132
+ ]
68
133
  },
69
- {
70
- "name": "ellipse",
71
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100\" fill=\"url(#color-shape1)\"/>",
72
- "default": false
134
+ "ellipse": {
135
+ "elements": [
136
+ {
137
+ "name": "path",
138
+ "type": "element",
139
+ "attributes": {
140
+ "fill-rule": "evenodd",
141
+ "clip-rule": "evenodd",
142
+ "d": "M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100",
143
+ "fill": {
144
+ "type": "color",
145
+ "value": "shape1"
146
+ }
147
+ }
148
+ }
149
+ ]
73
150
  },
74
- {
75
- "name": "polygonFilled",
76
- "content": "<path d=\"m50 7 50 86.6H0z\" fill=\"url(#color-shape1)\"/>",
77
- "default": true
151
+ "polygonFilled": {
152
+ "elements": [
153
+ {
154
+ "name": "path",
155
+ "type": "element",
156
+ "attributes": {
157
+ "d": "m50 7 50 86.6H0z",
158
+ "fill": {
159
+ "type": "color",
160
+ "value": "shape1"
161
+ }
162
+ }
163
+ }
164
+ ]
78
165
  },
79
- {
80
- "name": "polygon",
81
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z\" fill=\"url(#color-shape1)\"/>",
82
- "default": false
166
+ "polygon": {
167
+ "elements": [
168
+ {
169
+ "name": "path",
170
+ "type": "element",
171
+ "attributes": {
172
+ "fill-rule": "evenodd",
173
+ "clip-rule": "evenodd",
174
+ "d": "M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z",
175
+ "fill": {
176
+ "type": "color",
177
+ "value": "shape1"
178
+ }
179
+ }
180
+ }
181
+ ]
83
182
  },
84
- {
85
- "name": "line",
86
- "content": "<rect x=\"45\" y=\"-150\" width=\"10\" height=\"400\" fill=\"url(#color-shape1)\"/>",
87
- "default": false
183
+ "line": {
184
+ "elements": [
185
+ {
186
+ "name": "rect",
187
+ "type": "element",
188
+ "attributes": {
189
+ "x": "45",
190
+ "y": "-150",
191
+ "width": "10",
192
+ "height": "400",
193
+ "fill": {
194
+ "type": "color",
195
+ "value": "shape1"
196
+ }
197
+ }
198
+ }
199
+ ]
88
200
  }
89
- ]
201
+ }
90
202
  },
91
- {
92
- "name": "shape2",
203
+ "shape2": {
93
204
  "width": 100,
94
205
  "height": 100,
95
- "rotation": [
206
+ "rotate": [
96
207
  -180,
97
208
  180
98
209
  ],
99
- "offset": {
210
+ "translate": {
100
211
  "x": [
101
212
  -50,
102
213
  50
@@ -106,53 +217,131 @@
106
217
  50
107
218
  ]
108
219
  },
109
- "variants": [
110
- {
111
- "name": "rectangle",
112
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M90 10H10v80h80zM0 0v100h100V0z\" fill=\"url(#color-shape2)\"/>",
113
- "default": false
220
+ "variants": {
221
+ "rectangle": {
222
+ "elements": [
223
+ {
224
+ "name": "path",
225
+ "type": "element",
226
+ "attributes": {
227
+ "fill-rule": "evenodd",
228
+ "clip-rule": "evenodd",
229
+ "d": "M90 10H10v80h80zM0 0v100h100V0z",
230
+ "fill": {
231
+ "type": "color",
232
+ "value": "shape2"
233
+ }
234
+ }
235
+ }
236
+ ]
114
237
  },
115
- {
116
- "name": "rectangleFilled",
117
- "content": "<path d=\"M0 0h100v100H0z\" fill=\"url(#color-shape2)\"/>",
118
- "default": true
238
+ "rectangleFilled": {
239
+ "elements": [
240
+ {
241
+ "name": "path",
242
+ "type": "element",
243
+ "attributes": {
244
+ "d": "M0 0h100v100H0z",
245
+ "fill": {
246
+ "type": "color",
247
+ "value": "shape2"
248
+ }
249
+ }
250
+ }
251
+ ]
119
252
  },
120
- {
121
- "name": "ellipseFilled",
122
- "content": "<path d=\"M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0\" fill=\"url(#color-shape2)\"/>",
123
- "default": true
253
+ "ellipseFilled": {
254
+ "elements": [
255
+ {
256
+ "name": "path",
257
+ "type": "element",
258
+ "attributes": {
259
+ "d": "M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0",
260
+ "fill": {
261
+ "type": "color",
262
+ "value": "shape2"
263
+ }
264
+ }
265
+ }
266
+ ]
124
267
  },
125
- {
126
- "name": "ellipse",
127
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100\" fill=\"url(#color-shape2)\"/>",
128
- "default": false
268
+ "ellipse": {
269
+ "elements": [
270
+ {
271
+ "name": "path",
272
+ "type": "element",
273
+ "attributes": {
274
+ "fill-rule": "evenodd",
275
+ "clip-rule": "evenodd",
276
+ "d": "M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100",
277
+ "fill": {
278
+ "type": "color",
279
+ "value": "shape2"
280
+ }
281
+ }
282
+ }
283
+ ]
129
284
  },
130
- {
131
- "name": "polygonFilled",
132
- "content": "<path d=\"m50 7 50 86.6H0z\" fill=\"url(#color-shape2)\"/>",
133
- "default": true
285
+ "polygonFilled": {
286
+ "elements": [
287
+ {
288
+ "name": "path",
289
+ "type": "element",
290
+ "attributes": {
291
+ "d": "m50 7 50 86.6H0z",
292
+ "fill": {
293
+ "type": "color",
294
+ "value": "shape2"
295
+ }
296
+ }
297
+ }
298
+ ]
134
299
  },
135
- {
136
- "name": "polygon",
137
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z\" fill=\"url(#color-shape2)\"/>",
138
- "default": false
300
+ "polygon": {
301
+ "elements": [
302
+ {
303
+ "name": "path",
304
+ "type": "element",
305
+ "attributes": {
306
+ "fill-rule": "evenodd",
307
+ "clip-rule": "evenodd",
308
+ "d": "M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z",
309
+ "fill": {
310
+ "type": "color",
311
+ "value": "shape2"
312
+ }
313
+ }
314
+ }
315
+ ]
139
316
  },
140
- {
141
- "name": "line",
142
- "content": "<rect x=\"45\" y=\"-150\" width=\"10\" height=\"400\" fill=\"url(#color-shape2)\"/>",
143
- "default": true
317
+ "line": {
318
+ "elements": [
319
+ {
320
+ "name": "rect",
321
+ "type": "element",
322
+ "attributes": {
323
+ "x": "45",
324
+ "y": "-150",
325
+ "width": "10",
326
+ "height": "400",
327
+ "fill": {
328
+ "type": "color",
329
+ "value": "shape2"
330
+ }
331
+ }
332
+ }
333
+ ]
144
334
  }
145
- ]
335
+ }
146
336
  },
147
- {
148
- "name": "shape3",
337
+ "shape3": {
149
338
  "width": 100,
150
339
  "height": 100,
151
- "rotation": [
340
+ "rotate": [
152
341
  -180,
153
342
  180
154
343
  ],
155
- "offset": {
344
+ "translate": {
156
345
  "x": [
157
346
  -25,
158
347
  25
@@ -162,97 +351,172 @@
162
351
  25
163
352
  ]
164
353
  },
165
- "variants": [
166
- {
167
- "name": "rectangle",
168
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M90 10H10v80h80zM0 0v100h100V0z\" fill=\"url(#color-shape3)\"/>",
169
- "default": true
354
+ "variants": {
355
+ "rectangle": {
356
+ "elements": [
357
+ {
358
+ "name": "path",
359
+ "type": "element",
360
+ "attributes": {
361
+ "fill-rule": "evenodd",
362
+ "clip-rule": "evenodd",
363
+ "d": "M90 10H10v80h80zM0 0v100h100V0z",
364
+ "fill": {
365
+ "type": "color",
366
+ "value": "shape3"
367
+ }
368
+ }
369
+ }
370
+ ]
170
371
  },
171
- {
172
- "name": "rectangleFilled",
173
- "content": "<path d=\"M0 0h100v100H0z\" fill=\"url(#color-shape3)\"/>",
174
- "default": true
372
+ "rectangleFilled": {
373
+ "elements": [
374
+ {
375
+ "name": "path",
376
+ "type": "element",
377
+ "attributes": {
378
+ "d": "M0 0h100v100H0z",
379
+ "fill": {
380
+ "type": "color",
381
+ "value": "shape3"
382
+ }
383
+ }
384
+ }
385
+ ]
175
386
  },
176
- {
177
- "name": "ellipseFilled",
178
- "content": "<path d=\"M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0\" fill=\"url(#color-shape3)\"/>",
179
- "default": true
387
+ "ellipseFilled": {
388
+ "elements": [
389
+ {
390
+ "name": "path",
391
+ "type": "element",
392
+ "attributes": {
393
+ "d": "M100 50A50 50 0 1 1 0 50a50 50 0 0 1 100 0",
394
+ "fill": {
395
+ "type": "color",
396
+ "value": "shape3"
397
+ }
398
+ }
399
+ }
400
+ ]
180
401
  },
181
- {
182
- "name": "ellipse",
183
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100\" fill=\"url(#color-shape3)\"/>",
184
- "default": true
402
+ "ellipse": {
403
+ "elements": [
404
+ {
405
+ "name": "path",
406
+ "type": "element",
407
+ "attributes": {
408
+ "fill-rule": "evenodd",
409
+ "clip-rule": "evenodd",
410
+ "d": "M50 90a40 40 0 1 0 0-80 40 40 0 0 0 0 80m0 10A50 50 0 1 0 50 0a50 50 0 0 0 0 100",
411
+ "fill": {
412
+ "type": "color",
413
+ "value": "shape3"
414
+ }
415
+ }
416
+ }
417
+ ]
185
418
  },
186
- {
187
- "name": "polygonFilled",
188
- "content": "<path d=\"m50 7 50 86.6H0z\" fill=\"url(#color-shape3)\"/>",
189
- "default": true
419
+ "polygonFilled": {
420
+ "elements": [
421
+ {
422
+ "name": "path",
423
+ "type": "element",
424
+ "attributes": {
425
+ "d": "m50 7 50 86.6H0z",
426
+ "fill": {
427
+ "type": "color",
428
+ "value": "shape3"
429
+ }
430
+ }
431
+ }
432
+ ]
190
433
  },
191
- {
192
- "name": "polygon",
193
- "content": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z\" fill=\"url(#color-shape3)\"/>",
194
- "default": true
434
+ "polygon": {
435
+ "elements": [
436
+ {
437
+ "name": "path",
438
+ "type": "element",
439
+ "attributes": {
440
+ "fill-rule": "evenodd",
441
+ "clip-rule": "evenodd",
442
+ "d": "M50 7 0 93.6h100zm0 20L17.3 83.6h65.4z",
443
+ "fill": {
444
+ "type": "color",
445
+ "value": "shape3"
446
+ }
447
+ }
448
+ }
449
+ ]
195
450
  },
196
- {
197
- "name": "line",
198
- "content": "<rect x=\"45\" y=\"-150\" width=\"10\" height=\"400\" fill=\"url(#color-shape3)\"/>",
199
- "default": true
451
+ "line": {
452
+ "elements": [
453
+ {
454
+ "name": "rect",
455
+ "type": "element",
456
+ "attributes": {
457
+ "x": "45",
458
+ "y": "-150",
459
+ "width": "10",
460
+ "height": "400",
461
+ "fill": {
462
+ "type": "color",
463
+ "value": "shape3"
464
+ }
465
+ }
466
+ }
467
+ ]
200
468
  }
201
- ]
469
+ }
202
470
  }
203
- ],
204
- "colors": [
205
- {
206
- "name": "background",
471
+ },
472
+ "colors": {
473
+ "background": {
207
474
  "values": [
208
- "0a5b83",
209
- "1c799f",
210
- "69d2e7",
211
- "f1f4dc",
212
- "f88c49"
475
+ "#0a5b83",
476
+ "#1c799f",
477
+ "#69d2e7",
478
+ "#f1f4dc",
479
+ "#f88c49"
213
480
  ]
214
481
  },
215
- {
216
- "name": "shape1",
482
+ "shape1": {
217
483
  "notEqualTo": [
218
484
  "background"
219
485
  ],
220
486
  "values": [
221
- "0a5b83",
222
- "1c799f",
223
- "69d2e7",
224
- "f1f4dc",
225
- "f88c49"
487
+ "#0a5b83",
488
+ "#1c799f",
489
+ "#69d2e7",
490
+ "#f1f4dc",
491
+ "#f88c49"
226
492
  ]
227
493
  },
228
- {
229
- "name": "shape2",
494
+ "shape2": {
230
495
  "notEqualTo": [
231
496
  "shape1",
232
497
  "background"
233
498
  ],
234
499
  "values": [
235
- "0a5b83",
236
- "1c799f",
237
- "69d2e7",
238
- "f1f4dc",
239
- "f88c49"
500
+ "#0a5b83",
501
+ "#1c799f",
502
+ "#69d2e7",
503
+ "#f1f4dc",
504
+ "#f88c49"
240
505
  ]
241
506
  },
242
- {
243
- "name": "shape3",
507
+ "shape3": {
244
508
  "notEqualTo": [
245
509
  "shape2",
246
510
  "shape1",
247
511
  "background"
248
512
  ],
249
513
  "values": [
250
- "0a5b83",
251
- "1c799f",
252
- "69d2e7",
253
- "f1f4dc",
254
- "f88c49"
514
+ "#0a5b83",
515
+ "#1c799f",
516
+ "#69d2e7",
517
+ "#f1f4dc",
518
+ "#f88c49"
255
519
  ]
256
520
  }
257
- ]
521
+ }
258
522
  }