-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcolors.json
61 lines (61 loc) · 977 Bytes
/
colors.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
52
53
54
55
56
57
58
59
60
61
{
"en_US": {
"black": 0,
"0": 0,
"dark_blue": 1,
"1": 1,
"dark_green": 2,
"2": 2,
"dark_aqua": 3,
"dark_cyan": 3,
"3": 3,
"dark_red": 4,
"4": 4,
"dark_purple": 5,
"purple": 5,
"thanos": 5,
"the_man_behind_the_slaughter": 5,
"behind_the_slaughter": 5,
"purple_guy": 5,
"5": 5,
"gold": 6,
"orange": 6,
"6": 6,
"light_gray": 7,
"light_grey": 7,
"silver": 7,
"7": 7,
"dark_gray": 8,
"dark_grey": 8,
"gray": 8,
"grey": 8,
"8": 8,
"blue": 9,
"9": 9,
"green": 10,
"lime": 10,
"light_green": 10,
"10": 10,
"a": 10,
"light_blue": 11,
"aqua": 11,
"cyan": 11,
"11": 11,
"b": 11,
"red": 12,
"12": 12,
"c": 12,
"light_purple": 13,
"pink": 13,
"magenta": 13,
"13": 13,
"d": 13,
"yellow": 14,
"14": 14,
"e": 14,
"white": 15,
"blank": 15,
"15": 15,
"f": 15
}
}