-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": 2,
"palettes": {
"custom0": {
"id": "custom0",
"name": "Custom",
"colors": [
"#000000",
"#5B5B5B",
"#B6B6B6",
"#FFFFFF",
"#000000",
"#5B0000",
"#B60000",
"#FF0000",
"#000000",
"#005B00",
"#00B600",
"#00FF00",
"#000000",
"#00005B",
"#0000B6",
"#0000FF"
],
"custom": true
},
"custom1": {
"id": "custom1",
"name": "Custom2",
"colors": [
"#000000",
"#FFFFFF",
"#7F7F7F",
"#FF0000",
"#7F0000",
"#00FF00",
"#007F00",
"#0000FF",
"#00007F",
"#FFFF00",
"#7F7F00",
"#00FFFF",
"#007F7F",
"#FF00FF",
"#7F007F",
"#000000"
],
"custom": true
}
}
}