user-agent
commited on
Commit
•
18aecff
1
Parent(s):
5f7f6ea
Create config.json
Browse files- config.json +66 -0
config.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"color_mapping":{'white': ['Dusty White'],
|
3 |
+
'blue': ['Baby Blue',
|
4 |
+
'Cerulean Blue',
|
5 |
+
'Cobalt Blue',
|
6 |
+
'Cornflower Blue',
|
7 |
+
'Ice Blue',
|
8 |
+
'Maya Blue',
|
9 |
+
'Midnight Blue',
|
10 |
+
'Moroccan Blue',
|
11 |
+
'Navy Blue',
|
12 |
+
'Oxford Blue',
|
13 |
+
'Powder Blue'],
|
14 |
+
'denim': ['Dark Blue Denim',
|
15 |
+
'Light-Mid Blue Denim',
|
16 |
+
'Light Blue Denim',
|
17 |
+
'Mid Blue Denim'],
|
18 |
+
'grey': ['Charcoal Grey',
|
19 |
+
'Dark Grey',
|
20 |
+
'Grey',
|
21 |
+
'Light Grey',
|
22 |
+
'Silver Grey',
|
23 |
+
'Slate Grey'],
|
24 |
+
'orange': ['Bright Orange', 'Pumpkin Orange', 'Pale Orange'],
|
25 |
+
'pink': ['Blush Pink',
|
26 |
+
'Bright Pink',
|
27 |
+
'Carnation Pink',
|
28 |
+
'Dusty Rose Pink',
|
29 |
+
'Magenta Pink',
|
30 |
+
'Neon Pink',
|
31 |
+
'Powder Pink'],
|
32 |
+
'natural': ['Beige Natural',
|
33 |
+
'Cream Natural',
|
34 |
+
'Ivory Natural',
|
35 |
+
'Natural',
|
36 |
+
'Oatmeal Natural',
|
37 |
+
'Stone Natural',
|
38 |
+
'Tan Natural'],
|
39 |
+
'yellow': ['Amber Yellow', 'Lemon Yellow'],
|
40 |
+
'multicolor': ['Multicolor'],
|
41 |
+
'brown': ['Beaver Brown',
|
42 |
+
'Camel Brown',
|
43 |
+
'Chestnut Brown',
|
44 |
+
'Coffee Brown',
|
45 |
+
'Dark Mocha Brown',
|
46 |
+
'Mocha Brown',
|
47 |
+
'Walnut Brown'],
|
48 |
+
'green': ['Emerald Green',
|
49 |
+
'Forest Green',
|
50 |
+
'Green',
|
51 |
+
'Khaki Green',
|
52 |
+
'Mint Green',
|
53 |
+
'Olive Green',
|
54 |
+
'Pine Green',
|
55 |
+
'Sacramento Green',
|
56 |
+
'Sage Green',
|
57 |
+
'Lime Green'],
|
58 |
+
'purple': ['Amethyst Purple',
|
59 |
+
'Lavender Purple',
|
60 |
+
'Mauve Purple',
|
61 |
+
'Periwinkle Purple',
|
62 |
+
'Lilac Purple',
|
63 |
+
'Electric Purple'],
|
64 |
+
'red': ['Brick Red', 'Cherry Red']}
|
65 |
+
|
66 |
+
}
|