-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_palettes.json
51 lines (51 loc) · 1.2 KB
/
_palettes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"nextPaletteID": 4,
"palettes": {
"custom0": {
"id": "custom0",
"name": "silver",
"colors": [
"#000000",
"#FFFFFF",
"#FF2121",
"#C0C0C0",
"#FF8135",
"#FFF609",
"#249CA3",
"#78DC52",
"#003FAD",
"#87F2FF",
"#8E2EC4",
"#A4839F",
"#5C406c",
"#E5CDC4",
"#000000",
"#91463d"
],
"custom": true
},
"custom3": {
"id": "custom3",
"name": "Custom",
"colors": [
"#000000",
"#FFFFFF",
"#FF2121",
"#FF93C4",
"#FF8135",
"#FFF609",
"#C0C0C0",
"#78DC52",
"#003FAD",
"#87F2FF",
"#8E2EC4",
"#A4839F",
"#5C406c",
"#E5CDC4",
"#91463d",
"#000000"
],
"custom": true
}
}
}