line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Graphics::ColorNames::GrayScale; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
require 5.006; |
4
|
|
|
|
|
|
|
|
5
|
1
|
|
|
1
|
|
11579
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
29
|
|
6
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
9393
|
|
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
our $VERSION = '3.0'; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
sub NamesRgbTable { { |
11
|
1
|
|
|
1
|
0
|
3219
|
'gray00' => 0x000000, |
12
|
|
|
|
|
|
|
'gray000' => 0x000000, |
13
|
|
|
|
|
|
|
'grey00' => 0x000000, |
14
|
|
|
|
|
|
|
'grey000' => 0x000000, |
15
|
|
|
|
|
|
|
'red00' => 0x000000, |
16
|
|
|
|
|
|
|
'red000' => 0x000000, |
17
|
|
|
|
|
|
|
'green00' => 0x000000, |
18
|
|
|
|
|
|
|
'green000' => 0x000000, |
19
|
|
|
|
|
|
|
'blue00' => 0x000000, |
20
|
|
|
|
|
|
|
'blue000' => 0x000000, |
21
|
|
|
|
|
|
|
'yellow00' => 0x000000, |
22
|
|
|
|
|
|
|
'yellow000' => 0x000000, |
23
|
|
|
|
|
|
|
'cyan00' => 0x000000, |
24
|
|
|
|
|
|
|
'cyan000' => 0x000000, |
25
|
|
|
|
|
|
|
'purple00' => 0x000000, |
26
|
|
|
|
|
|
|
'purple000' => 0x000000, |
27
|
|
|
|
|
|
|
'gray01' => 0x010101, |
28
|
|
|
|
|
|
|
'gray001' => 0x010101, |
29
|
|
|
|
|
|
|
'grey01' => 0x010101, |
30
|
|
|
|
|
|
|
'grey001' => 0x010101, |
31
|
|
|
|
|
|
|
'red01' => 0x010000, |
32
|
|
|
|
|
|
|
'red001' => 0x010000, |
33
|
|
|
|
|
|
|
'green01' => 0x000100, |
34
|
|
|
|
|
|
|
'green001' => 0x000100, |
35
|
|
|
|
|
|
|
'blue01' => 0x000001, |
36
|
|
|
|
|
|
|
'blue001' => 0x000001, |
37
|
|
|
|
|
|
|
'yellow01' => 0x010100, |
38
|
|
|
|
|
|
|
'yellow001' => 0x010100, |
39
|
|
|
|
|
|
|
'cyan01' => 0x000101, |
40
|
|
|
|
|
|
|
'cyan001' => 0x000101, |
41
|
|
|
|
|
|
|
'purple01' => 0x010001, |
42
|
|
|
|
|
|
|
'purple001' => 0x010001, |
43
|
|
|
|
|
|
|
'gray02' => 0x020202, |
44
|
|
|
|
|
|
|
'gray002' => 0x020202, |
45
|
|
|
|
|
|
|
'grey02' => 0x020202, |
46
|
|
|
|
|
|
|
'grey002' => 0x020202, |
47
|
|
|
|
|
|
|
'red02' => 0x020000, |
48
|
|
|
|
|
|
|
'red002' => 0x020000, |
49
|
|
|
|
|
|
|
'green02' => 0x000200, |
50
|
|
|
|
|
|
|
'green002' => 0x000200, |
51
|
|
|
|
|
|
|
'blue02' => 0x000002, |
52
|
|
|
|
|
|
|
'blue002' => 0x000002, |
53
|
|
|
|
|
|
|
'yellow02' => 0x020200, |
54
|
|
|
|
|
|
|
'yellow002' => 0x020200, |
55
|
|
|
|
|
|
|
'cyan02' => 0x000202, |
56
|
|
|
|
|
|
|
'cyan002' => 0x000202, |
57
|
|
|
|
|
|
|
'purple02' => 0x020002, |
58
|
|
|
|
|
|
|
'purple002' => 0x020002, |
59
|
|
|
|
|
|
|
'gray03' => 0x030303, |
60
|
|
|
|
|
|
|
'gray003' => 0x030303, |
61
|
|
|
|
|
|
|
'grey03' => 0x030303, |
62
|
|
|
|
|
|
|
'grey003' => 0x030303, |
63
|
|
|
|
|
|
|
'red03' => 0x030000, |
64
|
|
|
|
|
|
|
'red003' => 0x030000, |
65
|
|
|
|
|
|
|
'green03' => 0x000300, |
66
|
|
|
|
|
|
|
'green003' => 0x000300, |
67
|
|
|
|
|
|
|
'blue03' => 0x000003, |
68
|
|
|
|
|
|
|
'blue003' => 0x000003, |
69
|
|
|
|
|
|
|
'yellow03' => 0x030300, |
70
|
|
|
|
|
|
|
'yellow003' => 0x030300, |
71
|
|
|
|
|
|
|
'cyan03' => 0x000303, |
72
|
|
|
|
|
|
|
'cyan003' => 0x000303, |
73
|
|
|
|
|
|
|
'purple03' => 0x030003, |
74
|
|
|
|
|
|
|
'purple003' => 0x030003, |
75
|
|
|
|
|
|
|
'gray04' => 0x040404, |
76
|
|
|
|
|
|
|
'gray004' => 0x040404, |
77
|
|
|
|
|
|
|
'grey04' => 0x040404, |
78
|
|
|
|
|
|
|
'grey004' => 0x040404, |
79
|
|
|
|
|
|
|
'red04' => 0x040000, |
80
|
|
|
|
|
|
|
'red004' => 0x040000, |
81
|
|
|
|
|
|
|
'green04' => 0x000400, |
82
|
|
|
|
|
|
|
'green004' => 0x000400, |
83
|
|
|
|
|
|
|
'blue04' => 0x000004, |
84
|
|
|
|
|
|
|
'blue004' => 0x000004, |
85
|
|
|
|
|
|
|
'yellow04' => 0x040400, |
86
|
|
|
|
|
|
|
'yellow004' => 0x040400, |
87
|
|
|
|
|
|
|
'cyan04' => 0x000404, |
88
|
|
|
|
|
|
|
'cyan004' => 0x000404, |
89
|
|
|
|
|
|
|
'purple04' => 0x040004, |
90
|
|
|
|
|
|
|
'purple004' => 0x040004, |
91
|
|
|
|
|
|
|
'gray05' => 0x050505, |
92
|
|
|
|
|
|
|
'gray005' => 0x050505, |
93
|
|
|
|
|
|
|
'grey05' => 0x050505, |
94
|
|
|
|
|
|
|
'grey005' => 0x050505, |
95
|
|
|
|
|
|
|
'red05' => 0x050000, |
96
|
|
|
|
|
|
|
'red005' => 0x050000, |
97
|
|
|
|
|
|
|
'green05' => 0x000500, |
98
|
|
|
|
|
|
|
'green005' => 0x000500, |
99
|
|
|
|
|
|
|
'blue05' => 0x000005, |
100
|
|
|
|
|
|
|
'blue005' => 0x000005, |
101
|
|
|
|
|
|
|
'yellow05' => 0x050500, |
102
|
|
|
|
|
|
|
'yellow005' => 0x050500, |
103
|
|
|
|
|
|
|
'cyan05' => 0x000505, |
104
|
|
|
|
|
|
|
'cyan005' => 0x000505, |
105
|
|
|
|
|
|
|
'purple05' => 0x050005, |
106
|
|
|
|
|
|
|
'purple005' => 0x050005, |
107
|
|
|
|
|
|
|
'gray06' => 0x060606, |
108
|
|
|
|
|
|
|
'gray006' => 0x060606, |
109
|
|
|
|
|
|
|
'grey06' => 0x060606, |
110
|
|
|
|
|
|
|
'grey006' => 0x060606, |
111
|
|
|
|
|
|
|
'red06' => 0x060000, |
112
|
|
|
|
|
|
|
'red006' => 0x060000, |
113
|
|
|
|
|
|
|
'green06' => 0x000600, |
114
|
|
|
|
|
|
|
'green006' => 0x000600, |
115
|
|
|
|
|
|
|
'blue06' => 0x000006, |
116
|
|
|
|
|
|
|
'blue006' => 0x000006, |
117
|
|
|
|
|
|
|
'yellow06' => 0x060600, |
118
|
|
|
|
|
|
|
'yellow006' => 0x060600, |
119
|
|
|
|
|
|
|
'cyan06' => 0x000606, |
120
|
|
|
|
|
|
|
'cyan006' => 0x000606, |
121
|
|
|
|
|
|
|
'purple06' => 0x060006, |
122
|
|
|
|
|
|
|
'purple006' => 0x060006, |
123
|
|
|
|
|
|
|
'gray07' => 0x070707, |
124
|
|
|
|
|
|
|
'gray007' => 0x070707, |
125
|
|
|
|
|
|
|
'grey07' => 0x070707, |
126
|
|
|
|
|
|
|
'grey007' => 0x070707, |
127
|
|
|
|
|
|
|
'red07' => 0x070000, |
128
|
|
|
|
|
|
|
'red007' => 0x070000, |
129
|
|
|
|
|
|
|
'green07' => 0x000700, |
130
|
|
|
|
|
|
|
'green007' => 0x000700, |
131
|
|
|
|
|
|
|
'blue07' => 0x000007, |
132
|
|
|
|
|
|
|
'blue007' => 0x000007, |
133
|
|
|
|
|
|
|
'yellow07' => 0x070700, |
134
|
|
|
|
|
|
|
'yellow007' => 0x070700, |
135
|
|
|
|
|
|
|
'cyan07' => 0x000707, |
136
|
|
|
|
|
|
|
'cyan007' => 0x000707, |
137
|
|
|
|
|
|
|
'purple07' => 0x070007, |
138
|
|
|
|
|
|
|
'purple007' => 0x070007, |
139
|
|
|
|
|
|
|
'gray08' => 0x080808, |
140
|
|
|
|
|
|
|
'gray008' => 0x080808, |
141
|
|
|
|
|
|
|
'grey08' => 0x080808, |
142
|
|
|
|
|
|
|
'grey008' => 0x080808, |
143
|
|
|
|
|
|
|
'red08' => 0x080000, |
144
|
|
|
|
|
|
|
'red008' => 0x080000, |
145
|
|
|
|
|
|
|
'green08' => 0x000800, |
146
|
|
|
|
|
|
|
'green008' => 0x000800, |
147
|
|
|
|
|
|
|
'blue08' => 0x000008, |
148
|
|
|
|
|
|
|
'blue008' => 0x000008, |
149
|
|
|
|
|
|
|
'yellow08' => 0x080800, |
150
|
|
|
|
|
|
|
'yellow008' => 0x080800, |
151
|
|
|
|
|
|
|
'cyan08' => 0x000808, |
152
|
|
|
|
|
|
|
'cyan008' => 0x000808, |
153
|
|
|
|
|
|
|
'purple08' => 0x080008, |
154
|
|
|
|
|
|
|
'purple008' => 0x080008, |
155
|
|
|
|
|
|
|
'gray09' => 0x090909, |
156
|
|
|
|
|
|
|
'gray009' => 0x090909, |
157
|
|
|
|
|
|
|
'grey09' => 0x090909, |
158
|
|
|
|
|
|
|
'grey009' => 0x090909, |
159
|
|
|
|
|
|
|
'red09' => 0x090000, |
160
|
|
|
|
|
|
|
'red009' => 0x090000, |
161
|
|
|
|
|
|
|
'green09' => 0x000900, |
162
|
|
|
|
|
|
|
'green009' => 0x000900, |
163
|
|
|
|
|
|
|
'blue09' => 0x000009, |
164
|
|
|
|
|
|
|
'blue009' => 0x000009, |
165
|
|
|
|
|
|
|
'yellow09' => 0x090900, |
166
|
|
|
|
|
|
|
'yellow009' => 0x090900, |
167
|
|
|
|
|
|
|
'cyan09' => 0x000909, |
168
|
|
|
|
|
|
|
'cyan009' => 0x000909, |
169
|
|
|
|
|
|
|
'purple09' => 0x090009, |
170
|
|
|
|
|
|
|
'purple009' => 0x090009, |
171
|
|
|
|
|
|
|
'gray0a' => 0x0a0a0a, |
172
|
|
|
|
|
|
|
'gray010' => 0x0a0a0a, |
173
|
|
|
|
|
|
|
'grey0a' => 0x0a0a0a, |
174
|
|
|
|
|
|
|
'grey010' => 0x0a0a0a, |
175
|
|
|
|
|
|
|
'red0a' => 0x0a0000, |
176
|
|
|
|
|
|
|
'red010' => 0x0a0000, |
177
|
|
|
|
|
|
|
'green0a' => 0x000a00, |
178
|
|
|
|
|
|
|
'green010' => 0x000a00, |
179
|
|
|
|
|
|
|
'blue0a' => 0x00000a, |
180
|
|
|
|
|
|
|
'blue010' => 0x00000a, |
181
|
|
|
|
|
|
|
'yellow0a' => 0x0a0a00, |
182
|
|
|
|
|
|
|
'yellow010' => 0x0a0a00, |
183
|
|
|
|
|
|
|
'cyan0a' => 0x000a0a, |
184
|
|
|
|
|
|
|
'cyan010' => 0x000a0a, |
185
|
|
|
|
|
|
|
'purple0a' => 0x0a000a, |
186
|
|
|
|
|
|
|
'purple010' => 0x0a000a, |
187
|
|
|
|
|
|
|
'gray0b' => 0x0b0b0b, |
188
|
|
|
|
|
|
|
'gray011' => 0x0b0b0b, |
189
|
|
|
|
|
|
|
'grey0b' => 0x0b0b0b, |
190
|
|
|
|
|
|
|
'grey011' => 0x0b0b0b, |
191
|
|
|
|
|
|
|
'red0b' => 0x0b0000, |
192
|
|
|
|
|
|
|
'red011' => 0x0b0000, |
193
|
|
|
|
|
|
|
'green0b' => 0x000b00, |
194
|
|
|
|
|
|
|
'green011' => 0x000b00, |
195
|
|
|
|
|
|
|
'blue0b' => 0x00000b, |
196
|
|
|
|
|
|
|
'blue011' => 0x00000b, |
197
|
|
|
|
|
|
|
'yellow0b' => 0x0b0b00, |
198
|
|
|
|
|
|
|
'yellow011' => 0x0b0b00, |
199
|
|
|
|
|
|
|
'cyan0b' => 0x000b0b, |
200
|
|
|
|
|
|
|
'cyan011' => 0x000b0b, |
201
|
|
|
|
|
|
|
'purple0b' => 0x0b000b, |
202
|
|
|
|
|
|
|
'purple011' => 0x0b000b, |
203
|
|
|
|
|
|
|
'gray0c' => 0x0c0c0c, |
204
|
|
|
|
|
|
|
'gray012' => 0x0c0c0c, |
205
|
|
|
|
|
|
|
'grey0c' => 0x0c0c0c, |
206
|
|
|
|
|
|
|
'grey012' => 0x0c0c0c, |
207
|
|
|
|
|
|
|
'red0c' => 0x0c0000, |
208
|
|
|
|
|
|
|
'red012' => 0x0c0000, |
209
|
|
|
|
|
|
|
'green0c' => 0x000c00, |
210
|
|
|
|
|
|
|
'green012' => 0x000c00, |
211
|
|
|
|
|
|
|
'blue0c' => 0x00000c, |
212
|
|
|
|
|
|
|
'blue012' => 0x00000c, |
213
|
|
|
|
|
|
|
'yellow0c' => 0x0c0c00, |
214
|
|
|
|
|
|
|
'yellow012' => 0x0c0c00, |
215
|
|
|
|
|
|
|
'cyan0c' => 0x000c0c, |
216
|
|
|
|
|
|
|
'cyan012' => 0x000c0c, |
217
|
|
|
|
|
|
|
'purple0c' => 0x0c000c, |
218
|
|
|
|
|
|
|
'purple012' => 0x0c000c, |
219
|
|
|
|
|
|
|
'gray0d' => 0x0d0d0d, |
220
|
|
|
|
|
|
|
'gray013' => 0x0d0d0d, |
221
|
|
|
|
|
|
|
'grey0d' => 0x0d0d0d, |
222
|
|
|
|
|
|
|
'grey013' => 0x0d0d0d, |
223
|
|
|
|
|
|
|
'red0d' => 0x0d0000, |
224
|
|
|
|
|
|
|
'red013' => 0x0d0000, |
225
|
|
|
|
|
|
|
'green0d' => 0x000d00, |
226
|
|
|
|
|
|
|
'green013' => 0x000d00, |
227
|
|
|
|
|
|
|
'blue0d' => 0x00000d, |
228
|
|
|
|
|
|
|
'blue013' => 0x00000d, |
229
|
|
|
|
|
|
|
'yellow0d' => 0x0d0d00, |
230
|
|
|
|
|
|
|
'yellow013' => 0x0d0d00, |
231
|
|
|
|
|
|
|
'cyan0d' => 0x000d0d, |
232
|
|
|
|
|
|
|
'cyan013' => 0x000d0d, |
233
|
|
|
|
|
|
|
'purple0d' => 0x0d000d, |
234
|
|
|
|
|
|
|
'purple013' => 0x0d000d, |
235
|
|
|
|
|
|
|
'gray0e' => 0x0e0e0e, |
236
|
|
|
|
|
|
|
'gray014' => 0x0e0e0e, |
237
|
|
|
|
|
|
|
'grey0e' => 0x0e0e0e, |
238
|
|
|
|
|
|
|
'grey014' => 0x0e0e0e, |
239
|
|
|
|
|
|
|
'red0e' => 0x0e0000, |
240
|
|
|
|
|
|
|
'red014' => 0x0e0000, |
241
|
|
|
|
|
|
|
'green0e' => 0x000e00, |
242
|
|
|
|
|
|
|
'green014' => 0x000e00, |
243
|
|
|
|
|
|
|
'blue0e' => 0x00000e, |
244
|
|
|
|
|
|
|
'blue014' => 0x00000e, |
245
|
|
|
|
|
|
|
'yellow0e' => 0x0e0e00, |
246
|
|
|
|
|
|
|
'yellow014' => 0x0e0e00, |
247
|
|
|
|
|
|
|
'cyan0e' => 0x000e0e, |
248
|
|
|
|
|
|
|
'cyan014' => 0x000e0e, |
249
|
|
|
|
|
|
|
'purple0e' => 0x0e000e, |
250
|
|
|
|
|
|
|
'purple014' => 0x0e000e, |
251
|
|
|
|
|
|
|
'gray0f' => 0x0f0f0f, |
252
|
|
|
|
|
|
|
'gray015' => 0x0f0f0f, |
253
|
|
|
|
|
|
|
'grey0f' => 0x0f0f0f, |
254
|
|
|
|
|
|
|
'grey015' => 0x0f0f0f, |
255
|
|
|
|
|
|
|
'red0f' => 0x0f0000, |
256
|
|
|
|
|
|
|
'red015' => 0x0f0000, |
257
|
|
|
|
|
|
|
'green0f' => 0x000f00, |
258
|
|
|
|
|
|
|
'green015' => 0x000f00, |
259
|
|
|
|
|
|
|
'blue0f' => 0x00000f, |
260
|
|
|
|
|
|
|
'blue015' => 0x00000f, |
261
|
|
|
|
|
|
|
'yellow0f' => 0x0f0f00, |
262
|
|
|
|
|
|
|
'yellow015' => 0x0f0f00, |
263
|
|
|
|
|
|
|
'cyan0f' => 0x000f0f, |
264
|
|
|
|
|
|
|
'cyan015' => 0x000f0f, |
265
|
|
|
|
|
|
|
'purple0f' => 0x0f000f, |
266
|
|
|
|
|
|
|
'purple015' => 0x0f000f, |
267
|
|
|
|
|
|
|
'gray10' => 0x101010, |
268
|
|
|
|
|
|
|
'gray016' => 0x101010, |
269
|
|
|
|
|
|
|
'grey10' => 0x101010, |
270
|
|
|
|
|
|
|
'grey016' => 0x101010, |
271
|
|
|
|
|
|
|
'red10' => 0x100000, |
272
|
|
|
|
|
|
|
'red016' => 0x100000, |
273
|
|
|
|
|
|
|
'green10' => 0x001000, |
274
|
|
|
|
|
|
|
'green016' => 0x001000, |
275
|
|
|
|
|
|
|
'blue10' => 0x000010, |
276
|
|
|
|
|
|
|
'blue016' => 0x000010, |
277
|
|
|
|
|
|
|
'yellow10' => 0x101000, |
278
|
|
|
|
|
|
|
'yellow016' => 0x101000, |
279
|
|
|
|
|
|
|
'cyan10' => 0x001010, |
280
|
|
|
|
|
|
|
'cyan016' => 0x001010, |
281
|
|
|
|
|
|
|
'purple10' => 0x100010, |
282
|
|
|
|
|
|
|
'purple016' => 0x100010, |
283
|
|
|
|
|
|
|
'gray11' => 0x111111, |
284
|
|
|
|
|
|
|
'gray017' => 0x111111, |
285
|
|
|
|
|
|
|
'grey11' => 0x111111, |
286
|
|
|
|
|
|
|
'grey017' => 0x111111, |
287
|
|
|
|
|
|
|
'red11' => 0x110000, |
288
|
|
|
|
|
|
|
'red017' => 0x110000, |
289
|
|
|
|
|
|
|
'green11' => 0x001100, |
290
|
|
|
|
|
|
|
'green017' => 0x001100, |
291
|
|
|
|
|
|
|
'blue11' => 0x000011, |
292
|
|
|
|
|
|
|
'blue017' => 0x000011, |
293
|
|
|
|
|
|
|
'yellow11' => 0x111100, |
294
|
|
|
|
|
|
|
'yellow017' => 0x111100, |
295
|
|
|
|
|
|
|
'cyan11' => 0x001111, |
296
|
|
|
|
|
|
|
'cyan017' => 0x001111, |
297
|
|
|
|
|
|
|
'purple11' => 0x110011, |
298
|
|
|
|
|
|
|
'purple017' => 0x110011, |
299
|
|
|
|
|
|
|
'gray12' => 0x121212, |
300
|
|
|
|
|
|
|
'gray018' => 0x121212, |
301
|
|
|
|
|
|
|
'grey12' => 0x121212, |
302
|
|
|
|
|
|
|
'grey018' => 0x121212, |
303
|
|
|
|
|
|
|
'red12' => 0x120000, |
304
|
|
|
|
|
|
|
'red018' => 0x120000, |
305
|
|
|
|
|
|
|
'green12' => 0x001200, |
306
|
|
|
|
|
|
|
'green018' => 0x001200, |
307
|
|
|
|
|
|
|
'blue12' => 0x000012, |
308
|
|
|
|
|
|
|
'blue018' => 0x000012, |
309
|
|
|
|
|
|
|
'yellow12' => 0x121200, |
310
|
|
|
|
|
|
|
'yellow018' => 0x121200, |
311
|
|
|
|
|
|
|
'cyan12' => 0x001212, |
312
|
|
|
|
|
|
|
'cyan018' => 0x001212, |
313
|
|
|
|
|
|
|
'purple12' => 0x120012, |
314
|
|
|
|
|
|
|
'purple018' => 0x120012, |
315
|
|
|
|
|
|
|
'gray13' => 0x131313, |
316
|
|
|
|
|
|
|
'gray019' => 0x131313, |
317
|
|
|
|
|
|
|
'grey13' => 0x131313, |
318
|
|
|
|
|
|
|
'grey019' => 0x131313, |
319
|
|
|
|
|
|
|
'red13' => 0x130000, |
320
|
|
|
|
|
|
|
'red019' => 0x130000, |
321
|
|
|
|
|
|
|
'green13' => 0x001300, |
322
|
|
|
|
|
|
|
'green019' => 0x001300, |
323
|
|
|
|
|
|
|
'blue13' => 0x000013, |
324
|
|
|
|
|
|
|
'blue019' => 0x000013, |
325
|
|
|
|
|
|
|
'yellow13' => 0x131300, |
326
|
|
|
|
|
|
|
'yellow019' => 0x131300, |
327
|
|
|
|
|
|
|
'cyan13' => 0x001313, |
328
|
|
|
|
|
|
|
'cyan019' => 0x001313, |
329
|
|
|
|
|
|
|
'purple13' => 0x130013, |
330
|
|
|
|
|
|
|
'purple019' => 0x130013, |
331
|
|
|
|
|
|
|
'gray14' => 0x141414, |
332
|
|
|
|
|
|
|
'gray020' => 0x141414, |
333
|
|
|
|
|
|
|
'grey14' => 0x141414, |
334
|
|
|
|
|
|
|
'grey020' => 0x141414, |
335
|
|
|
|
|
|
|
'red14' => 0x140000, |
336
|
|
|
|
|
|
|
'red020' => 0x140000, |
337
|
|
|
|
|
|
|
'green14' => 0x001400, |
338
|
|
|
|
|
|
|
'green020' => 0x001400, |
339
|
|
|
|
|
|
|
'blue14' => 0x000014, |
340
|
|
|
|
|
|
|
'blue020' => 0x000014, |
341
|
|
|
|
|
|
|
'yellow14' => 0x141400, |
342
|
|
|
|
|
|
|
'yellow020' => 0x141400, |
343
|
|
|
|
|
|
|
'cyan14' => 0x001414, |
344
|
|
|
|
|
|
|
'cyan020' => 0x001414, |
345
|
|
|
|
|
|
|
'purple14' => 0x140014, |
346
|
|
|
|
|
|
|
'purple020' => 0x140014, |
347
|
|
|
|
|
|
|
'gray15' => 0x151515, |
348
|
|
|
|
|
|
|
'gray021' => 0x151515, |
349
|
|
|
|
|
|
|
'grey15' => 0x151515, |
350
|
|
|
|
|
|
|
'grey021' => 0x151515, |
351
|
|
|
|
|
|
|
'red15' => 0x150000, |
352
|
|
|
|
|
|
|
'red021' => 0x150000, |
353
|
|
|
|
|
|
|
'green15' => 0x001500, |
354
|
|
|
|
|
|
|
'green021' => 0x001500, |
355
|
|
|
|
|
|
|
'blue15' => 0x000015, |
356
|
|
|
|
|
|
|
'blue021' => 0x000015, |
357
|
|
|
|
|
|
|
'yellow15' => 0x151500, |
358
|
|
|
|
|
|
|
'yellow021' => 0x151500, |
359
|
|
|
|
|
|
|
'cyan15' => 0x001515, |
360
|
|
|
|
|
|
|
'cyan021' => 0x001515, |
361
|
|
|
|
|
|
|
'purple15' => 0x150015, |
362
|
|
|
|
|
|
|
'purple021' => 0x150015, |
363
|
|
|
|
|
|
|
'gray16' => 0x161616, |
364
|
|
|
|
|
|
|
'gray022' => 0x161616, |
365
|
|
|
|
|
|
|
'grey16' => 0x161616, |
366
|
|
|
|
|
|
|
'grey022' => 0x161616, |
367
|
|
|
|
|
|
|
'red16' => 0x160000, |
368
|
|
|
|
|
|
|
'red022' => 0x160000, |
369
|
|
|
|
|
|
|
'green16' => 0x001600, |
370
|
|
|
|
|
|
|
'green022' => 0x001600, |
371
|
|
|
|
|
|
|
'blue16' => 0x000016, |
372
|
|
|
|
|
|
|
'blue022' => 0x000016, |
373
|
|
|
|
|
|
|
'yellow16' => 0x161600, |
374
|
|
|
|
|
|
|
'yellow022' => 0x161600, |
375
|
|
|
|
|
|
|
'cyan16' => 0x001616, |
376
|
|
|
|
|
|
|
'cyan022' => 0x001616, |
377
|
|
|
|
|
|
|
'purple16' => 0x160016, |
378
|
|
|
|
|
|
|
'purple022' => 0x160016, |
379
|
|
|
|
|
|
|
'gray17' => 0x171717, |
380
|
|
|
|
|
|
|
'gray023' => 0x171717, |
381
|
|
|
|
|
|
|
'grey17' => 0x171717, |
382
|
|
|
|
|
|
|
'grey023' => 0x171717, |
383
|
|
|
|
|
|
|
'red17' => 0x170000, |
384
|
|
|
|
|
|
|
'red023' => 0x170000, |
385
|
|
|
|
|
|
|
'green17' => 0x001700, |
386
|
|
|
|
|
|
|
'green023' => 0x001700, |
387
|
|
|
|
|
|
|
'blue17' => 0x000017, |
388
|
|
|
|
|
|
|
'blue023' => 0x000017, |
389
|
|
|
|
|
|
|
'yellow17' => 0x171700, |
390
|
|
|
|
|
|
|
'yellow023' => 0x171700, |
391
|
|
|
|
|
|
|
'cyan17' => 0x001717, |
392
|
|
|
|
|
|
|
'cyan023' => 0x001717, |
393
|
|
|
|
|
|
|
'purple17' => 0x170017, |
394
|
|
|
|
|
|
|
'purple023' => 0x170017, |
395
|
|
|
|
|
|
|
'gray18' => 0x181818, |
396
|
|
|
|
|
|
|
'gray024' => 0x181818, |
397
|
|
|
|
|
|
|
'grey18' => 0x181818, |
398
|
|
|
|
|
|
|
'grey024' => 0x181818, |
399
|
|
|
|
|
|
|
'red18' => 0x180000, |
400
|
|
|
|
|
|
|
'red024' => 0x180000, |
401
|
|
|
|
|
|
|
'green18' => 0x001800, |
402
|
|
|
|
|
|
|
'green024' => 0x001800, |
403
|
|
|
|
|
|
|
'blue18' => 0x000018, |
404
|
|
|
|
|
|
|
'blue024' => 0x000018, |
405
|
|
|
|
|
|
|
'yellow18' => 0x181800, |
406
|
|
|
|
|
|
|
'yellow024' => 0x181800, |
407
|
|
|
|
|
|
|
'cyan18' => 0x001818, |
408
|
|
|
|
|
|
|
'cyan024' => 0x001818, |
409
|
|
|
|
|
|
|
'purple18' => 0x180018, |
410
|
|
|
|
|
|
|
'purple024' => 0x180018, |
411
|
|
|
|
|
|
|
'gray19' => 0x191919, |
412
|
|
|
|
|
|
|
'gray025' => 0x191919, |
413
|
|
|
|
|
|
|
'grey19' => 0x191919, |
414
|
|
|
|
|
|
|
'grey025' => 0x191919, |
415
|
|
|
|
|
|
|
'red19' => 0x190000, |
416
|
|
|
|
|
|
|
'red025' => 0x190000, |
417
|
|
|
|
|
|
|
'green19' => 0x001900, |
418
|
|
|
|
|
|
|
'green025' => 0x001900, |
419
|
|
|
|
|
|
|
'blue19' => 0x000019, |
420
|
|
|
|
|
|
|
'blue025' => 0x000019, |
421
|
|
|
|
|
|
|
'yellow19' => 0x191900, |
422
|
|
|
|
|
|
|
'yellow025' => 0x191900, |
423
|
|
|
|
|
|
|
'cyan19' => 0x001919, |
424
|
|
|
|
|
|
|
'cyan025' => 0x001919, |
425
|
|
|
|
|
|
|
'purple19' => 0x190019, |
426
|
|
|
|
|
|
|
'purple025' => 0x190019, |
427
|
|
|
|
|
|
|
'gray1a' => 0x1a1a1a, |
428
|
|
|
|
|
|
|
'gray026' => 0x1a1a1a, |
429
|
|
|
|
|
|
|
'grey1a' => 0x1a1a1a, |
430
|
|
|
|
|
|
|
'grey026' => 0x1a1a1a, |
431
|
|
|
|
|
|
|
'red1a' => 0x1a0000, |
432
|
|
|
|
|
|
|
'red026' => 0x1a0000, |
433
|
|
|
|
|
|
|
'green1a' => 0x001a00, |
434
|
|
|
|
|
|
|
'green026' => 0x001a00, |
435
|
|
|
|
|
|
|
'blue1a' => 0x00001a, |
436
|
|
|
|
|
|
|
'blue026' => 0x00001a, |
437
|
|
|
|
|
|
|
'yellow1a' => 0x1a1a00, |
438
|
|
|
|
|
|
|
'yellow026' => 0x1a1a00, |
439
|
|
|
|
|
|
|
'cyan1a' => 0x001a1a, |
440
|
|
|
|
|
|
|
'cyan026' => 0x001a1a, |
441
|
|
|
|
|
|
|
'purple1a' => 0x1a001a, |
442
|
|
|
|
|
|
|
'purple026' => 0x1a001a, |
443
|
|
|
|
|
|
|
'gray1b' => 0x1b1b1b, |
444
|
|
|
|
|
|
|
'gray027' => 0x1b1b1b, |
445
|
|
|
|
|
|
|
'grey1b' => 0x1b1b1b, |
446
|
|
|
|
|
|
|
'grey027' => 0x1b1b1b, |
447
|
|
|
|
|
|
|
'red1b' => 0x1b0000, |
448
|
|
|
|
|
|
|
'red027' => 0x1b0000, |
449
|
|
|
|
|
|
|
'green1b' => 0x001b00, |
450
|
|
|
|
|
|
|
'green027' => 0x001b00, |
451
|
|
|
|
|
|
|
'blue1b' => 0x00001b, |
452
|
|
|
|
|
|
|
'blue027' => 0x00001b, |
453
|
|
|
|
|
|
|
'yellow1b' => 0x1b1b00, |
454
|
|
|
|
|
|
|
'yellow027' => 0x1b1b00, |
455
|
|
|
|
|
|
|
'cyan1b' => 0x001b1b, |
456
|
|
|
|
|
|
|
'cyan027' => 0x001b1b, |
457
|
|
|
|
|
|
|
'purple1b' => 0x1b001b, |
458
|
|
|
|
|
|
|
'purple027' => 0x1b001b, |
459
|
|
|
|
|
|
|
'gray1c' => 0x1c1c1c, |
460
|
|
|
|
|
|
|
'gray028' => 0x1c1c1c, |
461
|
|
|
|
|
|
|
'grey1c' => 0x1c1c1c, |
462
|
|
|
|
|
|
|
'grey028' => 0x1c1c1c, |
463
|
|
|
|
|
|
|
'red1c' => 0x1c0000, |
464
|
|
|
|
|
|
|
'red028' => 0x1c0000, |
465
|
|
|
|
|
|
|
'green1c' => 0x001c00, |
466
|
|
|
|
|
|
|
'green028' => 0x001c00, |
467
|
|
|
|
|
|
|
'blue1c' => 0x00001c, |
468
|
|
|
|
|
|
|
'blue028' => 0x00001c, |
469
|
|
|
|
|
|
|
'yellow1c' => 0x1c1c00, |
470
|
|
|
|
|
|
|
'yellow028' => 0x1c1c00, |
471
|
|
|
|
|
|
|
'cyan1c' => 0x001c1c, |
472
|
|
|
|
|
|
|
'cyan028' => 0x001c1c, |
473
|
|
|
|
|
|
|
'purple1c' => 0x1c001c, |
474
|
|
|
|
|
|
|
'purple028' => 0x1c001c, |
475
|
|
|
|
|
|
|
'gray1d' => 0x1d1d1d, |
476
|
|
|
|
|
|
|
'gray029' => 0x1d1d1d, |
477
|
|
|
|
|
|
|
'grey1d' => 0x1d1d1d, |
478
|
|
|
|
|
|
|
'grey029' => 0x1d1d1d, |
479
|
|
|
|
|
|
|
'red1d' => 0x1d0000, |
480
|
|
|
|
|
|
|
'red029' => 0x1d0000, |
481
|
|
|
|
|
|
|
'green1d' => 0x001d00, |
482
|
|
|
|
|
|
|
'green029' => 0x001d00, |
483
|
|
|
|
|
|
|
'blue1d' => 0x00001d, |
484
|
|
|
|
|
|
|
'blue029' => 0x00001d, |
485
|
|
|
|
|
|
|
'yellow1d' => 0x1d1d00, |
486
|
|
|
|
|
|
|
'yellow029' => 0x1d1d00, |
487
|
|
|
|
|
|
|
'cyan1d' => 0x001d1d, |
488
|
|
|
|
|
|
|
'cyan029' => 0x001d1d, |
489
|
|
|
|
|
|
|
'purple1d' => 0x1d001d, |
490
|
|
|
|
|
|
|
'purple029' => 0x1d001d, |
491
|
|
|
|
|
|
|
'gray1e' => 0x1e1e1e, |
492
|
|
|
|
|
|
|
'gray030' => 0x1e1e1e, |
493
|
|
|
|
|
|
|
'grey1e' => 0x1e1e1e, |
494
|
|
|
|
|
|
|
'grey030' => 0x1e1e1e, |
495
|
|
|
|
|
|
|
'red1e' => 0x1e0000, |
496
|
|
|
|
|
|
|
'red030' => 0x1e0000, |
497
|
|
|
|
|
|
|
'green1e' => 0x001e00, |
498
|
|
|
|
|
|
|
'green030' => 0x001e00, |
499
|
|
|
|
|
|
|
'blue1e' => 0x00001e, |
500
|
|
|
|
|
|
|
'blue030' => 0x00001e, |
501
|
|
|
|
|
|
|
'yellow1e' => 0x1e1e00, |
502
|
|
|
|
|
|
|
'yellow030' => 0x1e1e00, |
503
|
|
|
|
|
|
|
'cyan1e' => 0x001e1e, |
504
|
|
|
|
|
|
|
'cyan030' => 0x001e1e, |
505
|
|
|
|
|
|
|
'purple1e' => 0x1e001e, |
506
|
|
|
|
|
|
|
'purple030' => 0x1e001e, |
507
|
|
|
|
|
|
|
'gray1f' => 0x1f1f1f, |
508
|
|
|
|
|
|
|
'gray031' => 0x1f1f1f, |
509
|
|
|
|
|
|
|
'grey1f' => 0x1f1f1f, |
510
|
|
|
|
|
|
|
'grey031' => 0x1f1f1f, |
511
|
|
|
|
|
|
|
'red1f' => 0x1f0000, |
512
|
|
|
|
|
|
|
'red031' => 0x1f0000, |
513
|
|
|
|
|
|
|
'green1f' => 0x001f00, |
514
|
|
|
|
|
|
|
'green031' => 0x001f00, |
515
|
|
|
|
|
|
|
'blue1f' => 0x00001f, |
516
|
|
|
|
|
|
|
'blue031' => 0x00001f, |
517
|
|
|
|
|
|
|
'yellow1f' => 0x1f1f00, |
518
|
|
|
|
|
|
|
'yellow031' => 0x1f1f00, |
519
|
|
|
|
|
|
|
'cyan1f' => 0x001f1f, |
520
|
|
|
|
|
|
|
'cyan031' => 0x001f1f, |
521
|
|
|
|
|
|
|
'purple1f' => 0x1f001f, |
522
|
|
|
|
|
|
|
'purple031' => 0x1f001f, |
523
|
|
|
|
|
|
|
'gray20' => 0x202020, |
524
|
|
|
|
|
|
|
'gray032' => 0x202020, |
525
|
|
|
|
|
|
|
'grey20' => 0x202020, |
526
|
|
|
|
|
|
|
'grey032' => 0x202020, |
527
|
|
|
|
|
|
|
'red20' => 0x200000, |
528
|
|
|
|
|
|
|
'red032' => 0x200000, |
529
|
|
|
|
|
|
|
'green20' => 0x002000, |
530
|
|
|
|
|
|
|
'green032' => 0x002000, |
531
|
|
|
|
|
|
|
'blue20' => 0x000020, |
532
|
|
|
|
|
|
|
'blue032' => 0x000020, |
533
|
|
|
|
|
|
|
'yellow20' => 0x202000, |
534
|
|
|
|
|
|
|
'yellow032' => 0x202000, |
535
|
|
|
|
|
|
|
'cyan20' => 0x002020, |
536
|
|
|
|
|
|
|
'cyan032' => 0x002020, |
537
|
|
|
|
|
|
|
'purple20' => 0x200020, |
538
|
|
|
|
|
|
|
'purple032' => 0x200020, |
539
|
|
|
|
|
|
|
'gray21' => 0x212121, |
540
|
|
|
|
|
|
|
'gray033' => 0x212121, |
541
|
|
|
|
|
|
|
'grey21' => 0x212121, |
542
|
|
|
|
|
|
|
'grey033' => 0x212121, |
543
|
|
|
|
|
|
|
'red21' => 0x210000, |
544
|
|
|
|
|
|
|
'red033' => 0x210000, |
545
|
|
|
|
|
|
|
'green21' => 0x002100, |
546
|
|
|
|
|
|
|
'green033' => 0x002100, |
547
|
|
|
|
|
|
|
'blue21' => 0x000021, |
548
|
|
|
|
|
|
|
'blue033' => 0x000021, |
549
|
|
|
|
|
|
|
'yellow21' => 0x212100, |
550
|
|
|
|
|
|
|
'yellow033' => 0x212100, |
551
|
|
|
|
|
|
|
'cyan21' => 0x002121, |
552
|
|
|
|
|
|
|
'cyan033' => 0x002121, |
553
|
|
|
|
|
|
|
'purple21' => 0x210021, |
554
|
|
|
|
|
|
|
'purple033' => 0x210021, |
555
|
|
|
|
|
|
|
'gray22' => 0x222222, |
556
|
|
|
|
|
|
|
'gray034' => 0x222222, |
557
|
|
|
|
|
|
|
'grey22' => 0x222222, |
558
|
|
|
|
|
|
|
'grey034' => 0x222222, |
559
|
|
|
|
|
|
|
'red22' => 0x220000, |
560
|
|
|
|
|
|
|
'red034' => 0x220000, |
561
|
|
|
|
|
|
|
'green22' => 0x002200, |
562
|
|
|
|
|
|
|
'green034' => 0x002200, |
563
|
|
|
|
|
|
|
'blue22' => 0x000022, |
564
|
|
|
|
|
|
|
'blue034' => 0x000022, |
565
|
|
|
|
|
|
|
'yellow22' => 0x222200, |
566
|
|
|
|
|
|
|
'yellow034' => 0x222200, |
567
|
|
|
|
|
|
|
'cyan22' => 0x002222, |
568
|
|
|
|
|
|
|
'cyan034' => 0x002222, |
569
|
|
|
|
|
|
|
'purple22' => 0x220022, |
570
|
|
|
|
|
|
|
'purple034' => 0x220022, |
571
|
|
|
|
|
|
|
'gray23' => 0x232323, |
572
|
|
|
|
|
|
|
'gray035' => 0x232323, |
573
|
|
|
|
|
|
|
'grey23' => 0x232323, |
574
|
|
|
|
|
|
|
'grey035' => 0x232323, |
575
|
|
|
|
|
|
|
'red23' => 0x230000, |
576
|
|
|
|
|
|
|
'red035' => 0x230000, |
577
|
|
|
|
|
|
|
'green23' => 0x002300, |
578
|
|
|
|
|
|
|
'green035' => 0x002300, |
579
|
|
|
|
|
|
|
'blue23' => 0x000023, |
580
|
|
|
|
|
|
|
'blue035' => 0x000023, |
581
|
|
|
|
|
|
|
'yellow23' => 0x232300, |
582
|
|
|
|
|
|
|
'yellow035' => 0x232300, |
583
|
|
|
|
|
|
|
'cyan23' => 0x002323, |
584
|
|
|
|
|
|
|
'cyan035' => 0x002323, |
585
|
|
|
|
|
|
|
'purple23' => 0x230023, |
586
|
|
|
|
|
|
|
'purple035' => 0x230023, |
587
|
|
|
|
|
|
|
'gray24' => 0x242424, |
588
|
|
|
|
|
|
|
'gray036' => 0x242424, |
589
|
|
|
|
|
|
|
'grey24' => 0x242424, |
590
|
|
|
|
|
|
|
'grey036' => 0x242424, |
591
|
|
|
|
|
|
|
'red24' => 0x240000, |
592
|
|
|
|
|
|
|
'red036' => 0x240000, |
593
|
|
|
|
|
|
|
'green24' => 0x002400, |
594
|
|
|
|
|
|
|
'green036' => 0x002400, |
595
|
|
|
|
|
|
|
'blue24' => 0x000024, |
596
|
|
|
|
|
|
|
'blue036' => 0x000024, |
597
|
|
|
|
|
|
|
'yellow24' => 0x242400, |
598
|
|
|
|
|
|
|
'yellow036' => 0x242400, |
599
|
|
|
|
|
|
|
'cyan24' => 0x002424, |
600
|
|
|
|
|
|
|
'cyan036' => 0x002424, |
601
|
|
|
|
|
|
|
'purple24' => 0x240024, |
602
|
|
|
|
|
|
|
'purple036' => 0x240024, |
603
|
|
|
|
|
|
|
'gray25' => 0x252525, |
604
|
|
|
|
|
|
|
'gray037' => 0x252525, |
605
|
|
|
|
|
|
|
'grey25' => 0x252525, |
606
|
|
|
|
|
|
|
'grey037' => 0x252525, |
607
|
|
|
|
|
|
|
'red25' => 0x250000, |
608
|
|
|
|
|
|
|
'red037' => 0x250000, |
609
|
|
|
|
|
|
|
'green25' => 0x002500, |
610
|
|
|
|
|
|
|
'green037' => 0x002500, |
611
|
|
|
|
|
|
|
'blue25' => 0x000025, |
612
|
|
|
|
|
|
|
'blue037' => 0x000025, |
613
|
|
|
|
|
|
|
'yellow25' => 0x252500, |
614
|
|
|
|
|
|
|
'yellow037' => 0x252500, |
615
|
|
|
|
|
|
|
'cyan25' => 0x002525, |
616
|
|
|
|
|
|
|
'cyan037' => 0x002525, |
617
|
|
|
|
|
|
|
'purple25' => 0x250025, |
618
|
|
|
|
|
|
|
'purple037' => 0x250025, |
619
|
|
|
|
|
|
|
'gray26' => 0x262626, |
620
|
|
|
|
|
|
|
'gray038' => 0x262626, |
621
|
|
|
|
|
|
|
'grey26' => 0x262626, |
622
|
|
|
|
|
|
|
'grey038' => 0x262626, |
623
|
|
|
|
|
|
|
'red26' => 0x260000, |
624
|
|
|
|
|
|
|
'red038' => 0x260000, |
625
|
|
|
|
|
|
|
'green26' => 0x002600, |
626
|
|
|
|
|
|
|
'green038' => 0x002600, |
627
|
|
|
|
|
|
|
'blue26' => 0x000026, |
628
|
|
|
|
|
|
|
'blue038' => 0x000026, |
629
|
|
|
|
|
|
|
'yellow26' => 0x262600, |
630
|
|
|
|
|
|
|
'yellow038' => 0x262600, |
631
|
|
|
|
|
|
|
'cyan26' => 0x002626, |
632
|
|
|
|
|
|
|
'cyan038' => 0x002626, |
633
|
|
|
|
|
|
|
'purple26' => 0x260026, |
634
|
|
|
|
|
|
|
'purple038' => 0x260026, |
635
|
|
|
|
|
|
|
'gray27' => 0x272727, |
636
|
|
|
|
|
|
|
'gray039' => 0x272727, |
637
|
|
|
|
|
|
|
'grey27' => 0x272727, |
638
|
|
|
|
|
|
|
'grey039' => 0x272727, |
639
|
|
|
|
|
|
|
'red27' => 0x270000, |
640
|
|
|
|
|
|
|
'red039' => 0x270000, |
641
|
|
|
|
|
|
|
'green27' => 0x002700, |
642
|
|
|
|
|
|
|
'green039' => 0x002700, |
643
|
|
|
|
|
|
|
'blue27' => 0x000027, |
644
|
|
|
|
|
|
|
'blue039' => 0x000027, |
645
|
|
|
|
|
|
|
'yellow27' => 0x272700, |
646
|
|
|
|
|
|
|
'yellow039' => 0x272700, |
647
|
|
|
|
|
|
|
'cyan27' => 0x002727, |
648
|
|
|
|
|
|
|
'cyan039' => 0x002727, |
649
|
|
|
|
|
|
|
'purple27' => 0x270027, |
650
|
|
|
|
|
|
|
'purple039' => 0x270027, |
651
|
|
|
|
|
|
|
'gray28' => 0x282828, |
652
|
|
|
|
|
|
|
'gray040' => 0x282828, |
653
|
|
|
|
|
|
|
'grey28' => 0x282828, |
654
|
|
|
|
|
|
|
'grey040' => 0x282828, |
655
|
|
|
|
|
|
|
'red28' => 0x280000, |
656
|
|
|
|
|
|
|
'red040' => 0x280000, |
657
|
|
|
|
|
|
|
'green28' => 0x002800, |
658
|
|
|
|
|
|
|
'green040' => 0x002800, |
659
|
|
|
|
|
|
|
'blue28' => 0x000028, |
660
|
|
|
|
|
|
|
'blue040' => 0x000028, |
661
|
|
|
|
|
|
|
'yellow28' => 0x282800, |
662
|
|
|
|
|
|
|
'yellow040' => 0x282800, |
663
|
|
|
|
|
|
|
'cyan28' => 0x002828, |
664
|
|
|
|
|
|
|
'cyan040' => 0x002828, |
665
|
|
|
|
|
|
|
'purple28' => 0x280028, |
666
|
|
|
|
|
|
|
'purple040' => 0x280028, |
667
|
|
|
|
|
|
|
'gray29' => 0x292929, |
668
|
|
|
|
|
|
|
'gray041' => 0x292929, |
669
|
|
|
|
|
|
|
'grey29' => 0x292929, |
670
|
|
|
|
|
|
|
'grey041' => 0x292929, |
671
|
|
|
|
|
|
|
'red29' => 0x290000, |
672
|
|
|
|
|
|
|
'red041' => 0x290000, |
673
|
|
|
|
|
|
|
'green29' => 0x002900, |
674
|
|
|
|
|
|
|
'green041' => 0x002900, |
675
|
|
|
|
|
|
|
'blue29' => 0x000029, |
676
|
|
|
|
|
|
|
'blue041' => 0x000029, |
677
|
|
|
|
|
|
|
'yellow29' => 0x292900, |
678
|
|
|
|
|
|
|
'yellow041' => 0x292900, |
679
|
|
|
|
|
|
|
'cyan29' => 0x002929, |
680
|
|
|
|
|
|
|
'cyan041' => 0x002929, |
681
|
|
|
|
|
|
|
'purple29' => 0x290029, |
682
|
|
|
|
|
|
|
'purple041' => 0x290029, |
683
|
|
|
|
|
|
|
'gray2a' => 0x2a2a2a, |
684
|
|
|
|
|
|
|
'gray042' => 0x2a2a2a, |
685
|
|
|
|
|
|
|
'grey2a' => 0x2a2a2a, |
686
|
|
|
|
|
|
|
'grey042' => 0x2a2a2a, |
687
|
|
|
|
|
|
|
'red2a' => 0x2a0000, |
688
|
|
|
|
|
|
|
'red042' => 0x2a0000, |
689
|
|
|
|
|
|
|
'green2a' => 0x002a00, |
690
|
|
|
|
|
|
|
'green042' => 0x002a00, |
691
|
|
|
|
|
|
|
'blue2a' => 0x00002a, |
692
|
|
|
|
|
|
|
'blue042' => 0x00002a, |
693
|
|
|
|
|
|
|
'yellow2a' => 0x2a2a00, |
694
|
|
|
|
|
|
|
'yellow042' => 0x2a2a00, |
695
|
|
|
|
|
|
|
'cyan2a' => 0x002a2a, |
696
|
|
|
|
|
|
|
'cyan042' => 0x002a2a, |
697
|
|
|
|
|
|
|
'purple2a' => 0x2a002a, |
698
|
|
|
|
|
|
|
'purple042' => 0x2a002a, |
699
|
|
|
|
|
|
|
'gray2b' => 0x2b2b2b, |
700
|
|
|
|
|
|
|
'gray043' => 0x2b2b2b, |
701
|
|
|
|
|
|
|
'grey2b' => 0x2b2b2b, |
702
|
|
|
|
|
|
|
'grey043' => 0x2b2b2b, |
703
|
|
|
|
|
|
|
'red2b' => 0x2b0000, |
704
|
|
|
|
|
|
|
'red043' => 0x2b0000, |
705
|
|
|
|
|
|
|
'green2b' => 0x002b00, |
706
|
|
|
|
|
|
|
'green043' => 0x002b00, |
707
|
|
|
|
|
|
|
'blue2b' => 0x00002b, |
708
|
|
|
|
|
|
|
'blue043' => 0x00002b, |
709
|
|
|
|
|
|
|
'yellow2b' => 0x2b2b00, |
710
|
|
|
|
|
|
|
'yellow043' => 0x2b2b00, |
711
|
|
|
|
|
|
|
'cyan2b' => 0x002b2b, |
712
|
|
|
|
|
|
|
'cyan043' => 0x002b2b, |
713
|
|
|
|
|
|
|
'purple2b' => 0x2b002b, |
714
|
|
|
|
|
|
|
'purple043' => 0x2b002b, |
715
|
|
|
|
|
|
|
'gray2c' => 0x2c2c2c, |
716
|
|
|
|
|
|
|
'gray044' => 0x2c2c2c, |
717
|
|
|
|
|
|
|
'grey2c' => 0x2c2c2c, |
718
|
|
|
|
|
|
|
'grey044' => 0x2c2c2c, |
719
|
|
|
|
|
|
|
'red2c' => 0x2c0000, |
720
|
|
|
|
|
|
|
'red044' => 0x2c0000, |
721
|
|
|
|
|
|
|
'green2c' => 0x002c00, |
722
|
|
|
|
|
|
|
'green044' => 0x002c00, |
723
|
|
|
|
|
|
|
'blue2c' => 0x00002c, |
724
|
|
|
|
|
|
|
'blue044' => 0x00002c, |
725
|
|
|
|
|
|
|
'yellow2c' => 0x2c2c00, |
726
|
|
|
|
|
|
|
'yellow044' => 0x2c2c00, |
727
|
|
|
|
|
|
|
'cyan2c' => 0x002c2c, |
728
|
|
|
|
|
|
|
'cyan044' => 0x002c2c, |
729
|
|
|
|
|
|
|
'purple2c' => 0x2c002c, |
730
|
|
|
|
|
|
|
'purple044' => 0x2c002c, |
731
|
|
|
|
|
|
|
'gray2d' => 0x2d2d2d, |
732
|
|
|
|
|
|
|
'gray045' => 0x2d2d2d, |
733
|
|
|
|
|
|
|
'grey2d' => 0x2d2d2d, |
734
|
|
|
|
|
|
|
'grey045' => 0x2d2d2d, |
735
|
|
|
|
|
|
|
'red2d' => 0x2d0000, |
736
|
|
|
|
|
|
|
'red045' => 0x2d0000, |
737
|
|
|
|
|
|
|
'green2d' => 0x002d00, |
738
|
|
|
|
|
|
|
'green045' => 0x002d00, |
739
|
|
|
|
|
|
|
'blue2d' => 0x00002d, |
740
|
|
|
|
|
|
|
'blue045' => 0x00002d, |
741
|
|
|
|
|
|
|
'yellow2d' => 0x2d2d00, |
742
|
|
|
|
|
|
|
'yellow045' => 0x2d2d00, |
743
|
|
|
|
|
|
|
'cyan2d' => 0x002d2d, |
744
|
|
|
|
|
|
|
'cyan045' => 0x002d2d, |
745
|
|
|
|
|
|
|
'purple2d' => 0x2d002d, |
746
|
|
|
|
|
|
|
'purple045' => 0x2d002d, |
747
|
|
|
|
|
|
|
'gray2e' => 0x2e2e2e, |
748
|
|
|
|
|
|
|
'gray046' => 0x2e2e2e, |
749
|
|
|
|
|
|
|
'grey2e' => 0x2e2e2e, |
750
|
|
|
|
|
|
|
'grey046' => 0x2e2e2e, |
751
|
|
|
|
|
|
|
'red2e' => 0x2e0000, |
752
|
|
|
|
|
|
|
'red046' => 0x2e0000, |
753
|
|
|
|
|
|
|
'green2e' => 0x002e00, |
754
|
|
|
|
|
|
|
'green046' => 0x002e00, |
755
|
|
|
|
|
|
|
'blue2e' => 0x00002e, |
756
|
|
|
|
|
|
|
'blue046' => 0x00002e, |
757
|
|
|
|
|
|
|
'yellow2e' => 0x2e2e00, |
758
|
|
|
|
|
|
|
'yellow046' => 0x2e2e00, |
759
|
|
|
|
|
|
|
'cyan2e' => 0x002e2e, |
760
|
|
|
|
|
|
|
'cyan046' => 0x002e2e, |
761
|
|
|
|
|
|
|
'purple2e' => 0x2e002e, |
762
|
|
|
|
|
|
|
'purple046' => 0x2e002e, |
763
|
|
|
|
|
|
|
'gray2f' => 0x2f2f2f, |
764
|
|
|
|
|
|
|
'gray047' => 0x2f2f2f, |
765
|
|
|
|
|
|
|
'grey2f' => 0x2f2f2f, |
766
|
|
|
|
|
|
|
'grey047' => 0x2f2f2f, |
767
|
|
|
|
|
|
|
'red2f' => 0x2f0000, |
768
|
|
|
|
|
|
|
'red047' => 0x2f0000, |
769
|
|
|
|
|
|
|
'green2f' => 0x002f00, |
770
|
|
|
|
|
|
|
'green047' => 0x002f00, |
771
|
|
|
|
|
|
|
'blue2f' => 0x00002f, |
772
|
|
|
|
|
|
|
'blue047' => 0x00002f, |
773
|
|
|
|
|
|
|
'yellow2f' => 0x2f2f00, |
774
|
|
|
|
|
|
|
'yellow047' => 0x2f2f00, |
775
|
|
|
|
|
|
|
'cyan2f' => 0x002f2f, |
776
|
|
|
|
|
|
|
'cyan047' => 0x002f2f, |
777
|
|
|
|
|
|
|
'purple2f' => 0x2f002f, |
778
|
|
|
|
|
|
|
'purple047' => 0x2f002f, |
779
|
|
|
|
|
|
|
'gray30' => 0x303030, |
780
|
|
|
|
|
|
|
'gray048' => 0x303030, |
781
|
|
|
|
|
|
|
'grey30' => 0x303030, |
782
|
|
|
|
|
|
|
'grey048' => 0x303030, |
783
|
|
|
|
|
|
|
'red30' => 0x300000, |
784
|
|
|
|
|
|
|
'red048' => 0x300000, |
785
|
|
|
|
|
|
|
'green30' => 0x003000, |
786
|
|
|
|
|
|
|
'green048' => 0x003000, |
787
|
|
|
|
|
|
|
'blue30' => 0x000030, |
788
|
|
|
|
|
|
|
'blue048' => 0x000030, |
789
|
|
|
|
|
|
|
'yellow30' => 0x303000, |
790
|
|
|
|
|
|
|
'yellow048' => 0x303000, |
791
|
|
|
|
|
|
|
'cyan30' => 0x003030, |
792
|
|
|
|
|
|
|
'cyan048' => 0x003030, |
793
|
|
|
|
|
|
|
'purple30' => 0x300030, |
794
|
|
|
|
|
|
|
'purple048' => 0x300030, |
795
|
|
|
|
|
|
|
'gray31' => 0x313131, |
796
|
|
|
|
|
|
|
'gray049' => 0x313131, |
797
|
|
|
|
|
|
|
'grey31' => 0x313131, |
798
|
|
|
|
|
|
|
'grey049' => 0x313131, |
799
|
|
|
|
|
|
|
'red31' => 0x310000, |
800
|
|
|
|
|
|
|
'red049' => 0x310000, |
801
|
|
|
|
|
|
|
'green31' => 0x003100, |
802
|
|
|
|
|
|
|
'green049' => 0x003100, |
803
|
|
|
|
|
|
|
'blue31' => 0x000031, |
804
|
|
|
|
|
|
|
'blue049' => 0x000031, |
805
|
|
|
|
|
|
|
'yellow31' => 0x313100, |
806
|
|
|
|
|
|
|
'yellow049' => 0x313100, |
807
|
|
|
|
|
|
|
'cyan31' => 0x003131, |
808
|
|
|
|
|
|
|
'cyan049' => 0x003131, |
809
|
|
|
|
|
|
|
'purple31' => 0x310031, |
810
|
|
|
|
|
|
|
'purple049' => 0x310031, |
811
|
|
|
|
|
|
|
'gray32' => 0x323232, |
812
|
|
|
|
|
|
|
'gray050' => 0x323232, |
813
|
|
|
|
|
|
|
'grey32' => 0x323232, |
814
|
|
|
|
|
|
|
'grey050' => 0x323232, |
815
|
|
|
|
|
|
|
'red32' => 0x320000, |
816
|
|
|
|
|
|
|
'red050' => 0x320000, |
817
|
|
|
|
|
|
|
'green32' => 0x003200, |
818
|
|
|
|
|
|
|
'green050' => 0x003200, |
819
|
|
|
|
|
|
|
'blue32' => 0x000032, |
820
|
|
|
|
|
|
|
'blue050' => 0x000032, |
821
|
|
|
|
|
|
|
'yellow32' => 0x323200, |
822
|
|
|
|
|
|
|
'yellow050' => 0x323200, |
823
|
|
|
|
|
|
|
'cyan32' => 0x003232, |
824
|
|
|
|
|
|
|
'cyan050' => 0x003232, |
825
|
|
|
|
|
|
|
'purple32' => 0x320032, |
826
|
|
|
|
|
|
|
'purple050' => 0x320032, |
827
|
|
|
|
|
|
|
'gray33' => 0x333333, |
828
|
|
|
|
|
|
|
'gray051' => 0x333333, |
829
|
|
|
|
|
|
|
'grey33' => 0x333333, |
830
|
|
|
|
|
|
|
'grey051' => 0x333333, |
831
|
|
|
|
|
|
|
'red33' => 0x330000, |
832
|
|
|
|
|
|
|
'red051' => 0x330000, |
833
|
|
|
|
|
|
|
'green33' => 0x003300, |
834
|
|
|
|
|
|
|
'green051' => 0x003300, |
835
|
|
|
|
|
|
|
'blue33' => 0x000033, |
836
|
|
|
|
|
|
|
'blue051' => 0x000033, |
837
|
|
|
|
|
|
|
'yellow33' => 0x333300, |
838
|
|
|
|
|
|
|
'yellow051' => 0x333300, |
839
|
|
|
|
|
|
|
'cyan33' => 0x003333, |
840
|
|
|
|
|
|
|
'cyan051' => 0x003333, |
841
|
|
|
|
|
|
|
'purple33' => 0x330033, |
842
|
|
|
|
|
|
|
'purple051' => 0x330033, |
843
|
|
|
|
|
|
|
'gray34' => 0x343434, |
844
|
|
|
|
|
|
|
'gray052' => 0x343434, |
845
|
|
|
|
|
|
|
'grey34' => 0x343434, |
846
|
|
|
|
|
|
|
'grey052' => 0x343434, |
847
|
|
|
|
|
|
|
'red34' => 0x340000, |
848
|
|
|
|
|
|
|
'red052' => 0x340000, |
849
|
|
|
|
|
|
|
'green34' => 0x003400, |
850
|
|
|
|
|
|
|
'green052' => 0x003400, |
851
|
|
|
|
|
|
|
'blue34' => 0x000034, |
852
|
|
|
|
|
|
|
'blue052' => 0x000034, |
853
|
|
|
|
|
|
|
'yellow34' => 0x343400, |
854
|
|
|
|
|
|
|
'yellow052' => 0x343400, |
855
|
|
|
|
|
|
|
'cyan34' => 0x003434, |
856
|
|
|
|
|
|
|
'cyan052' => 0x003434, |
857
|
|
|
|
|
|
|
'purple34' => 0x340034, |
858
|
|
|
|
|
|
|
'purple052' => 0x340034, |
859
|
|
|
|
|
|
|
'gray35' => 0x353535, |
860
|
|
|
|
|
|
|
'gray053' => 0x353535, |
861
|
|
|
|
|
|
|
'grey35' => 0x353535, |
862
|
|
|
|
|
|
|
'grey053' => 0x353535, |
863
|
|
|
|
|
|
|
'red35' => 0x350000, |
864
|
|
|
|
|
|
|
'red053' => 0x350000, |
865
|
|
|
|
|
|
|
'green35' => 0x003500, |
866
|
|
|
|
|
|
|
'green053' => 0x003500, |
867
|
|
|
|
|
|
|
'blue35' => 0x000035, |
868
|
|
|
|
|
|
|
'blue053' => 0x000035, |
869
|
|
|
|
|
|
|
'yellow35' => 0x353500, |
870
|
|
|
|
|
|
|
'yellow053' => 0x353500, |
871
|
|
|
|
|
|
|
'cyan35' => 0x003535, |
872
|
|
|
|
|
|
|
'cyan053' => 0x003535, |
873
|
|
|
|
|
|
|
'purple35' => 0x350035, |
874
|
|
|
|
|
|
|
'purple053' => 0x350035, |
875
|
|
|
|
|
|
|
'gray36' => 0x363636, |
876
|
|
|
|
|
|
|
'gray054' => 0x363636, |
877
|
|
|
|
|
|
|
'grey36' => 0x363636, |
878
|
|
|
|
|
|
|
'grey054' => 0x363636, |
879
|
|
|
|
|
|
|
'red36' => 0x360000, |
880
|
|
|
|
|
|
|
'red054' => 0x360000, |
881
|
|
|
|
|
|
|
'green36' => 0x003600, |
882
|
|
|
|
|
|
|
'green054' => 0x003600, |
883
|
|
|
|
|
|
|
'blue36' => 0x000036, |
884
|
|
|
|
|
|
|
'blue054' => 0x000036, |
885
|
|
|
|
|
|
|
'yellow36' => 0x363600, |
886
|
|
|
|
|
|
|
'yellow054' => 0x363600, |
887
|
|
|
|
|
|
|
'cyan36' => 0x003636, |
888
|
|
|
|
|
|
|
'cyan054' => 0x003636, |
889
|
|
|
|
|
|
|
'purple36' => 0x360036, |
890
|
|
|
|
|
|
|
'purple054' => 0x360036, |
891
|
|
|
|
|
|
|
'gray37' => 0x373737, |
892
|
|
|
|
|
|
|
'gray055' => 0x373737, |
893
|
|
|
|
|
|
|
'grey37' => 0x373737, |
894
|
|
|
|
|
|
|
'grey055' => 0x373737, |
895
|
|
|
|
|
|
|
'red37' => 0x370000, |
896
|
|
|
|
|
|
|
'red055' => 0x370000, |
897
|
|
|
|
|
|
|
'green37' => 0x003700, |
898
|
|
|
|
|
|
|
'green055' => 0x003700, |
899
|
|
|
|
|
|
|
'blue37' => 0x000037, |
900
|
|
|
|
|
|
|
'blue055' => 0x000037, |
901
|
|
|
|
|
|
|
'yellow37' => 0x373700, |
902
|
|
|
|
|
|
|
'yellow055' => 0x373700, |
903
|
|
|
|
|
|
|
'cyan37' => 0x003737, |
904
|
|
|
|
|
|
|
'cyan055' => 0x003737, |
905
|
|
|
|
|
|
|
'purple37' => 0x370037, |
906
|
|
|
|
|
|
|
'purple055' => 0x370037, |
907
|
|
|
|
|
|
|
'gray38' => 0x383838, |
908
|
|
|
|
|
|
|
'gray056' => 0x383838, |
909
|
|
|
|
|
|
|
'grey38' => 0x383838, |
910
|
|
|
|
|
|
|
'grey056' => 0x383838, |
911
|
|
|
|
|
|
|
'red38' => 0x380000, |
912
|
|
|
|
|
|
|
'red056' => 0x380000, |
913
|
|
|
|
|
|
|
'green38' => 0x003800, |
914
|
|
|
|
|
|
|
'green056' => 0x003800, |
915
|
|
|
|
|
|
|
'blue38' => 0x000038, |
916
|
|
|
|
|
|
|
'blue056' => 0x000038, |
917
|
|
|
|
|
|
|
'yellow38' => 0x383800, |
918
|
|
|
|
|
|
|
'yellow056' => 0x383800, |
919
|
|
|
|
|
|
|
'cyan38' => 0x003838, |
920
|
|
|
|
|
|
|
'cyan056' => 0x003838, |
921
|
|
|
|
|
|
|
'purple38' => 0x380038, |
922
|
|
|
|
|
|
|
'purple056' => 0x380038, |
923
|
|
|
|
|
|
|
'gray39' => 0x393939, |
924
|
|
|
|
|
|
|
'gray057' => 0x393939, |
925
|
|
|
|
|
|
|
'grey39' => 0x393939, |
926
|
|
|
|
|
|
|
'grey057' => 0x393939, |
927
|
|
|
|
|
|
|
'red39' => 0x390000, |
928
|
|
|
|
|
|
|
'red057' => 0x390000, |
929
|
|
|
|
|
|
|
'green39' => 0x003900, |
930
|
|
|
|
|
|
|
'green057' => 0x003900, |
931
|
|
|
|
|
|
|
'blue39' => 0x000039, |
932
|
|
|
|
|
|
|
'blue057' => 0x000039, |
933
|
|
|
|
|
|
|
'yellow39' => 0x393900, |
934
|
|
|
|
|
|
|
'yellow057' => 0x393900, |
935
|
|
|
|
|
|
|
'cyan39' => 0x003939, |
936
|
|
|
|
|
|
|
'cyan057' => 0x003939, |
937
|
|
|
|
|
|
|
'purple39' => 0x390039, |
938
|
|
|
|
|
|
|
'purple057' => 0x390039, |
939
|
|
|
|
|
|
|
'gray3a' => 0x3a3a3a, |
940
|
|
|
|
|
|
|
'gray058' => 0x3a3a3a, |
941
|
|
|
|
|
|
|
'grey3a' => 0x3a3a3a, |
942
|
|
|
|
|
|
|
'grey058' => 0x3a3a3a, |
943
|
|
|
|
|
|
|
'red3a' => 0x3a0000, |
944
|
|
|
|
|
|
|
'red058' => 0x3a0000, |
945
|
|
|
|
|
|
|
'green3a' => 0x003a00, |
946
|
|
|
|
|
|
|
'green058' => 0x003a00, |
947
|
|
|
|
|
|
|
'blue3a' => 0x00003a, |
948
|
|
|
|
|
|
|
'blue058' => 0x00003a, |
949
|
|
|
|
|
|
|
'yellow3a' => 0x3a3a00, |
950
|
|
|
|
|
|
|
'yellow058' => 0x3a3a00, |
951
|
|
|
|
|
|
|
'cyan3a' => 0x003a3a, |
952
|
|
|
|
|
|
|
'cyan058' => 0x003a3a, |
953
|
|
|
|
|
|
|
'purple3a' => 0x3a003a, |
954
|
|
|
|
|
|
|
'purple058' => 0x3a003a, |
955
|
|
|
|
|
|
|
'gray3b' => 0x3b3b3b, |
956
|
|
|
|
|
|
|
'gray059' => 0x3b3b3b, |
957
|
|
|
|
|
|
|
'grey3b' => 0x3b3b3b, |
958
|
|
|
|
|
|
|
'grey059' => 0x3b3b3b, |
959
|
|
|
|
|
|
|
'red3b' => 0x3b0000, |
960
|
|
|
|
|
|
|
'red059' => 0x3b0000, |
961
|
|
|
|
|
|
|
'green3b' => 0x003b00, |
962
|
|
|
|
|
|
|
'green059' => 0x003b00, |
963
|
|
|
|
|
|
|
'blue3b' => 0x00003b, |
964
|
|
|
|
|
|
|
'blue059' => 0x00003b, |
965
|
|
|
|
|
|
|
'yellow3b' => 0x3b3b00, |
966
|
|
|
|
|
|
|
'yellow059' => 0x3b3b00, |
967
|
|
|
|
|
|
|
'cyan3b' => 0x003b3b, |
968
|
|
|
|
|
|
|
'cyan059' => 0x003b3b, |
969
|
|
|
|
|
|
|
'purple3b' => 0x3b003b, |
970
|
|
|
|
|
|
|
'purple059' => 0x3b003b, |
971
|
|
|
|
|
|
|
'gray3c' => 0x3c3c3c, |
972
|
|
|
|
|
|
|
'gray060' => 0x3c3c3c, |
973
|
|
|
|
|
|
|
'grey3c' => 0x3c3c3c, |
974
|
|
|
|
|
|
|
'grey060' => 0x3c3c3c, |
975
|
|
|
|
|
|
|
'red3c' => 0x3c0000, |
976
|
|
|
|
|
|
|
'red060' => 0x3c0000, |
977
|
|
|
|
|
|
|
'green3c' => 0x003c00, |
978
|
|
|
|
|
|
|
'green060' => 0x003c00, |
979
|
|
|
|
|
|
|
'blue3c' => 0x00003c, |
980
|
|
|
|
|
|
|
'blue060' => 0x00003c, |
981
|
|
|
|
|
|
|
'yellow3c' => 0x3c3c00, |
982
|
|
|
|
|
|
|
'yellow060' => 0x3c3c00, |
983
|
|
|
|
|
|
|
'cyan3c' => 0x003c3c, |
984
|
|
|
|
|
|
|
'cyan060' => 0x003c3c, |
985
|
|
|
|
|
|
|
'purple3c' => 0x3c003c, |
986
|
|
|
|
|
|
|
'purple060' => 0x3c003c, |
987
|
|
|
|
|
|
|
'gray3d' => 0x3d3d3d, |
988
|
|
|
|
|
|
|
'gray061' => 0x3d3d3d, |
989
|
|
|
|
|
|
|
'grey3d' => 0x3d3d3d, |
990
|
|
|
|
|
|
|
'grey061' => 0x3d3d3d, |
991
|
|
|
|
|
|
|
'red3d' => 0x3d0000, |
992
|
|
|
|
|
|
|
'red061' => 0x3d0000, |
993
|
|
|
|
|
|
|
'green3d' => 0x003d00, |
994
|
|
|
|
|
|
|
'green061' => 0x003d00, |
995
|
|
|
|
|
|
|
'blue3d' => 0x00003d, |
996
|
|
|
|
|
|
|
'blue061' => 0x00003d, |
997
|
|
|
|
|
|
|
'yellow3d' => 0x3d3d00, |
998
|
|
|
|
|
|
|
'yellow061' => 0x3d3d00, |
999
|
|
|
|
|
|
|
'cyan3d' => 0x003d3d, |
1000
|
|
|
|
|
|
|
'cyan061' => 0x003d3d, |
1001
|
|
|
|
|
|
|
'purple3d' => 0x3d003d, |
1002
|
|
|
|
|
|
|
'purple061' => 0x3d003d, |
1003
|
|
|
|
|
|
|
'gray3e' => 0x3e3e3e, |
1004
|
|
|
|
|
|
|
'gray062' => 0x3e3e3e, |
1005
|
|
|
|
|
|
|
'grey3e' => 0x3e3e3e, |
1006
|
|
|
|
|
|
|
'grey062' => 0x3e3e3e, |
1007
|
|
|
|
|
|
|
'red3e' => 0x3e0000, |
1008
|
|
|
|
|
|
|
'red062' => 0x3e0000, |
1009
|
|
|
|
|
|
|
'green3e' => 0x003e00, |
1010
|
|
|
|
|
|
|
'green062' => 0x003e00, |
1011
|
|
|
|
|
|
|
'blue3e' => 0x00003e, |
1012
|
|
|
|
|
|
|
'blue062' => 0x00003e, |
1013
|
|
|
|
|
|
|
'yellow3e' => 0x3e3e00, |
1014
|
|
|
|
|
|
|
'yellow062' => 0x3e3e00, |
1015
|
|
|
|
|
|
|
'cyan3e' => 0x003e3e, |
1016
|
|
|
|
|
|
|
'cyan062' => 0x003e3e, |
1017
|
|
|
|
|
|
|
'purple3e' => 0x3e003e, |
1018
|
|
|
|
|
|
|
'purple062' => 0x3e003e, |
1019
|
|
|
|
|
|
|
'gray3f' => 0x3f3f3f, |
1020
|
|
|
|
|
|
|
'gray063' => 0x3f3f3f, |
1021
|
|
|
|
|
|
|
'grey3f' => 0x3f3f3f, |
1022
|
|
|
|
|
|
|
'grey063' => 0x3f3f3f, |
1023
|
|
|
|
|
|
|
'red3f' => 0x3f0000, |
1024
|
|
|
|
|
|
|
'red063' => 0x3f0000, |
1025
|
|
|
|
|
|
|
'green3f' => 0x003f00, |
1026
|
|
|
|
|
|
|
'green063' => 0x003f00, |
1027
|
|
|
|
|
|
|
'blue3f' => 0x00003f, |
1028
|
|
|
|
|
|
|
'blue063' => 0x00003f, |
1029
|
|
|
|
|
|
|
'yellow3f' => 0x3f3f00, |
1030
|
|
|
|
|
|
|
'yellow063' => 0x3f3f00, |
1031
|
|
|
|
|
|
|
'cyan3f' => 0x003f3f, |
1032
|
|
|
|
|
|
|
'cyan063' => 0x003f3f, |
1033
|
|
|
|
|
|
|
'purple3f' => 0x3f003f, |
1034
|
|
|
|
|
|
|
'purple063' => 0x3f003f, |
1035
|
|
|
|
|
|
|
'gray40' => 0x404040, |
1036
|
|
|
|
|
|
|
'gray064' => 0x404040, |
1037
|
|
|
|
|
|
|
'grey40' => 0x404040, |
1038
|
|
|
|
|
|
|
'grey064' => 0x404040, |
1039
|
|
|
|
|
|
|
'red40' => 0x400000, |
1040
|
|
|
|
|
|
|
'red064' => 0x400000, |
1041
|
|
|
|
|
|
|
'green40' => 0x004000, |
1042
|
|
|
|
|
|
|
'green064' => 0x004000, |
1043
|
|
|
|
|
|
|
'blue40' => 0x000040, |
1044
|
|
|
|
|
|
|
'blue064' => 0x000040, |
1045
|
|
|
|
|
|
|
'yellow40' => 0x404000, |
1046
|
|
|
|
|
|
|
'yellow064' => 0x404000, |
1047
|
|
|
|
|
|
|
'cyan40' => 0x004040, |
1048
|
|
|
|
|
|
|
'cyan064' => 0x004040, |
1049
|
|
|
|
|
|
|
'purple40' => 0x400040, |
1050
|
|
|
|
|
|
|
'purple064' => 0x400040, |
1051
|
|
|
|
|
|
|
'gray41' => 0x414141, |
1052
|
|
|
|
|
|
|
'gray065' => 0x414141, |
1053
|
|
|
|
|
|
|
'grey41' => 0x414141, |
1054
|
|
|
|
|
|
|
'grey065' => 0x414141, |
1055
|
|
|
|
|
|
|
'red41' => 0x410000, |
1056
|
|
|
|
|
|
|
'red065' => 0x410000, |
1057
|
|
|
|
|
|
|
'green41' => 0x004100, |
1058
|
|
|
|
|
|
|
'green065' => 0x004100, |
1059
|
|
|
|
|
|
|
'blue41' => 0x000041, |
1060
|
|
|
|
|
|
|
'blue065' => 0x000041, |
1061
|
|
|
|
|
|
|
'yellow41' => 0x414100, |
1062
|
|
|
|
|
|
|
'yellow065' => 0x414100, |
1063
|
|
|
|
|
|
|
'cyan41' => 0x004141, |
1064
|
|
|
|
|
|
|
'cyan065' => 0x004141, |
1065
|
|
|
|
|
|
|
'purple41' => 0x410041, |
1066
|
|
|
|
|
|
|
'purple065' => 0x410041, |
1067
|
|
|
|
|
|
|
'gray42' => 0x424242, |
1068
|
|
|
|
|
|
|
'gray066' => 0x424242, |
1069
|
|
|
|
|
|
|
'grey42' => 0x424242, |
1070
|
|
|
|
|
|
|
'grey066' => 0x424242, |
1071
|
|
|
|
|
|
|
'red42' => 0x420000, |
1072
|
|
|
|
|
|
|
'red066' => 0x420000, |
1073
|
|
|
|
|
|
|
'green42' => 0x004200, |
1074
|
|
|
|
|
|
|
'green066' => 0x004200, |
1075
|
|
|
|
|
|
|
'blue42' => 0x000042, |
1076
|
|
|
|
|
|
|
'blue066' => 0x000042, |
1077
|
|
|
|
|
|
|
'yellow42' => 0x424200, |
1078
|
|
|
|
|
|
|
'yellow066' => 0x424200, |
1079
|
|
|
|
|
|
|
'cyan42' => 0x004242, |
1080
|
|
|
|
|
|
|
'cyan066' => 0x004242, |
1081
|
|
|
|
|
|
|
'purple42' => 0x420042, |
1082
|
|
|
|
|
|
|
'purple066' => 0x420042, |
1083
|
|
|
|
|
|
|
'gray43' => 0x434343, |
1084
|
|
|
|
|
|
|
'gray067' => 0x434343, |
1085
|
|
|
|
|
|
|
'grey43' => 0x434343, |
1086
|
|
|
|
|
|
|
'grey067' => 0x434343, |
1087
|
|
|
|
|
|
|
'red43' => 0x430000, |
1088
|
|
|
|
|
|
|
'red067' => 0x430000, |
1089
|
|
|
|
|
|
|
'green43' => 0x004300, |
1090
|
|
|
|
|
|
|
'green067' => 0x004300, |
1091
|
|
|
|
|
|
|
'blue43' => 0x000043, |
1092
|
|
|
|
|
|
|
'blue067' => 0x000043, |
1093
|
|
|
|
|
|
|
'yellow43' => 0x434300, |
1094
|
|
|
|
|
|
|
'yellow067' => 0x434300, |
1095
|
|
|
|
|
|
|
'cyan43' => 0x004343, |
1096
|
|
|
|
|
|
|
'cyan067' => 0x004343, |
1097
|
|
|
|
|
|
|
'purple43' => 0x430043, |
1098
|
|
|
|
|
|
|
'purple067' => 0x430043, |
1099
|
|
|
|
|
|
|
'gray44' => 0x444444, |
1100
|
|
|
|
|
|
|
'gray068' => 0x444444, |
1101
|
|
|
|
|
|
|
'grey44' => 0x444444, |
1102
|
|
|
|
|
|
|
'grey068' => 0x444444, |
1103
|
|
|
|
|
|
|
'red44' => 0x440000, |
1104
|
|
|
|
|
|
|
'red068' => 0x440000, |
1105
|
|
|
|
|
|
|
'green44' => 0x004400, |
1106
|
|
|
|
|
|
|
'green068' => 0x004400, |
1107
|
|
|
|
|
|
|
'blue44' => 0x000044, |
1108
|
|
|
|
|
|
|
'blue068' => 0x000044, |
1109
|
|
|
|
|
|
|
'yellow44' => 0x444400, |
1110
|
|
|
|
|
|
|
'yellow068' => 0x444400, |
1111
|
|
|
|
|
|
|
'cyan44' => 0x004444, |
1112
|
|
|
|
|
|
|
'cyan068' => 0x004444, |
1113
|
|
|
|
|
|
|
'purple44' => 0x440044, |
1114
|
|
|
|
|
|
|
'purple068' => 0x440044, |
1115
|
|
|
|
|
|
|
'gray45' => 0x454545, |
1116
|
|
|
|
|
|
|
'gray069' => 0x454545, |
1117
|
|
|
|
|
|
|
'grey45' => 0x454545, |
1118
|
|
|
|
|
|
|
'grey069' => 0x454545, |
1119
|
|
|
|
|
|
|
'red45' => 0x450000, |
1120
|
|
|
|
|
|
|
'red069' => 0x450000, |
1121
|
|
|
|
|
|
|
'green45' => 0x004500, |
1122
|
|
|
|
|
|
|
'green069' => 0x004500, |
1123
|
|
|
|
|
|
|
'blue45' => 0x000045, |
1124
|
|
|
|
|
|
|
'blue069' => 0x000045, |
1125
|
|
|
|
|
|
|
'yellow45' => 0x454500, |
1126
|
|
|
|
|
|
|
'yellow069' => 0x454500, |
1127
|
|
|
|
|
|
|
'cyan45' => 0x004545, |
1128
|
|
|
|
|
|
|
'cyan069' => 0x004545, |
1129
|
|
|
|
|
|
|
'purple45' => 0x450045, |
1130
|
|
|
|
|
|
|
'purple069' => 0x450045, |
1131
|
|
|
|
|
|
|
'gray46' => 0x464646, |
1132
|
|
|
|
|
|
|
'gray070' => 0x464646, |
1133
|
|
|
|
|
|
|
'grey46' => 0x464646, |
1134
|
|
|
|
|
|
|
'grey070' => 0x464646, |
1135
|
|
|
|
|
|
|
'red46' => 0x460000, |
1136
|
|
|
|
|
|
|
'red070' => 0x460000, |
1137
|
|
|
|
|
|
|
'green46' => 0x004600, |
1138
|
|
|
|
|
|
|
'green070' => 0x004600, |
1139
|
|
|
|
|
|
|
'blue46' => 0x000046, |
1140
|
|
|
|
|
|
|
'blue070' => 0x000046, |
1141
|
|
|
|
|
|
|
'yellow46' => 0x464600, |
1142
|
|
|
|
|
|
|
'yellow070' => 0x464600, |
1143
|
|
|
|
|
|
|
'cyan46' => 0x004646, |
1144
|
|
|
|
|
|
|
'cyan070' => 0x004646, |
1145
|
|
|
|
|
|
|
'purple46' => 0x460046, |
1146
|
|
|
|
|
|
|
'purple070' => 0x460046, |
1147
|
|
|
|
|
|
|
'gray47' => 0x474747, |
1148
|
|
|
|
|
|
|
'gray071' => 0x474747, |
1149
|
|
|
|
|
|
|
'grey47' => 0x474747, |
1150
|
|
|
|
|
|
|
'grey071' => 0x474747, |
1151
|
|
|
|
|
|
|
'red47' => 0x470000, |
1152
|
|
|
|
|
|
|
'red071' => 0x470000, |
1153
|
|
|
|
|
|
|
'green47' => 0x004700, |
1154
|
|
|
|
|
|
|
'green071' => 0x004700, |
1155
|
|
|
|
|
|
|
'blue47' => 0x000047, |
1156
|
|
|
|
|
|
|
'blue071' => 0x000047, |
1157
|
|
|
|
|
|
|
'yellow47' => 0x474700, |
1158
|
|
|
|
|
|
|
'yellow071' => 0x474700, |
1159
|
|
|
|
|
|
|
'cyan47' => 0x004747, |
1160
|
|
|
|
|
|
|
'cyan071' => 0x004747, |
1161
|
|
|
|
|
|
|
'purple47' => 0x470047, |
1162
|
|
|
|
|
|
|
'purple071' => 0x470047, |
1163
|
|
|
|
|
|
|
'gray48' => 0x484848, |
1164
|
|
|
|
|
|
|
'gray072' => 0x484848, |
1165
|
|
|
|
|
|
|
'grey48' => 0x484848, |
1166
|
|
|
|
|
|
|
'grey072' => 0x484848, |
1167
|
|
|
|
|
|
|
'red48' => 0x480000, |
1168
|
|
|
|
|
|
|
'red072' => 0x480000, |
1169
|
|
|
|
|
|
|
'green48' => 0x004800, |
1170
|
|
|
|
|
|
|
'green072' => 0x004800, |
1171
|
|
|
|
|
|
|
'blue48' => 0x000048, |
1172
|
|
|
|
|
|
|
'blue072' => 0x000048, |
1173
|
|
|
|
|
|
|
'yellow48' => 0x484800, |
1174
|
|
|
|
|
|
|
'yellow072' => 0x484800, |
1175
|
|
|
|
|
|
|
'cyan48' => 0x004848, |
1176
|
|
|
|
|
|
|
'cyan072' => 0x004848, |
1177
|
|
|
|
|
|
|
'purple48' => 0x480048, |
1178
|
|
|
|
|
|
|
'purple072' => 0x480048, |
1179
|
|
|
|
|
|
|
'gray49' => 0x494949, |
1180
|
|
|
|
|
|
|
'gray073' => 0x494949, |
1181
|
|
|
|
|
|
|
'grey49' => 0x494949, |
1182
|
|
|
|
|
|
|
'grey073' => 0x494949, |
1183
|
|
|
|
|
|
|
'red49' => 0x490000, |
1184
|
|
|
|
|
|
|
'red073' => 0x490000, |
1185
|
|
|
|
|
|
|
'green49' => 0x004900, |
1186
|
|
|
|
|
|
|
'green073' => 0x004900, |
1187
|
|
|
|
|
|
|
'blue49' => 0x000049, |
1188
|
|
|
|
|
|
|
'blue073' => 0x000049, |
1189
|
|
|
|
|
|
|
'yellow49' => 0x494900, |
1190
|
|
|
|
|
|
|
'yellow073' => 0x494900, |
1191
|
|
|
|
|
|
|
'cyan49' => 0x004949, |
1192
|
|
|
|
|
|
|
'cyan073' => 0x004949, |
1193
|
|
|
|
|
|
|
'purple49' => 0x490049, |
1194
|
|
|
|
|
|
|
'purple073' => 0x490049, |
1195
|
|
|
|
|
|
|
'gray4a' => 0x4a4a4a, |
1196
|
|
|
|
|
|
|
'gray074' => 0x4a4a4a, |
1197
|
|
|
|
|
|
|
'grey4a' => 0x4a4a4a, |
1198
|
|
|
|
|
|
|
'grey074' => 0x4a4a4a, |
1199
|
|
|
|
|
|
|
'red4a' => 0x4a0000, |
1200
|
|
|
|
|
|
|
'red074' => 0x4a0000, |
1201
|
|
|
|
|
|
|
'green4a' => 0x004a00, |
1202
|
|
|
|
|
|
|
'green074' => 0x004a00, |
1203
|
|
|
|
|
|
|
'blue4a' => 0x00004a, |
1204
|
|
|
|
|
|
|
'blue074' => 0x00004a, |
1205
|
|
|
|
|
|
|
'yellow4a' => 0x4a4a00, |
1206
|
|
|
|
|
|
|
'yellow074' => 0x4a4a00, |
1207
|
|
|
|
|
|
|
'cyan4a' => 0x004a4a, |
1208
|
|
|
|
|
|
|
'cyan074' => 0x004a4a, |
1209
|
|
|
|
|
|
|
'purple4a' => 0x4a004a, |
1210
|
|
|
|
|
|
|
'purple074' => 0x4a004a, |
1211
|
|
|
|
|
|
|
'gray4b' => 0x4b4b4b, |
1212
|
|
|
|
|
|
|
'gray075' => 0x4b4b4b, |
1213
|
|
|
|
|
|
|
'grey4b' => 0x4b4b4b, |
1214
|
|
|
|
|
|
|
'grey075' => 0x4b4b4b, |
1215
|
|
|
|
|
|
|
'red4b' => 0x4b0000, |
1216
|
|
|
|
|
|
|
'red075' => 0x4b0000, |
1217
|
|
|
|
|
|
|
'green4b' => 0x004b00, |
1218
|
|
|
|
|
|
|
'green075' => 0x004b00, |
1219
|
|
|
|
|
|
|
'blue4b' => 0x00004b, |
1220
|
|
|
|
|
|
|
'blue075' => 0x00004b, |
1221
|
|
|
|
|
|
|
'yellow4b' => 0x4b4b00, |
1222
|
|
|
|
|
|
|
'yellow075' => 0x4b4b00, |
1223
|
|
|
|
|
|
|
'cyan4b' => 0x004b4b, |
1224
|
|
|
|
|
|
|
'cyan075' => 0x004b4b, |
1225
|
|
|
|
|
|
|
'purple4b' => 0x4b004b, |
1226
|
|
|
|
|
|
|
'purple075' => 0x4b004b, |
1227
|
|
|
|
|
|
|
'gray4c' => 0x4c4c4c, |
1228
|
|
|
|
|
|
|
'gray076' => 0x4c4c4c, |
1229
|
|
|
|
|
|
|
'grey4c' => 0x4c4c4c, |
1230
|
|
|
|
|
|
|
'grey076' => 0x4c4c4c, |
1231
|
|
|
|
|
|
|
'red4c' => 0x4c0000, |
1232
|
|
|
|
|
|
|
'red076' => 0x4c0000, |
1233
|
|
|
|
|
|
|
'green4c' => 0x004c00, |
1234
|
|
|
|
|
|
|
'green076' => 0x004c00, |
1235
|
|
|
|
|
|
|
'blue4c' => 0x00004c, |
1236
|
|
|
|
|
|
|
'blue076' => 0x00004c, |
1237
|
|
|
|
|
|
|
'yellow4c' => 0x4c4c00, |
1238
|
|
|
|
|
|
|
'yellow076' => 0x4c4c00, |
1239
|
|
|
|
|
|
|
'cyan4c' => 0x004c4c, |
1240
|
|
|
|
|
|
|
'cyan076' => 0x004c4c, |
1241
|
|
|
|
|
|
|
'purple4c' => 0x4c004c, |
1242
|
|
|
|
|
|
|
'purple076' => 0x4c004c, |
1243
|
|
|
|
|
|
|
'gray4d' => 0x4d4d4d, |
1244
|
|
|
|
|
|
|
'gray077' => 0x4d4d4d, |
1245
|
|
|
|
|
|
|
'grey4d' => 0x4d4d4d, |
1246
|
|
|
|
|
|
|
'grey077' => 0x4d4d4d, |
1247
|
|
|
|
|
|
|
'red4d' => 0x4d0000, |
1248
|
|
|
|
|
|
|
'red077' => 0x4d0000, |
1249
|
|
|
|
|
|
|
'green4d' => 0x004d00, |
1250
|
|
|
|
|
|
|
'green077' => 0x004d00, |
1251
|
|
|
|
|
|
|
'blue4d' => 0x00004d, |
1252
|
|
|
|
|
|
|
'blue077' => 0x00004d, |
1253
|
|
|
|
|
|
|
'yellow4d' => 0x4d4d00, |
1254
|
|
|
|
|
|
|
'yellow077' => 0x4d4d00, |
1255
|
|
|
|
|
|
|
'cyan4d' => 0x004d4d, |
1256
|
|
|
|
|
|
|
'cyan077' => 0x004d4d, |
1257
|
|
|
|
|
|
|
'purple4d' => 0x4d004d, |
1258
|
|
|
|
|
|
|
'purple077' => 0x4d004d, |
1259
|
|
|
|
|
|
|
'gray4e' => 0x4e4e4e, |
1260
|
|
|
|
|
|
|
'gray078' => 0x4e4e4e, |
1261
|
|
|
|
|
|
|
'grey4e' => 0x4e4e4e, |
1262
|
|
|
|
|
|
|
'grey078' => 0x4e4e4e, |
1263
|
|
|
|
|
|
|
'red4e' => 0x4e0000, |
1264
|
|
|
|
|
|
|
'red078' => 0x4e0000, |
1265
|
|
|
|
|
|
|
'green4e' => 0x004e00, |
1266
|
|
|
|
|
|
|
'green078' => 0x004e00, |
1267
|
|
|
|
|
|
|
'blue4e' => 0x00004e, |
1268
|
|
|
|
|
|
|
'blue078' => 0x00004e, |
1269
|
|
|
|
|
|
|
'yellow4e' => 0x4e4e00, |
1270
|
|
|
|
|
|
|
'yellow078' => 0x4e4e00, |
1271
|
|
|
|
|
|
|
'cyan4e' => 0x004e4e, |
1272
|
|
|
|
|
|
|
'cyan078' => 0x004e4e, |
1273
|
|
|
|
|
|
|
'purple4e' => 0x4e004e, |
1274
|
|
|
|
|
|
|
'purple078' => 0x4e004e, |
1275
|
|
|
|
|
|
|
'gray4f' => 0x4f4f4f, |
1276
|
|
|
|
|
|
|
'gray079' => 0x4f4f4f, |
1277
|
|
|
|
|
|
|
'grey4f' => 0x4f4f4f, |
1278
|
|
|
|
|
|
|
'grey079' => 0x4f4f4f, |
1279
|
|
|
|
|
|
|
'red4f' => 0x4f0000, |
1280
|
|
|
|
|
|
|
'red079' => 0x4f0000, |
1281
|
|
|
|
|
|
|
'green4f' => 0x004f00, |
1282
|
|
|
|
|
|
|
'green079' => 0x004f00, |
1283
|
|
|
|
|
|
|
'blue4f' => 0x00004f, |
1284
|
|
|
|
|
|
|
'blue079' => 0x00004f, |
1285
|
|
|
|
|
|
|
'yellow4f' => 0x4f4f00, |
1286
|
|
|
|
|
|
|
'yellow079' => 0x4f4f00, |
1287
|
|
|
|
|
|
|
'cyan4f' => 0x004f4f, |
1288
|
|
|
|
|
|
|
'cyan079' => 0x004f4f, |
1289
|
|
|
|
|
|
|
'purple4f' => 0x4f004f, |
1290
|
|
|
|
|
|
|
'purple079' => 0x4f004f, |
1291
|
|
|
|
|
|
|
'gray50' => 0x505050, |
1292
|
|
|
|
|
|
|
'gray080' => 0x505050, |
1293
|
|
|
|
|
|
|
'grey50' => 0x505050, |
1294
|
|
|
|
|
|
|
'grey080' => 0x505050, |
1295
|
|
|
|
|
|
|
'red50' => 0x500000, |
1296
|
|
|
|
|
|
|
'red080' => 0x500000, |
1297
|
|
|
|
|
|
|
'green50' => 0x005000, |
1298
|
|
|
|
|
|
|
'green080' => 0x005000, |
1299
|
|
|
|
|
|
|
'blue50' => 0x000050, |
1300
|
|
|
|
|
|
|
'blue080' => 0x000050, |
1301
|
|
|
|
|
|
|
'yellow50' => 0x505000, |
1302
|
|
|
|
|
|
|
'yellow080' => 0x505000, |
1303
|
|
|
|
|
|
|
'cyan50' => 0x005050, |
1304
|
|
|
|
|
|
|
'cyan080' => 0x005050, |
1305
|
|
|
|
|
|
|
'purple50' => 0x500050, |
1306
|
|
|
|
|
|
|
'purple080' => 0x500050, |
1307
|
|
|
|
|
|
|
'gray51' => 0x515151, |
1308
|
|
|
|
|
|
|
'gray081' => 0x515151, |
1309
|
|
|
|
|
|
|
'grey51' => 0x515151, |
1310
|
|
|
|
|
|
|
'grey081' => 0x515151, |
1311
|
|
|
|
|
|
|
'red51' => 0x510000, |
1312
|
|
|
|
|
|
|
'red081' => 0x510000, |
1313
|
|
|
|
|
|
|
'green51' => 0x005100, |
1314
|
|
|
|
|
|
|
'green081' => 0x005100, |
1315
|
|
|
|
|
|
|
'blue51' => 0x000051, |
1316
|
|
|
|
|
|
|
'blue081' => 0x000051, |
1317
|
|
|
|
|
|
|
'yellow51' => 0x515100, |
1318
|
|
|
|
|
|
|
'yellow081' => 0x515100, |
1319
|
|
|
|
|
|
|
'cyan51' => 0x005151, |
1320
|
|
|
|
|
|
|
'cyan081' => 0x005151, |
1321
|
|
|
|
|
|
|
'purple51' => 0x510051, |
1322
|
|
|
|
|
|
|
'purple081' => 0x510051, |
1323
|
|
|
|
|
|
|
'gray52' => 0x525252, |
1324
|
|
|
|
|
|
|
'gray082' => 0x525252, |
1325
|
|
|
|
|
|
|
'grey52' => 0x525252, |
1326
|
|
|
|
|
|
|
'grey082' => 0x525252, |
1327
|
|
|
|
|
|
|
'red52' => 0x520000, |
1328
|
|
|
|
|
|
|
'red082' => 0x520000, |
1329
|
|
|
|
|
|
|
'green52' => 0x005200, |
1330
|
|
|
|
|
|
|
'green082' => 0x005200, |
1331
|
|
|
|
|
|
|
'blue52' => 0x000052, |
1332
|
|
|
|
|
|
|
'blue082' => 0x000052, |
1333
|
|
|
|
|
|
|
'yellow52' => 0x525200, |
1334
|
|
|
|
|
|
|
'yellow082' => 0x525200, |
1335
|
|
|
|
|
|
|
'cyan52' => 0x005252, |
1336
|
|
|
|
|
|
|
'cyan082' => 0x005252, |
1337
|
|
|
|
|
|
|
'purple52' => 0x520052, |
1338
|
|
|
|
|
|
|
'purple082' => 0x520052, |
1339
|
|
|
|
|
|
|
'gray53' => 0x535353, |
1340
|
|
|
|
|
|
|
'gray083' => 0x535353, |
1341
|
|
|
|
|
|
|
'grey53' => 0x535353, |
1342
|
|
|
|
|
|
|
'grey083' => 0x535353, |
1343
|
|
|
|
|
|
|
'red53' => 0x530000, |
1344
|
|
|
|
|
|
|
'red083' => 0x530000, |
1345
|
|
|
|
|
|
|
'green53' => 0x005300, |
1346
|
|
|
|
|
|
|
'green083' => 0x005300, |
1347
|
|
|
|
|
|
|
'blue53' => 0x000053, |
1348
|
|
|
|
|
|
|
'blue083' => 0x000053, |
1349
|
|
|
|
|
|
|
'yellow53' => 0x535300, |
1350
|
|
|
|
|
|
|
'yellow083' => 0x535300, |
1351
|
|
|
|
|
|
|
'cyan53' => 0x005353, |
1352
|
|
|
|
|
|
|
'cyan083' => 0x005353, |
1353
|
|
|
|
|
|
|
'purple53' => 0x530053, |
1354
|
|
|
|
|
|
|
'purple083' => 0x530053, |
1355
|
|
|
|
|
|
|
'gray54' => 0x545454, |
1356
|
|
|
|
|
|
|
'gray084' => 0x545454, |
1357
|
|
|
|
|
|
|
'grey54' => 0x545454, |
1358
|
|
|
|
|
|
|
'grey084' => 0x545454, |
1359
|
|
|
|
|
|
|
'red54' => 0x540000, |
1360
|
|
|
|
|
|
|
'red084' => 0x540000, |
1361
|
|
|
|
|
|
|
'green54' => 0x005400, |
1362
|
|
|
|
|
|
|
'green084' => 0x005400, |
1363
|
|
|
|
|
|
|
'blue54' => 0x000054, |
1364
|
|
|
|
|
|
|
'blue084' => 0x000054, |
1365
|
|
|
|
|
|
|
'yellow54' => 0x545400, |
1366
|
|
|
|
|
|
|
'yellow084' => 0x545400, |
1367
|
|
|
|
|
|
|
'cyan54' => 0x005454, |
1368
|
|
|
|
|
|
|
'cyan084' => 0x005454, |
1369
|
|
|
|
|
|
|
'purple54' => 0x540054, |
1370
|
|
|
|
|
|
|
'purple084' => 0x540054, |
1371
|
|
|
|
|
|
|
'gray55' => 0x555555, |
1372
|
|
|
|
|
|
|
'gray085' => 0x555555, |
1373
|
|
|
|
|
|
|
'grey55' => 0x555555, |
1374
|
|
|
|
|
|
|
'grey085' => 0x555555, |
1375
|
|
|
|
|
|
|
'red55' => 0x550000, |
1376
|
|
|
|
|
|
|
'red085' => 0x550000, |
1377
|
|
|
|
|
|
|
'green55' => 0x005500, |
1378
|
|
|
|
|
|
|
'green085' => 0x005500, |
1379
|
|
|
|
|
|
|
'blue55' => 0x000055, |
1380
|
|
|
|
|
|
|
'blue085' => 0x000055, |
1381
|
|
|
|
|
|
|
'yellow55' => 0x555500, |
1382
|
|
|
|
|
|
|
'yellow085' => 0x555500, |
1383
|
|
|
|
|
|
|
'cyan55' => 0x005555, |
1384
|
|
|
|
|
|
|
'cyan085' => 0x005555, |
1385
|
|
|
|
|
|
|
'purple55' => 0x550055, |
1386
|
|
|
|
|
|
|
'purple085' => 0x550055, |
1387
|
|
|
|
|
|
|
'gray56' => 0x565656, |
1388
|
|
|
|
|
|
|
'gray086' => 0x565656, |
1389
|
|
|
|
|
|
|
'grey56' => 0x565656, |
1390
|
|
|
|
|
|
|
'grey086' => 0x565656, |
1391
|
|
|
|
|
|
|
'red56' => 0x560000, |
1392
|
|
|
|
|
|
|
'red086' => 0x560000, |
1393
|
|
|
|
|
|
|
'green56' => 0x005600, |
1394
|
|
|
|
|
|
|
'green086' => 0x005600, |
1395
|
|
|
|
|
|
|
'blue56' => 0x000056, |
1396
|
|
|
|
|
|
|
'blue086' => 0x000056, |
1397
|
|
|
|
|
|
|
'yellow56' => 0x565600, |
1398
|
|
|
|
|
|
|
'yellow086' => 0x565600, |
1399
|
|
|
|
|
|
|
'cyan56' => 0x005656, |
1400
|
|
|
|
|
|
|
'cyan086' => 0x005656, |
1401
|
|
|
|
|
|
|
'purple56' => 0x560056, |
1402
|
|
|
|
|
|
|
'purple086' => 0x560056, |
1403
|
|
|
|
|
|
|
'gray57' => 0x575757, |
1404
|
|
|
|
|
|
|
'gray087' => 0x575757, |
1405
|
|
|
|
|
|
|
'grey57' => 0x575757, |
1406
|
|
|
|
|
|
|
'grey087' => 0x575757, |
1407
|
|
|
|
|
|
|
'red57' => 0x570000, |
1408
|
|
|
|
|
|
|
'red087' => 0x570000, |
1409
|
|
|
|
|
|
|
'green57' => 0x005700, |
1410
|
|
|
|
|
|
|
'green087' => 0x005700, |
1411
|
|
|
|
|
|
|
'blue57' => 0x000057, |
1412
|
|
|
|
|
|
|
'blue087' => 0x000057, |
1413
|
|
|
|
|
|
|
'yellow57' => 0x575700, |
1414
|
|
|
|
|
|
|
'yellow087' => 0x575700, |
1415
|
|
|
|
|
|
|
'cyan57' => 0x005757, |
1416
|
|
|
|
|
|
|
'cyan087' => 0x005757, |
1417
|
|
|
|
|
|
|
'purple57' => 0x570057, |
1418
|
|
|
|
|
|
|
'purple087' => 0x570057, |
1419
|
|
|
|
|
|
|
'gray58' => 0x585858, |
1420
|
|
|
|
|
|
|
'gray088' => 0x585858, |
1421
|
|
|
|
|
|
|
'grey58' => 0x585858, |
1422
|
|
|
|
|
|
|
'grey088' => 0x585858, |
1423
|
|
|
|
|
|
|
'red58' => 0x580000, |
1424
|
|
|
|
|
|
|
'red088' => 0x580000, |
1425
|
|
|
|
|
|
|
'green58' => 0x005800, |
1426
|
|
|
|
|
|
|
'green088' => 0x005800, |
1427
|
|
|
|
|
|
|
'blue58' => 0x000058, |
1428
|
|
|
|
|
|
|
'blue088' => 0x000058, |
1429
|
|
|
|
|
|
|
'yellow58' => 0x585800, |
1430
|
|
|
|
|
|
|
'yellow088' => 0x585800, |
1431
|
|
|
|
|
|
|
'cyan58' => 0x005858, |
1432
|
|
|
|
|
|
|
'cyan088' => 0x005858, |
1433
|
|
|
|
|
|
|
'purple58' => 0x580058, |
1434
|
|
|
|
|
|
|
'purple088' => 0x580058, |
1435
|
|
|
|
|
|
|
'gray59' => 0x595959, |
1436
|
|
|
|
|
|
|
'gray089' => 0x595959, |
1437
|
|
|
|
|
|
|
'grey59' => 0x595959, |
1438
|
|
|
|
|
|
|
'grey089' => 0x595959, |
1439
|
|
|
|
|
|
|
'red59' => 0x590000, |
1440
|
|
|
|
|
|
|
'red089' => 0x590000, |
1441
|
|
|
|
|
|
|
'green59' => 0x005900, |
1442
|
|
|
|
|
|
|
'green089' => 0x005900, |
1443
|
|
|
|
|
|
|
'blue59' => 0x000059, |
1444
|
|
|
|
|
|
|
'blue089' => 0x000059, |
1445
|
|
|
|
|
|
|
'yellow59' => 0x595900, |
1446
|
|
|
|
|
|
|
'yellow089' => 0x595900, |
1447
|
|
|
|
|
|
|
'cyan59' => 0x005959, |
1448
|
|
|
|
|
|
|
'cyan089' => 0x005959, |
1449
|
|
|
|
|
|
|
'purple59' => 0x590059, |
1450
|
|
|
|
|
|
|
'purple089' => 0x590059, |
1451
|
|
|
|
|
|
|
'gray5a' => 0x5a5a5a, |
1452
|
|
|
|
|
|
|
'gray090' => 0x5a5a5a, |
1453
|
|
|
|
|
|
|
'grey5a' => 0x5a5a5a, |
1454
|
|
|
|
|
|
|
'grey090' => 0x5a5a5a, |
1455
|
|
|
|
|
|
|
'red5a' => 0x5a0000, |
1456
|
|
|
|
|
|
|
'red090' => 0x5a0000, |
1457
|
|
|
|
|
|
|
'green5a' => 0x005a00, |
1458
|
|
|
|
|
|
|
'green090' => 0x005a00, |
1459
|
|
|
|
|
|
|
'blue5a' => 0x00005a, |
1460
|
|
|
|
|
|
|
'blue090' => 0x00005a, |
1461
|
|
|
|
|
|
|
'yellow5a' => 0x5a5a00, |
1462
|
|
|
|
|
|
|
'yellow090' => 0x5a5a00, |
1463
|
|
|
|
|
|
|
'cyan5a' => 0x005a5a, |
1464
|
|
|
|
|
|
|
'cyan090' => 0x005a5a, |
1465
|
|
|
|
|
|
|
'purple5a' => 0x5a005a, |
1466
|
|
|
|
|
|
|
'purple090' => 0x5a005a, |
1467
|
|
|
|
|
|
|
'gray5b' => 0x5b5b5b, |
1468
|
|
|
|
|
|
|
'gray091' => 0x5b5b5b, |
1469
|
|
|
|
|
|
|
'grey5b' => 0x5b5b5b, |
1470
|
|
|
|
|
|
|
'grey091' => 0x5b5b5b, |
1471
|
|
|
|
|
|
|
'red5b' => 0x5b0000, |
1472
|
|
|
|
|
|
|
'red091' => 0x5b0000, |
1473
|
|
|
|
|
|
|
'green5b' => 0x005b00, |
1474
|
|
|
|
|
|
|
'green091' => 0x005b00, |
1475
|
|
|
|
|
|
|
'blue5b' => 0x00005b, |
1476
|
|
|
|
|
|
|
'blue091' => 0x00005b, |
1477
|
|
|
|
|
|
|
'yellow5b' => 0x5b5b00, |
1478
|
|
|
|
|
|
|
'yellow091' => 0x5b5b00, |
1479
|
|
|
|
|
|
|
'cyan5b' => 0x005b5b, |
1480
|
|
|
|
|
|
|
'cyan091' => 0x005b5b, |
1481
|
|
|
|
|
|
|
'purple5b' => 0x5b005b, |
1482
|
|
|
|
|
|
|
'purple091' => 0x5b005b, |
1483
|
|
|
|
|
|
|
'gray5c' => 0x5c5c5c, |
1484
|
|
|
|
|
|
|
'gray092' => 0x5c5c5c, |
1485
|
|
|
|
|
|
|
'grey5c' => 0x5c5c5c, |
1486
|
|
|
|
|
|
|
'grey092' => 0x5c5c5c, |
1487
|
|
|
|
|
|
|
'red5c' => 0x5c0000, |
1488
|
|
|
|
|
|
|
'red092' => 0x5c0000, |
1489
|
|
|
|
|
|
|
'green5c' => 0x005c00, |
1490
|
|
|
|
|
|
|
'green092' => 0x005c00, |
1491
|
|
|
|
|
|
|
'blue5c' => 0x00005c, |
1492
|
|
|
|
|
|
|
'blue092' => 0x00005c, |
1493
|
|
|
|
|
|
|
'yellow5c' => 0x5c5c00, |
1494
|
|
|
|
|
|
|
'yellow092' => 0x5c5c00, |
1495
|
|
|
|
|
|
|
'cyan5c' => 0x005c5c, |
1496
|
|
|
|
|
|
|
'cyan092' => 0x005c5c, |
1497
|
|
|
|
|
|
|
'purple5c' => 0x5c005c, |
1498
|
|
|
|
|
|
|
'purple092' => 0x5c005c, |
1499
|
|
|
|
|
|
|
'gray5d' => 0x5d5d5d, |
1500
|
|
|
|
|
|
|
'gray093' => 0x5d5d5d, |
1501
|
|
|
|
|
|
|
'grey5d' => 0x5d5d5d, |
1502
|
|
|
|
|
|
|
'grey093' => 0x5d5d5d, |
1503
|
|
|
|
|
|
|
'red5d' => 0x5d0000, |
1504
|
|
|
|
|
|
|
'red093' => 0x5d0000, |
1505
|
|
|
|
|
|
|
'green5d' => 0x005d00, |
1506
|
|
|
|
|
|
|
'green093' => 0x005d00, |
1507
|
|
|
|
|
|
|
'blue5d' => 0x00005d, |
1508
|
|
|
|
|
|
|
'blue093' => 0x00005d, |
1509
|
|
|
|
|
|
|
'yellow5d' => 0x5d5d00, |
1510
|
|
|
|
|
|
|
'yellow093' => 0x5d5d00, |
1511
|
|
|
|
|
|
|
'cyan5d' => 0x005d5d, |
1512
|
|
|
|
|
|
|
'cyan093' => 0x005d5d, |
1513
|
|
|
|
|
|
|
'purple5d' => 0x5d005d, |
1514
|
|
|
|
|
|
|
'purple093' => 0x5d005d, |
1515
|
|
|
|
|
|
|
'gray5e' => 0x5e5e5e, |
1516
|
|
|
|
|
|
|
'gray094' => 0x5e5e5e, |
1517
|
|
|
|
|
|
|
'grey5e' => 0x5e5e5e, |
1518
|
|
|
|
|
|
|
'grey094' => 0x5e5e5e, |
1519
|
|
|
|
|
|
|
'red5e' => 0x5e0000, |
1520
|
|
|
|
|
|
|
'red094' => 0x5e0000, |
1521
|
|
|
|
|
|
|
'green5e' => 0x005e00, |
1522
|
|
|
|
|
|
|
'green094' => 0x005e00, |
1523
|
|
|
|
|
|
|
'blue5e' => 0x00005e, |
1524
|
|
|
|
|
|
|
'blue094' => 0x00005e, |
1525
|
|
|
|
|
|
|
'yellow5e' => 0x5e5e00, |
1526
|
|
|
|
|
|
|
'yellow094' => 0x5e5e00, |
1527
|
|
|
|
|
|
|
'cyan5e' => 0x005e5e, |
1528
|
|
|
|
|
|
|
'cyan094' => 0x005e5e, |
1529
|
|
|
|
|
|
|
'purple5e' => 0x5e005e, |
1530
|
|
|
|
|
|
|
'purple094' => 0x5e005e, |
1531
|
|
|
|
|
|
|
'gray5f' => 0x5f5f5f, |
1532
|
|
|
|
|
|
|
'gray095' => 0x5f5f5f, |
1533
|
|
|
|
|
|
|
'grey5f' => 0x5f5f5f, |
1534
|
|
|
|
|
|
|
'grey095' => 0x5f5f5f, |
1535
|
|
|
|
|
|
|
'red5f' => 0x5f0000, |
1536
|
|
|
|
|
|
|
'red095' => 0x5f0000, |
1537
|
|
|
|
|
|
|
'green5f' => 0x005f00, |
1538
|
|
|
|
|
|
|
'green095' => 0x005f00, |
1539
|
|
|
|
|
|
|
'blue5f' => 0x00005f, |
1540
|
|
|
|
|
|
|
'blue095' => 0x00005f, |
1541
|
|
|
|
|
|
|
'yellow5f' => 0x5f5f00, |
1542
|
|
|
|
|
|
|
'yellow095' => 0x5f5f00, |
1543
|
|
|
|
|
|
|
'cyan5f' => 0x005f5f, |
1544
|
|
|
|
|
|
|
'cyan095' => 0x005f5f, |
1545
|
|
|
|
|
|
|
'purple5f' => 0x5f005f, |
1546
|
|
|
|
|
|
|
'purple095' => 0x5f005f, |
1547
|
|
|
|
|
|
|
'gray60' => 0x606060, |
1548
|
|
|
|
|
|
|
'gray096' => 0x606060, |
1549
|
|
|
|
|
|
|
'grey60' => 0x606060, |
1550
|
|
|
|
|
|
|
'grey096' => 0x606060, |
1551
|
|
|
|
|
|
|
'red60' => 0x600000, |
1552
|
|
|
|
|
|
|
'red096' => 0x600000, |
1553
|
|
|
|
|
|
|
'green60' => 0x006000, |
1554
|
|
|
|
|
|
|
'green096' => 0x006000, |
1555
|
|
|
|
|
|
|
'blue60' => 0x000060, |
1556
|
|
|
|
|
|
|
'blue096' => 0x000060, |
1557
|
|
|
|
|
|
|
'yellow60' => 0x606000, |
1558
|
|
|
|
|
|
|
'yellow096' => 0x606000, |
1559
|
|
|
|
|
|
|
'cyan60' => 0x006060, |
1560
|
|
|
|
|
|
|
'cyan096' => 0x006060, |
1561
|
|
|
|
|
|
|
'purple60' => 0x600060, |
1562
|
|
|
|
|
|
|
'purple096' => 0x600060, |
1563
|
|
|
|
|
|
|
'gray61' => 0x616161, |
1564
|
|
|
|
|
|
|
'gray097' => 0x616161, |
1565
|
|
|
|
|
|
|
'grey61' => 0x616161, |
1566
|
|
|
|
|
|
|
'grey097' => 0x616161, |
1567
|
|
|
|
|
|
|
'red61' => 0x610000, |
1568
|
|
|
|
|
|
|
'red097' => 0x610000, |
1569
|
|
|
|
|
|
|
'green61' => 0x006100, |
1570
|
|
|
|
|
|
|
'green097' => 0x006100, |
1571
|
|
|
|
|
|
|
'blue61' => 0x000061, |
1572
|
|
|
|
|
|
|
'blue097' => 0x000061, |
1573
|
|
|
|
|
|
|
'yellow61' => 0x616100, |
1574
|
|
|
|
|
|
|
'yellow097' => 0x616100, |
1575
|
|
|
|
|
|
|
'cyan61' => 0x006161, |
1576
|
|
|
|
|
|
|
'cyan097' => 0x006161, |
1577
|
|
|
|
|
|
|
'purple61' => 0x610061, |
1578
|
|
|
|
|
|
|
'purple097' => 0x610061, |
1579
|
|
|
|
|
|
|
'gray62' => 0x626262, |
1580
|
|
|
|
|
|
|
'gray098' => 0x626262, |
1581
|
|
|
|
|
|
|
'grey62' => 0x626262, |
1582
|
|
|
|
|
|
|
'grey098' => 0x626262, |
1583
|
|
|
|
|
|
|
'red62' => 0x620000, |
1584
|
|
|
|
|
|
|
'red098' => 0x620000, |
1585
|
|
|
|
|
|
|
'green62' => 0x006200, |
1586
|
|
|
|
|
|
|
'green098' => 0x006200, |
1587
|
|
|
|
|
|
|
'blue62' => 0x000062, |
1588
|
|
|
|
|
|
|
'blue098' => 0x000062, |
1589
|
|
|
|
|
|
|
'yellow62' => 0x626200, |
1590
|
|
|
|
|
|
|
'yellow098' => 0x626200, |
1591
|
|
|
|
|
|
|
'cyan62' => 0x006262, |
1592
|
|
|
|
|
|
|
'cyan098' => 0x006262, |
1593
|
|
|
|
|
|
|
'purple62' => 0x620062, |
1594
|
|
|
|
|
|
|
'purple098' => 0x620062, |
1595
|
|
|
|
|
|
|
'gray63' => 0x636363, |
1596
|
|
|
|
|
|
|
'gray099' => 0x636363, |
1597
|
|
|
|
|
|
|
'grey63' => 0x636363, |
1598
|
|
|
|
|
|
|
'grey099' => 0x636363, |
1599
|
|
|
|
|
|
|
'red63' => 0x630000, |
1600
|
|
|
|
|
|
|
'red099' => 0x630000, |
1601
|
|
|
|
|
|
|
'green63' => 0x006300, |
1602
|
|
|
|
|
|
|
'green099' => 0x006300, |
1603
|
|
|
|
|
|
|
'blue63' => 0x000063, |
1604
|
|
|
|
|
|
|
'blue099' => 0x000063, |
1605
|
|
|
|
|
|
|
'yellow63' => 0x636300, |
1606
|
|
|
|
|
|
|
'yellow099' => 0x636300, |
1607
|
|
|
|
|
|
|
'cyan63' => 0x006363, |
1608
|
|
|
|
|
|
|
'cyan099' => 0x006363, |
1609
|
|
|
|
|
|
|
'purple63' => 0x630063, |
1610
|
|
|
|
|
|
|
'purple099' => 0x630063, |
1611
|
|
|
|
|
|
|
'gray64' => 0x646464, |
1612
|
|
|
|
|
|
|
'gray100' => 0x646464, |
1613
|
|
|
|
|
|
|
'grey64' => 0x646464, |
1614
|
|
|
|
|
|
|
'grey100' => 0x646464, |
1615
|
|
|
|
|
|
|
'red64' => 0x640000, |
1616
|
|
|
|
|
|
|
'red100' => 0x640000, |
1617
|
|
|
|
|
|
|
'green64' => 0x006400, |
1618
|
|
|
|
|
|
|
'green100' => 0x006400, |
1619
|
|
|
|
|
|
|
'blue64' => 0x000064, |
1620
|
|
|
|
|
|
|
'blue100' => 0x000064, |
1621
|
|
|
|
|
|
|
'yellow64' => 0x646400, |
1622
|
|
|
|
|
|
|
'yellow100' => 0x646400, |
1623
|
|
|
|
|
|
|
'cyan64' => 0x006464, |
1624
|
|
|
|
|
|
|
'cyan100' => 0x006464, |
1625
|
|
|
|
|
|
|
'purple64' => 0x640064, |
1626
|
|
|
|
|
|
|
'purple100' => 0x640064, |
1627
|
|
|
|
|
|
|
'gray65' => 0x656565, |
1628
|
|
|
|
|
|
|
'gray101' => 0x656565, |
1629
|
|
|
|
|
|
|
'grey65' => 0x656565, |
1630
|
|
|
|
|
|
|
'grey101' => 0x656565, |
1631
|
|
|
|
|
|
|
'red65' => 0x650000, |
1632
|
|
|
|
|
|
|
'red101' => 0x650000, |
1633
|
|
|
|
|
|
|
'green65' => 0x006500, |
1634
|
|
|
|
|
|
|
'green101' => 0x006500, |
1635
|
|
|
|
|
|
|
'blue65' => 0x000065, |
1636
|
|
|
|
|
|
|
'blue101' => 0x000065, |
1637
|
|
|
|
|
|
|
'yellow65' => 0x656500, |
1638
|
|
|
|
|
|
|
'yellow101' => 0x656500, |
1639
|
|
|
|
|
|
|
'cyan65' => 0x006565, |
1640
|
|
|
|
|
|
|
'cyan101' => 0x006565, |
1641
|
|
|
|
|
|
|
'purple65' => 0x650065, |
1642
|
|
|
|
|
|
|
'purple101' => 0x650065, |
1643
|
|
|
|
|
|
|
'gray66' => 0x666666, |
1644
|
|
|
|
|
|
|
'gray102' => 0x666666, |
1645
|
|
|
|
|
|
|
'grey66' => 0x666666, |
1646
|
|
|
|
|
|
|
'grey102' => 0x666666, |
1647
|
|
|
|
|
|
|
'red66' => 0x660000, |
1648
|
|
|
|
|
|
|
'red102' => 0x660000, |
1649
|
|
|
|
|
|
|
'green66' => 0x006600, |
1650
|
|
|
|
|
|
|
'green102' => 0x006600, |
1651
|
|
|
|
|
|
|
'blue66' => 0x000066, |
1652
|
|
|
|
|
|
|
'blue102' => 0x000066, |
1653
|
|
|
|
|
|
|
'yellow66' => 0x666600, |
1654
|
|
|
|
|
|
|
'yellow102' => 0x666600, |
1655
|
|
|
|
|
|
|
'cyan66' => 0x006666, |
1656
|
|
|
|
|
|
|
'cyan102' => 0x006666, |
1657
|
|
|
|
|
|
|
'purple66' => 0x660066, |
1658
|
|
|
|
|
|
|
'purple102' => 0x660066, |
1659
|
|
|
|
|
|
|
'gray67' => 0x676767, |
1660
|
|
|
|
|
|
|
'gray103' => 0x676767, |
1661
|
|
|
|
|
|
|
'grey67' => 0x676767, |
1662
|
|
|
|
|
|
|
'grey103' => 0x676767, |
1663
|
|
|
|
|
|
|
'red67' => 0x670000, |
1664
|
|
|
|
|
|
|
'red103' => 0x670000, |
1665
|
|
|
|
|
|
|
'green67' => 0x006700, |
1666
|
|
|
|
|
|
|
'green103' => 0x006700, |
1667
|
|
|
|
|
|
|
'blue67' => 0x000067, |
1668
|
|
|
|
|
|
|
'blue103' => 0x000067, |
1669
|
|
|
|
|
|
|
'yellow67' => 0x676700, |
1670
|
|
|
|
|
|
|
'yellow103' => 0x676700, |
1671
|
|
|
|
|
|
|
'cyan67' => 0x006767, |
1672
|
|
|
|
|
|
|
'cyan103' => 0x006767, |
1673
|
|
|
|
|
|
|
'purple67' => 0x670067, |
1674
|
|
|
|
|
|
|
'purple103' => 0x670067, |
1675
|
|
|
|
|
|
|
'gray68' => 0x686868, |
1676
|
|
|
|
|
|
|
'gray104' => 0x686868, |
1677
|
|
|
|
|
|
|
'grey68' => 0x686868, |
1678
|
|
|
|
|
|
|
'grey104' => 0x686868, |
1679
|
|
|
|
|
|
|
'red68' => 0x680000, |
1680
|
|
|
|
|
|
|
'red104' => 0x680000, |
1681
|
|
|
|
|
|
|
'green68' => 0x006800, |
1682
|
|
|
|
|
|
|
'green104' => 0x006800, |
1683
|
|
|
|
|
|
|
'blue68' => 0x000068, |
1684
|
|
|
|
|
|
|
'blue104' => 0x000068, |
1685
|
|
|
|
|
|
|
'yellow68' => 0x686800, |
1686
|
|
|
|
|
|
|
'yellow104' => 0x686800, |
1687
|
|
|
|
|
|
|
'cyan68' => 0x006868, |
1688
|
|
|
|
|
|
|
'cyan104' => 0x006868, |
1689
|
|
|
|
|
|
|
'purple68' => 0x680068, |
1690
|
|
|
|
|
|
|
'purple104' => 0x680068, |
1691
|
|
|
|
|
|
|
'gray69' => 0x696969, |
1692
|
|
|
|
|
|
|
'gray105' => 0x696969, |
1693
|
|
|
|
|
|
|
'grey69' => 0x696969, |
1694
|
|
|
|
|
|
|
'grey105' => 0x696969, |
1695
|
|
|
|
|
|
|
'red69' => 0x690000, |
1696
|
|
|
|
|
|
|
'red105' => 0x690000, |
1697
|
|
|
|
|
|
|
'green69' => 0x006900, |
1698
|
|
|
|
|
|
|
'green105' => 0x006900, |
1699
|
|
|
|
|
|
|
'blue69' => 0x000069, |
1700
|
|
|
|
|
|
|
'blue105' => 0x000069, |
1701
|
|
|
|
|
|
|
'yellow69' => 0x696900, |
1702
|
|
|
|
|
|
|
'yellow105' => 0x696900, |
1703
|
|
|
|
|
|
|
'cyan69' => 0x006969, |
1704
|
|
|
|
|
|
|
'cyan105' => 0x006969, |
1705
|
|
|
|
|
|
|
'purple69' => 0x690069, |
1706
|
|
|
|
|
|
|
'purple105' => 0x690069, |
1707
|
|
|
|
|
|
|
'gray6a' => 0x6a6a6a, |
1708
|
|
|
|
|
|
|
'gray106' => 0x6a6a6a, |
1709
|
|
|
|
|
|
|
'grey6a' => 0x6a6a6a, |
1710
|
|
|
|
|
|
|
'grey106' => 0x6a6a6a, |
1711
|
|
|
|
|
|
|
'red6a' => 0x6a0000, |
1712
|
|
|
|
|
|
|
'red106' => 0x6a0000, |
1713
|
|
|
|
|
|
|
'green6a' => 0x006a00, |
1714
|
|
|
|
|
|
|
'green106' => 0x006a00, |
1715
|
|
|
|
|
|
|
'blue6a' => 0x00006a, |
1716
|
|
|
|
|
|
|
'blue106' => 0x00006a, |
1717
|
|
|
|
|
|
|
'yellow6a' => 0x6a6a00, |
1718
|
|
|
|
|
|
|
'yellow106' => 0x6a6a00, |
1719
|
|
|
|
|
|
|
'cyan6a' => 0x006a6a, |
1720
|
|
|
|
|
|
|
'cyan106' => 0x006a6a, |
1721
|
|
|
|
|
|
|
'purple6a' => 0x6a006a, |
1722
|
|
|
|
|
|
|
'purple106' => 0x6a006a, |
1723
|
|
|
|
|
|
|
'gray6b' => 0x6b6b6b, |
1724
|
|
|
|
|
|
|
'gray107' => 0x6b6b6b, |
1725
|
|
|
|
|
|
|
'grey6b' => 0x6b6b6b, |
1726
|
|
|
|
|
|
|
'grey107' => 0x6b6b6b, |
1727
|
|
|
|
|
|
|
'red6b' => 0x6b0000, |
1728
|
|
|
|
|
|
|
'red107' => 0x6b0000, |
1729
|
|
|
|
|
|
|
'green6b' => 0x006b00, |
1730
|
|
|
|
|
|
|
'green107' => 0x006b00, |
1731
|
|
|
|
|
|
|
'blue6b' => 0x00006b, |
1732
|
|
|
|
|
|
|
'blue107' => 0x00006b, |
1733
|
|
|
|
|
|
|
'yellow6b' => 0x6b6b00, |
1734
|
|
|
|
|
|
|
'yellow107' => 0x6b6b00, |
1735
|
|
|
|
|
|
|
'cyan6b' => 0x006b6b, |
1736
|
|
|
|
|
|
|
'cyan107' => 0x006b6b, |
1737
|
|
|
|
|
|
|
'purple6b' => 0x6b006b, |
1738
|
|
|
|
|
|
|
'purple107' => 0x6b006b, |
1739
|
|
|
|
|
|
|
'gray6c' => 0x6c6c6c, |
1740
|
|
|
|
|
|
|
'gray108' => 0x6c6c6c, |
1741
|
|
|
|
|
|
|
'grey6c' => 0x6c6c6c, |
1742
|
|
|
|
|
|
|
'grey108' => 0x6c6c6c, |
1743
|
|
|
|
|
|
|
'red6c' => 0x6c0000, |
1744
|
|
|
|
|
|
|
'red108' => 0x6c0000, |
1745
|
|
|
|
|
|
|
'green6c' => 0x006c00, |
1746
|
|
|
|
|
|
|
'green108' => 0x006c00, |
1747
|
|
|
|
|
|
|
'blue6c' => 0x00006c, |
1748
|
|
|
|
|
|
|
'blue108' => 0x00006c, |
1749
|
|
|
|
|
|
|
'yellow6c' => 0x6c6c00, |
1750
|
|
|
|
|
|
|
'yellow108' => 0x6c6c00, |
1751
|
|
|
|
|
|
|
'cyan6c' => 0x006c6c, |
1752
|
|
|
|
|
|
|
'cyan108' => 0x006c6c, |
1753
|
|
|
|
|
|
|
'purple6c' => 0x6c006c, |
1754
|
|
|
|
|
|
|
'purple108' => 0x6c006c, |
1755
|
|
|
|
|
|
|
'gray6d' => 0x6d6d6d, |
1756
|
|
|
|
|
|
|
'gray109' => 0x6d6d6d, |
1757
|
|
|
|
|
|
|
'grey6d' => 0x6d6d6d, |
1758
|
|
|
|
|
|
|
'grey109' => 0x6d6d6d, |
1759
|
|
|
|
|
|
|
'red6d' => 0x6d0000, |
1760
|
|
|
|
|
|
|
'red109' => 0x6d0000, |
1761
|
|
|
|
|
|
|
'green6d' => 0x006d00, |
1762
|
|
|
|
|
|
|
'green109' => 0x006d00, |
1763
|
|
|
|
|
|
|
'blue6d' => 0x00006d, |
1764
|
|
|
|
|
|
|
'blue109' => 0x00006d, |
1765
|
|
|
|
|
|
|
'yellow6d' => 0x6d6d00, |
1766
|
|
|
|
|
|
|
'yellow109' => 0x6d6d00, |
1767
|
|
|
|
|
|
|
'cyan6d' => 0x006d6d, |
1768
|
|
|
|
|
|
|
'cyan109' => 0x006d6d, |
1769
|
|
|
|
|
|
|
'purple6d' => 0x6d006d, |
1770
|
|
|
|
|
|
|
'purple109' => 0x6d006d, |
1771
|
|
|
|
|
|
|
'gray6e' => 0x6e6e6e, |
1772
|
|
|
|
|
|
|
'gray110' => 0x6e6e6e, |
1773
|
|
|
|
|
|
|
'grey6e' => 0x6e6e6e, |
1774
|
|
|
|
|
|
|
'grey110' => 0x6e6e6e, |
1775
|
|
|
|
|
|
|
'red6e' => 0x6e0000, |
1776
|
|
|
|
|
|
|
'red110' => 0x6e0000, |
1777
|
|
|
|
|
|
|
'green6e' => 0x006e00, |
1778
|
|
|
|
|
|
|
'green110' => 0x006e00, |
1779
|
|
|
|
|
|
|
'blue6e' => 0x00006e, |
1780
|
|
|
|
|
|
|
'blue110' => 0x00006e, |
1781
|
|
|
|
|
|
|
'yellow6e' => 0x6e6e00, |
1782
|
|
|
|
|
|
|
'yellow110' => 0x6e6e00, |
1783
|
|
|
|
|
|
|
'cyan6e' => 0x006e6e, |
1784
|
|
|
|
|
|
|
'cyan110' => 0x006e6e, |
1785
|
|
|
|
|
|
|
'purple6e' => 0x6e006e, |
1786
|
|
|
|
|
|
|
'purple110' => 0x6e006e, |
1787
|
|
|
|
|
|
|
'gray6f' => 0x6f6f6f, |
1788
|
|
|
|
|
|
|
'gray111' => 0x6f6f6f, |
1789
|
|
|
|
|
|
|
'grey6f' => 0x6f6f6f, |
1790
|
|
|
|
|
|
|
'grey111' => 0x6f6f6f, |
1791
|
|
|
|
|
|
|
'red6f' => 0x6f0000, |
1792
|
|
|
|
|
|
|
'red111' => 0x6f0000, |
1793
|
|
|
|
|
|
|
'green6f' => 0x006f00, |
1794
|
|
|
|
|
|
|
'green111' => 0x006f00, |
1795
|
|
|
|
|
|
|
'blue6f' => 0x00006f, |
1796
|
|
|
|
|
|
|
'blue111' => 0x00006f, |
1797
|
|
|
|
|
|
|
'yellow6f' => 0x6f6f00, |
1798
|
|
|
|
|
|
|
'yellow111' => 0x6f6f00, |
1799
|
|
|
|
|
|
|
'cyan6f' => 0x006f6f, |
1800
|
|
|
|
|
|
|
'cyan111' => 0x006f6f, |
1801
|
|
|
|
|
|
|
'purple6f' => 0x6f006f, |
1802
|
|
|
|
|
|
|
'purple111' => 0x6f006f, |
1803
|
|
|
|
|
|
|
'gray70' => 0x707070, |
1804
|
|
|
|
|
|
|
'gray112' => 0x707070, |
1805
|
|
|
|
|
|
|
'grey70' => 0x707070, |
1806
|
|
|
|
|
|
|
'grey112' => 0x707070, |
1807
|
|
|
|
|
|
|
'red70' => 0x700000, |
1808
|
|
|
|
|
|
|
'red112' => 0x700000, |
1809
|
|
|
|
|
|
|
'green70' => 0x007000, |
1810
|
|
|
|
|
|
|
'green112' => 0x007000, |
1811
|
|
|
|
|
|
|
'blue70' => 0x000070, |
1812
|
|
|
|
|
|
|
'blue112' => 0x000070, |
1813
|
|
|
|
|
|
|
'yellow70' => 0x707000, |
1814
|
|
|
|
|
|
|
'yellow112' => 0x707000, |
1815
|
|
|
|
|
|
|
'cyan70' => 0x007070, |
1816
|
|
|
|
|
|
|
'cyan112' => 0x007070, |
1817
|
|
|
|
|
|
|
'purple70' => 0x700070, |
1818
|
|
|
|
|
|
|
'purple112' => 0x700070, |
1819
|
|
|
|
|
|
|
'gray71' => 0x717171, |
1820
|
|
|
|
|
|
|
'gray113' => 0x717171, |
1821
|
|
|
|
|
|
|
'grey71' => 0x717171, |
1822
|
|
|
|
|
|
|
'grey113' => 0x717171, |
1823
|
|
|
|
|
|
|
'red71' => 0x710000, |
1824
|
|
|
|
|
|
|
'red113' => 0x710000, |
1825
|
|
|
|
|
|
|
'green71' => 0x007100, |
1826
|
|
|
|
|
|
|
'green113' => 0x007100, |
1827
|
|
|
|
|
|
|
'blue71' => 0x000071, |
1828
|
|
|
|
|
|
|
'blue113' => 0x000071, |
1829
|
|
|
|
|
|
|
'yellow71' => 0x717100, |
1830
|
|
|
|
|
|
|
'yellow113' => 0x717100, |
1831
|
|
|
|
|
|
|
'cyan71' => 0x007171, |
1832
|
|
|
|
|
|
|
'cyan113' => 0x007171, |
1833
|
|
|
|
|
|
|
'purple71' => 0x710071, |
1834
|
|
|
|
|
|
|
'purple113' => 0x710071, |
1835
|
|
|
|
|
|
|
'gray72' => 0x727272, |
1836
|
|
|
|
|
|
|
'gray114' => 0x727272, |
1837
|
|
|
|
|
|
|
'grey72' => 0x727272, |
1838
|
|
|
|
|
|
|
'grey114' => 0x727272, |
1839
|
|
|
|
|
|
|
'red72' => 0x720000, |
1840
|
|
|
|
|
|
|
'red114' => 0x720000, |
1841
|
|
|
|
|
|
|
'green72' => 0x007200, |
1842
|
|
|
|
|
|
|
'green114' => 0x007200, |
1843
|
|
|
|
|
|
|
'blue72' => 0x000072, |
1844
|
|
|
|
|
|
|
'blue114' => 0x000072, |
1845
|
|
|
|
|
|
|
'yellow72' => 0x727200, |
1846
|
|
|
|
|
|
|
'yellow114' => 0x727200, |
1847
|
|
|
|
|
|
|
'cyan72' => 0x007272, |
1848
|
|
|
|
|
|
|
'cyan114' => 0x007272, |
1849
|
|
|
|
|
|
|
'purple72' => 0x720072, |
1850
|
|
|
|
|
|
|
'purple114' => 0x720072, |
1851
|
|
|
|
|
|
|
'gray73' => 0x737373, |
1852
|
|
|
|
|
|
|
'gray115' => 0x737373, |
1853
|
|
|
|
|
|
|
'grey73' => 0x737373, |
1854
|
|
|
|
|
|
|
'grey115' => 0x737373, |
1855
|
|
|
|
|
|
|
'red73' => 0x730000, |
1856
|
|
|
|
|
|
|
'red115' => 0x730000, |
1857
|
|
|
|
|
|
|
'green73' => 0x007300, |
1858
|
|
|
|
|
|
|
'green115' => 0x007300, |
1859
|
|
|
|
|
|
|
'blue73' => 0x000073, |
1860
|
|
|
|
|
|
|
'blue115' => 0x000073, |
1861
|
|
|
|
|
|
|
'yellow73' => 0x737300, |
1862
|
|
|
|
|
|
|
'yellow115' => 0x737300, |
1863
|
|
|
|
|
|
|
'cyan73' => 0x007373, |
1864
|
|
|
|
|
|
|
'cyan115' => 0x007373, |
1865
|
|
|
|
|
|
|
'purple73' => 0x730073, |
1866
|
|
|
|
|
|
|
'purple115' => 0x730073, |
1867
|
|
|
|
|
|
|
'gray74' => 0x747474, |
1868
|
|
|
|
|
|
|
'gray116' => 0x747474, |
1869
|
|
|
|
|
|
|
'grey74' => 0x747474, |
1870
|
|
|
|
|
|
|
'grey116' => 0x747474, |
1871
|
|
|
|
|
|
|
'red74' => 0x740000, |
1872
|
|
|
|
|
|
|
'red116' => 0x740000, |
1873
|
|
|
|
|
|
|
'green74' => 0x007400, |
1874
|
|
|
|
|
|
|
'green116' => 0x007400, |
1875
|
|
|
|
|
|
|
'blue74' => 0x000074, |
1876
|
|
|
|
|
|
|
'blue116' => 0x000074, |
1877
|
|
|
|
|
|
|
'yellow74' => 0x747400, |
1878
|
|
|
|
|
|
|
'yellow116' => 0x747400, |
1879
|
|
|
|
|
|
|
'cyan74' => 0x007474, |
1880
|
|
|
|
|
|
|
'cyan116' => 0x007474, |
1881
|
|
|
|
|
|
|
'purple74' => 0x740074, |
1882
|
|
|
|
|
|
|
'purple116' => 0x740074, |
1883
|
|
|
|
|
|
|
'gray75' => 0x757575, |
1884
|
|
|
|
|
|
|
'gray117' => 0x757575, |
1885
|
|
|
|
|
|
|
'grey75' => 0x757575, |
1886
|
|
|
|
|
|
|
'grey117' => 0x757575, |
1887
|
|
|
|
|
|
|
'red75' => 0x750000, |
1888
|
|
|
|
|
|
|
'red117' => 0x750000, |
1889
|
|
|
|
|
|
|
'green75' => 0x007500, |
1890
|
|
|
|
|
|
|
'green117' => 0x007500, |
1891
|
|
|
|
|
|
|
'blue75' => 0x000075, |
1892
|
|
|
|
|
|
|
'blue117' => 0x000075, |
1893
|
|
|
|
|
|
|
'yellow75' => 0x757500, |
1894
|
|
|
|
|
|
|
'yellow117' => 0x757500, |
1895
|
|
|
|
|
|
|
'cyan75' => 0x007575, |
1896
|
|
|
|
|
|
|
'cyan117' => 0x007575, |
1897
|
|
|
|
|
|
|
'purple75' => 0x750075, |
1898
|
|
|
|
|
|
|
'purple117' => 0x750075, |
1899
|
|
|
|
|
|
|
'gray76' => 0x767676, |
1900
|
|
|
|
|
|
|
'gray118' => 0x767676, |
1901
|
|
|
|
|
|
|
'grey76' => 0x767676, |
1902
|
|
|
|
|
|
|
'grey118' => 0x767676, |
1903
|
|
|
|
|
|
|
'red76' => 0x760000, |
1904
|
|
|
|
|
|
|
'red118' => 0x760000, |
1905
|
|
|
|
|
|
|
'green76' => 0x007600, |
1906
|
|
|
|
|
|
|
'green118' => 0x007600, |
1907
|
|
|
|
|
|
|
'blue76' => 0x000076, |
1908
|
|
|
|
|
|
|
'blue118' => 0x000076, |
1909
|
|
|
|
|
|
|
'yellow76' => 0x767600, |
1910
|
|
|
|
|
|
|
'yellow118' => 0x767600, |
1911
|
|
|
|
|
|
|
'cyan76' => 0x007676, |
1912
|
|
|
|
|
|
|
'cyan118' => 0x007676, |
1913
|
|
|
|
|
|
|
'purple76' => 0x760076, |
1914
|
|
|
|
|
|
|
'purple118' => 0x760076, |
1915
|
|
|
|
|
|
|
'gray77' => 0x777777, |
1916
|
|
|
|
|
|
|
'gray119' => 0x777777, |
1917
|
|
|
|
|
|
|
'grey77' => 0x777777, |
1918
|
|
|
|
|
|
|
'grey119' => 0x777777, |
1919
|
|
|
|
|
|
|
'red77' => 0x770000, |
1920
|
|
|
|
|
|
|
'red119' => 0x770000, |
1921
|
|
|
|
|
|
|
'green77' => 0x007700, |
1922
|
|
|
|
|
|
|
'green119' => 0x007700, |
1923
|
|
|
|
|
|
|
'blue77' => 0x000077, |
1924
|
|
|
|
|
|
|
'blue119' => 0x000077, |
1925
|
|
|
|
|
|
|
'yellow77' => 0x777700, |
1926
|
|
|
|
|
|
|
'yellow119' => 0x777700, |
1927
|
|
|
|
|
|
|
'cyan77' => 0x007777, |
1928
|
|
|
|
|
|
|
'cyan119' => 0x007777, |
1929
|
|
|
|
|
|
|
'purple77' => 0x770077, |
1930
|
|
|
|
|
|
|
'purple119' => 0x770077, |
1931
|
|
|
|
|
|
|
'gray78' => 0x787878, |
1932
|
|
|
|
|
|
|
'gray120' => 0x787878, |
1933
|
|
|
|
|
|
|
'grey78' => 0x787878, |
1934
|
|
|
|
|
|
|
'grey120' => 0x787878, |
1935
|
|
|
|
|
|
|
'red78' => 0x780000, |
1936
|
|
|
|
|
|
|
'red120' => 0x780000, |
1937
|
|
|
|
|
|
|
'green78' => 0x007800, |
1938
|
|
|
|
|
|
|
'green120' => 0x007800, |
1939
|
|
|
|
|
|
|
'blue78' => 0x000078, |
1940
|
|
|
|
|
|
|
'blue120' => 0x000078, |
1941
|
|
|
|
|
|
|
'yellow78' => 0x787800, |
1942
|
|
|
|
|
|
|
'yellow120' => 0x787800, |
1943
|
|
|
|
|
|
|
'cyan78' => 0x007878, |
1944
|
|
|
|
|
|
|
'cyan120' => 0x007878, |
1945
|
|
|
|
|
|
|
'purple78' => 0x780078, |
1946
|
|
|
|
|
|
|
'purple120' => 0x780078, |
1947
|
|
|
|
|
|
|
'gray79' => 0x797979, |
1948
|
|
|
|
|
|
|
'gray121' => 0x797979, |
1949
|
|
|
|
|
|
|
'grey79' => 0x797979, |
1950
|
|
|
|
|
|
|
'grey121' => 0x797979, |
1951
|
|
|
|
|
|
|
'red79' => 0x790000, |
1952
|
|
|
|
|
|
|
'red121' => 0x790000, |
1953
|
|
|
|
|
|
|
'green79' => 0x007900, |
1954
|
|
|
|
|
|
|
'green121' => 0x007900, |
1955
|
|
|
|
|
|
|
'blue79' => 0x000079, |
1956
|
|
|
|
|
|
|
'blue121' => 0x000079, |
1957
|
|
|
|
|
|
|
'yellow79' => 0x797900, |
1958
|
|
|
|
|
|
|
'yellow121' => 0x797900, |
1959
|
|
|
|
|
|
|
'cyan79' => 0x007979, |
1960
|
|
|
|
|
|
|
'cyan121' => 0x007979, |
1961
|
|
|
|
|
|
|
'purple79' => 0x790079, |
1962
|
|
|
|
|
|
|
'purple121' => 0x790079, |
1963
|
|
|
|
|
|
|
'gray7a' => 0x7a7a7a, |
1964
|
|
|
|
|
|
|
'gray122' => 0x7a7a7a, |
1965
|
|
|
|
|
|
|
'grey7a' => 0x7a7a7a, |
1966
|
|
|
|
|
|
|
'grey122' => 0x7a7a7a, |
1967
|
|
|
|
|
|
|
'red7a' => 0x7a0000, |
1968
|
|
|
|
|
|
|
'red122' => 0x7a0000, |
1969
|
|
|
|
|
|
|
'green7a' => 0x007a00, |
1970
|
|
|
|
|
|
|
'green122' => 0x007a00, |
1971
|
|
|
|
|
|
|
'blue7a' => 0x00007a, |
1972
|
|
|
|
|
|
|
'blue122' => 0x00007a, |
1973
|
|
|
|
|
|
|
'yellow7a' => 0x7a7a00, |
1974
|
|
|
|
|
|
|
'yellow122' => 0x7a7a00, |
1975
|
|
|
|
|
|
|
'cyan7a' => 0x007a7a, |
1976
|
|
|
|
|
|
|
'cyan122' => 0x007a7a, |
1977
|
|
|
|
|
|
|
'purple7a' => 0x7a007a, |
1978
|
|
|
|
|
|
|
'purple122' => 0x7a007a, |
1979
|
|
|
|
|
|
|
'gray7b' => 0x7b7b7b, |
1980
|
|
|
|
|
|
|
'gray123' => 0x7b7b7b, |
1981
|
|
|
|
|
|
|
'grey7b' => 0x7b7b7b, |
1982
|
|
|
|
|
|
|
'grey123' => 0x7b7b7b, |
1983
|
|
|
|
|
|
|
'red7b' => 0x7b0000, |
1984
|
|
|
|
|
|
|
'red123' => 0x7b0000, |
1985
|
|
|
|
|
|
|
'green7b' => 0x007b00, |
1986
|
|
|
|
|
|
|
'green123' => 0x007b00, |
1987
|
|
|
|
|
|
|
'blue7b' => 0x00007b, |
1988
|
|
|
|
|
|
|
'blue123' => 0x00007b, |
1989
|
|
|
|
|
|
|
'yellow7b' => 0x7b7b00, |
1990
|
|
|
|
|
|
|
'yellow123' => 0x7b7b00, |
1991
|
|
|
|
|
|
|
'cyan7b' => 0x007b7b, |
1992
|
|
|
|
|
|
|
'cyan123' => 0x007b7b, |
1993
|
|
|
|
|
|
|
'purple7b' => 0x7b007b, |
1994
|
|
|
|
|
|
|
'purple123' => 0x7b007b, |
1995
|
|
|
|
|
|
|
'gray7c' => 0x7c7c7c, |
1996
|
|
|
|
|
|
|
'gray124' => 0x7c7c7c, |
1997
|
|
|
|
|
|
|
'grey7c' => 0x7c7c7c, |
1998
|
|
|
|
|
|
|
'grey124' => 0x7c7c7c, |
1999
|
|
|
|
|
|
|
'red7c' => 0x7c0000, |
2000
|
|
|
|
|
|
|
'red124' => 0x7c0000, |
2001
|
|
|
|
|
|
|
'green7c' => 0x007c00, |
2002
|
|
|
|
|
|
|
'green124' => 0x007c00, |
2003
|
|
|
|
|
|
|
'blue7c' => 0x00007c, |
2004
|
|
|
|
|
|
|
'blue124' => 0x00007c, |
2005
|
|
|
|
|
|
|
'yellow7c' => 0x7c7c00, |
2006
|
|
|
|
|
|
|
'yellow124' => 0x7c7c00, |
2007
|
|
|
|
|
|
|
'cyan7c' => 0x007c7c, |
2008
|
|
|
|
|
|
|
'cyan124' => 0x007c7c, |
2009
|
|
|
|
|
|
|
'purple7c' => 0x7c007c, |
2010
|
|
|
|
|
|
|
'purple124' => 0x7c007c, |
2011
|
|
|
|
|
|
|
'gray7d' => 0x7d7d7d, |
2012
|
|
|
|
|
|
|
'gray125' => 0x7d7d7d, |
2013
|
|
|
|
|
|
|
'grey7d' => 0x7d7d7d, |
2014
|
|
|
|
|
|
|
'grey125' => 0x7d7d7d, |
2015
|
|
|
|
|
|
|
'red7d' => 0x7d0000, |
2016
|
|
|
|
|
|
|
'red125' => 0x7d0000, |
2017
|
|
|
|
|
|
|
'green7d' => 0x007d00, |
2018
|
|
|
|
|
|
|
'green125' => 0x007d00, |
2019
|
|
|
|
|
|
|
'blue7d' => 0x00007d, |
2020
|
|
|
|
|
|
|
'blue125' => 0x00007d, |
2021
|
|
|
|
|
|
|
'yellow7d' => 0x7d7d00, |
2022
|
|
|
|
|
|
|
'yellow125' => 0x7d7d00, |
2023
|
|
|
|
|
|
|
'cyan7d' => 0x007d7d, |
2024
|
|
|
|
|
|
|
'cyan125' => 0x007d7d, |
2025
|
|
|
|
|
|
|
'purple7d' => 0x7d007d, |
2026
|
|
|
|
|
|
|
'purple125' => 0x7d007d, |
2027
|
|
|
|
|
|
|
'gray7e' => 0x7e7e7e, |
2028
|
|
|
|
|
|
|
'gray126' => 0x7e7e7e, |
2029
|
|
|
|
|
|
|
'grey7e' => 0x7e7e7e, |
2030
|
|
|
|
|
|
|
'grey126' => 0x7e7e7e, |
2031
|
|
|
|
|
|
|
'red7e' => 0x7e0000, |
2032
|
|
|
|
|
|
|
'red126' => 0x7e0000, |
2033
|
|
|
|
|
|
|
'green7e' => 0x007e00, |
2034
|
|
|
|
|
|
|
'green126' => 0x007e00, |
2035
|
|
|
|
|
|
|
'blue7e' => 0x00007e, |
2036
|
|
|
|
|
|
|
'blue126' => 0x00007e, |
2037
|
|
|
|
|
|
|
'yellow7e' => 0x7e7e00, |
2038
|
|
|
|
|
|
|
'yellow126' => 0x7e7e00, |
2039
|
|
|
|
|
|
|
'cyan7e' => 0x007e7e, |
2040
|
|
|
|
|
|
|
'cyan126' => 0x007e7e, |
2041
|
|
|
|
|
|
|
'purple7e' => 0x7e007e, |
2042
|
|
|
|
|
|
|
'purple126' => 0x7e007e, |
2043
|
|
|
|
|
|
|
'gray7f' => 0x7f7f7f, |
2044
|
|
|
|
|
|
|
'gray127' => 0x7f7f7f, |
2045
|
|
|
|
|
|
|
'grey7f' => 0x7f7f7f, |
2046
|
|
|
|
|
|
|
'grey127' => 0x7f7f7f, |
2047
|
|
|
|
|
|
|
'red7f' => 0x7f0000, |
2048
|
|
|
|
|
|
|
'red127' => 0x7f0000, |
2049
|
|
|
|
|
|
|
'green7f' => 0x007f00, |
2050
|
|
|
|
|
|
|
'green127' => 0x007f00, |
2051
|
|
|
|
|
|
|
'blue7f' => 0x00007f, |
2052
|
|
|
|
|
|
|
'blue127' => 0x00007f, |
2053
|
|
|
|
|
|
|
'yellow7f' => 0x7f7f00, |
2054
|
|
|
|
|
|
|
'yellow127' => 0x7f7f00, |
2055
|
|
|
|
|
|
|
'cyan7f' => 0x007f7f, |
2056
|
|
|
|
|
|
|
'cyan127' => 0x007f7f, |
2057
|
|
|
|
|
|
|
'purple7f' => 0x7f007f, |
2058
|
|
|
|
|
|
|
'purple127' => 0x7f007f, |
2059
|
|
|
|
|
|
|
'gray80' => 0x808080, |
2060
|
|
|
|
|
|
|
'gray128' => 0x808080, |
2061
|
|
|
|
|
|
|
'grey80' => 0x808080, |
2062
|
|
|
|
|
|
|
'grey128' => 0x808080, |
2063
|
|
|
|
|
|
|
'red80' => 0x800000, |
2064
|
|
|
|
|
|
|
'red128' => 0x800000, |
2065
|
|
|
|
|
|
|
'green80' => 0x008000, |
2066
|
|
|
|
|
|
|
'green128' => 0x008000, |
2067
|
|
|
|
|
|
|
'blue80' => 0x000080, |
2068
|
|
|
|
|
|
|
'blue128' => 0x000080, |
2069
|
|
|
|
|
|
|
'yellow80' => 0x808000, |
2070
|
|
|
|
|
|
|
'yellow128' => 0x808000, |
2071
|
|
|
|
|
|
|
'cyan80' => 0x008080, |
2072
|
|
|
|
|
|
|
'cyan128' => 0x008080, |
2073
|
|
|
|
|
|
|
'purple80' => 0x800080, |
2074
|
|
|
|
|
|
|
'purple128' => 0x800080, |
2075
|
|
|
|
|
|
|
'gray81' => 0x818181, |
2076
|
|
|
|
|
|
|
'gray129' => 0x818181, |
2077
|
|
|
|
|
|
|
'grey81' => 0x818181, |
2078
|
|
|
|
|
|
|
'grey129' => 0x818181, |
2079
|
|
|
|
|
|
|
'red81' => 0x810000, |
2080
|
|
|
|
|
|
|
'red129' => 0x810000, |
2081
|
|
|
|
|
|
|
'green81' => 0x008100, |
2082
|
|
|
|
|
|
|
'green129' => 0x008100, |
2083
|
|
|
|
|
|
|
'blue81' => 0x000081, |
2084
|
|
|
|
|
|
|
'blue129' => 0x000081, |
2085
|
|
|
|
|
|
|
'yellow81' => 0x818100, |
2086
|
|
|
|
|
|
|
'yellow129' => 0x818100, |
2087
|
|
|
|
|
|
|
'cyan81' => 0x008181, |
2088
|
|
|
|
|
|
|
'cyan129' => 0x008181, |
2089
|
|
|
|
|
|
|
'purple81' => 0x810081, |
2090
|
|
|
|
|
|
|
'purple129' => 0x810081, |
2091
|
|
|
|
|
|
|
'gray82' => 0x828282, |
2092
|
|
|
|
|
|
|
'gray130' => 0x828282, |
2093
|
|
|
|
|
|
|
'grey82' => 0x828282, |
2094
|
|
|
|
|
|
|
'grey130' => 0x828282, |
2095
|
|
|
|
|
|
|
'red82' => 0x820000, |
2096
|
|
|
|
|
|
|
'red130' => 0x820000, |
2097
|
|
|
|
|
|
|
'green82' => 0x008200, |
2098
|
|
|
|
|
|
|
'green130' => 0x008200, |
2099
|
|
|
|
|
|
|
'blue82' => 0x000082, |
2100
|
|
|
|
|
|
|
'blue130' => 0x000082, |
2101
|
|
|
|
|
|
|
'yellow82' => 0x828200, |
2102
|
|
|
|
|
|
|
'yellow130' => 0x828200, |
2103
|
|
|
|
|
|
|
'cyan82' => 0x008282, |
2104
|
|
|
|
|
|
|
'cyan130' => 0x008282, |
2105
|
|
|
|
|
|
|
'purple82' => 0x820082, |
2106
|
|
|
|
|
|
|
'purple130' => 0x820082, |
2107
|
|
|
|
|
|
|
'gray83' => 0x838383, |
2108
|
|
|
|
|
|
|
'gray131' => 0x838383, |
2109
|
|
|
|
|
|
|
'grey83' => 0x838383, |
2110
|
|
|
|
|
|
|
'grey131' => 0x838383, |
2111
|
|
|
|
|
|
|
'red83' => 0x830000, |
2112
|
|
|
|
|
|
|
'red131' => 0x830000, |
2113
|
|
|
|
|
|
|
'green83' => 0x008300, |
2114
|
|
|
|
|
|
|
'green131' => 0x008300, |
2115
|
|
|
|
|
|
|
'blue83' => 0x000083, |
2116
|
|
|
|
|
|
|
'blue131' => 0x000083, |
2117
|
|
|
|
|
|
|
'yellow83' => 0x838300, |
2118
|
|
|
|
|
|
|
'yellow131' => 0x838300, |
2119
|
|
|
|
|
|
|
'cyan83' => 0x008383, |
2120
|
|
|
|
|
|
|
'cyan131' => 0x008383, |
2121
|
|
|
|
|
|
|
'purple83' => 0x830083, |
2122
|
|
|
|
|
|
|
'purple131' => 0x830083, |
2123
|
|
|
|
|
|
|
'gray84' => 0x848484, |
2124
|
|
|
|
|
|
|
'gray132' => 0x848484, |
2125
|
|
|
|
|
|
|
'grey84' => 0x848484, |
2126
|
|
|
|
|
|
|
'grey132' => 0x848484, |
2127
|
|
|
|
|
|
|
'red84' => 0x840000, |
2128
|
|
|
|
|
|
|
'red132' => 0x840000, |
2129
|
|
|
|
|
|
|
'green84' => 0x008400, |
2130
|
|
|
|
|
|
|
'green132' => 0x008400, |
2131
|
|
|
|
|
|
|
'blue84' => 0x000084, |
2132
|
|
|
|
|
|
|
'blue132' => 0x000084, |
2133
|
|
|
|
|
|
|
'yellow84' => 0x848400, |
2134
|
|
|
|
|
|
|
'yellow132' => 0x848400, |
2135
|
|
|
|
|
|
|
'cyan84' => 0x008484, |
2136
|
|
|
|
|
|
|
'cyan132' => 0x008484, |
2137
|
|
|
|
|
|
|
'purple84' => 0x840084, |
2138
|
|
|
|
|
|
|
'purple132' => 0x840084, |
2139
|
|
|
|
|
|
|
'gray85' => 0x858585, |
2140
|
|
|
|
|
|
|
'gray133' => 0x858585, |
2141
|
|
|
|
|
|
|
'grey85' => 0x858585, |
2142
|
|
|
|
|
|
|
'grey133' => 0x858585, |
2143
|
|
|
|
|
|
|
'red85' => 0x850000, |
2144
|
|
|
|
|
|
|
'red133' => 0x850000, |
2145
|
|
|
|
|
|
|
'green85' => 0x008500, |
2146
|
|
|
|
|
|
|
'green133' => 0x008500, |
2147
|
|
|
|
|
|
|
'blue85' => 0x000085, |
2148
|
|
|
|
|
|
|
'blue133' => 0x000085, |
2149
|
|
|
|
|
|
|
'yellow85' => 0x858500, |
2150
|
|
|
|
|
|
|
'yellow133' => 0x858500, |
2151
|
|
|
|
|
|
|
'cyan85' => 0x008585, |
2152
|
|
|
|
|
|
|
'cyan133' => 0x008585, |
2153
|
|
|
|
|
|
|
'purple85' => 0x850085, |
2154
|
|
|
|
|
|
|
'purple133' => 0x850085, |
2155
|
|
|
|
|
|
|
'gray86' => 0x868686, |
2156
|
|
|
|
|
|
|
'gray134' => 0x868686, |
2157
|
|
|
|
|
|
|
'grey86' => 0x868686, |
2158
|
|
|
|
|
|
|
'grey134' => 0x868686, |
2159
|
|
|
|
|
|
|
'red86' => 0x860000, |
2160
|
|
|
|
|
|
|
'red134' => 0x860000, |
2161
|
|
|
|
|
|
|
'green86' => 0x008600, |
2162
|
|
|
|
|
|
|
'green134' => 0x008600, |
2163
|
|
|
|
|
|
|
'blue86' => 0x000086, |
2164
|
|
|
|
|
|
|
'blue134' => 0x000086, |
2165
|
|
|
|
|
|
|
'yellow86' => 0x868600, |
2166
|
|
|
|
|
|
|
'yellow134' => 0x868600, |
2167
|
|
|
|
|
|
|
'cyan86' => 0x008686, |
2168
|
|
|
|
|
|
|
'cyan134' => 0x008686, |
2169
|
|
|
|
|
|
|
'purple86' => 0x860086, |
2170
|
|
|
|
|
|
|
'purple134' => 0x860086, |
2171
|
|
|
|
|
|
|
'gray87' => 0x878787, |
2172
|
|
|
|
|
|
|
'gray135' => 0x878787, |
2173
|
|
|
|
|
|
|
'grey87' => 0x878787, |
2174
|
|
|
|
|
|
|
'grey135' => 0x878787, |
2175
|
|
|
|
|
|
|
'red87' => 0x870000, |
2176
|
|
|
|
|
|
|
'red135' => 0x870000, |
2177
|
|
|
|
|
|
|
'green87' => 0x008700, |
2178
|
|
|
|
|
|
|
'green135' => 0x008700, |
2179
|
|
|
|
|
|
|
'blue87' => 0x000087, |
2180
|
|
|
|
|
|
|
'blue135' => 0x000087, |
2181
|
|
|
|
|
|
|
'yellow87' => 0x878700, |
2182
|
|
|
|
|
|
|
'yellow135' => 0x878700, |
2183
|
|
|
|
|
|
|
'cyan87' => 0x008787, |
2184
|
|
|
|
|
|
|
'cyan135' => 0x008787, |
2185
|
|
|
|
|
|
|
'purple87' => 0x870087, |
2186
|
|
|
|
|
|
|
'purple135' => 0x870087, |
2187
|
|
|
|
|
|
|
'gray88' => 0x888888, |
2188
|
|
|
|
|
|
|
'gray136' => 0x888888, |
2189
|
|
|
|
|
|
|
'grey88' => 0x888888, |
2190
|
|
|
|
|
|
|
'grey136' => 0x888888, |
2191
|
|
|
|
|
|
|
'red88' => 0x880000, |
2192
|
|
|
|
|
|
|
'red136' => 0x880000, |
2193
|
|
|
|
|
|
|
'green88' => 0x008800, |
2194
|
|
|
|
|
|
|
'green136' => 0x008800, |
2195
|
|
|
|
|
|
|
'blue88' => 0x000088, |
2196
|
|
|
|
|
|
|
'blue136' => 0x000088, |
2197
|
|
|
|
|
|
|
'yellow88' => 0x888800, |
2198
|
|
|
|
|
|
|
'yellow136' => 0x888800, |
2199
|
|
|
|
|
|
|
'cyan88' => 0x008888, |
2200
|
|
|
|
|
|
|
'cyan136' => 0x008888, |
2201
|
|
|
|
|
|
|
'purple88' => 0x880088, |
2202
|
|
|
|
|
|
|
'purple136' => 0x880088, |
2203
|
|
|
|
|
|
|
'gray89' => 0x898989, |
2204
|
|
|
|
|
|
|
'gray137' => 0x898989, |
2205
|
|
|
|
|
|
|
'grey89' => 0x898989, |
2206
|
|
|
|
|
|
|
'grey137' => 0x898989, |
2207
|
|
|
|
|
|
|
'red89' => 0x890000, |
2208
|
|
|
|
|
|
|
'red137' => 0x890000, |
2209
|
|
|
|
|
|
|
'green89' => 0x008900, |
2210
|
|
|
|
|
|
|
'green137' => 0x008900, |
2211
|
|
|
|
|
|
|
'blue89' => 0x000089, |
2212
|
|
|
|
|
|
|
'blue137' => 0x000089, |
2213
|
|
|
|
|
|
|
'yellow89' => 0x898900, |
2214
|
|
|
|
|
|
|
'yellow137' => 0x898900, |
2215
|
|
|
|
|
|
|
'cyan89' => 0x008989, |
2216
|
|
|
|
|
|
|
'cyan137' => 0x008989, |
2217
|
|
|
|
|
|
|
'purple89' => 0x890089, |
2218
|
|
|
|
|
|
|
'purple137' => 0x890089, |
2219
|
|
|
|
|
|
|
'gray8a' => 0x8a8a8a, |
2220
|
|
|
|
|
|
|
'gray138' => 0x8a8a8a, |
2221
|
|
|
|
|
|
|
'grey8a' => 0x8a8a8a, |
2222
|
|
|
|
|
|
|
'grey138' => 0x8a8a8a, |
2223
|
|
|
|
|
|
|
'red8a' => 0x8a0000, |
2224
|
|
|
|
|
|
|
'red138' => 0x8a0000, |
2225
|
|
|
|
|
|
|
'green8a' => 0x008a00, |
2226
|
|
|
|
|
|
|
'green138' => 0x008a00, |
2227
|
|
|
|
|
|
|
'blue8a' => 0x00008a, |
2228
|
|
|
|
|
|
|
'blue138' => 0x00008a, |
2229
|
|
|
|
|
|
|
'yellow8a' => 0x8a8a00, |
2230
|
|
|
|
|
|
|
'yellow138' => 0x8a8a00, |
2231
|
|
|
|
|
|
|
'cyan8a' => 0x008a8a, |
2232
|
|
|
|
|
|
|
'cyan138' => 0x008a8a, |
2233
|
|
|
|
|
|
|
'purple8a' => 0x8a008a, |
2234
|
|
|
|
|
|
|
'purple138' => 0x8a008a, |
2235
|
|
|
|
|
|
|
'gray8b' => 0x8b8b8b, |
2236
|
|
|
|
|
|
|
'gray139' => 0x8b8b8b, |
2237
|
|
|
|
|
|
|
'grey8b' => 0x8b8b8b, |
2238
|
|
|
|
|
|
|
'grey139' => 0x8b8b8b, |
2239
|
|
|
|
|
|
|
'red8b' => 0x8b0000, |
2240
|
|
|
|
|
|
|
'red139' => 0x8b0000, |
2241
|
|
|
|
|
|
|
'green8b' => 0x008b00, |
2242
|
|
|
|
|
|
|
'green139' => 0x008b00, |
2243
|
|
|
|
|
|
|
'blue8b' => 0x00008b, |
2244
|
|
|
|
|
|
|
'blue139' => 0x00008b, |
2245
|
|
|
|
|
|
|
'yellow8b' => 0x8b8b00, |
2246
|
|
|
|
|
|
|
'yellow139' => 0x8b8b00, |
2247
|
|
|
|
|
|
|
'cyan8b' => 0x008b8b, |
2248
|
|
|
|
|
|
|
'cyan139' => 0x008b8b, |
2249
|
|
|
|
|
|
|
'purple8b' => 0x8b008b, |
2250
|
|
|
|
|
|
|
'purple139' => 0x8b008b, |
2251
|
|
|
|
|
|
|
'gray8c' => 0x8c8c8c, |
2252
|
|
|
|
|
|
|
'gray140' => 0x8c8c8c, |
2253
|
|
|
|
|
|
|
'grey8c' => 0x8c8c8c, |
2254
|
|
|
|
|
|
|
'grey140' => 0x8c8c8c, |
2255
|
|
|
|
|
|
|
'red8c' => 0x8c0000, |
2256
|
|
|
|
|
|
|
'red140' => 0x8c0000, |
2257
|
|
|
|
|
|
|
'green8c' => 0x008c00, |
2258
|
|
|
|
|
|
|
'green140' => 0x008c00, |
2259
|
|
|
|
|
|
|
'blue8c' => 0x00008c, |
2260
|
|
|
|
|
|
|
'blue140' => 0x00008c, |
2261
|
|
|
|
|
|
|
'yellow8c' => 0x8c8c00, |
2262
|
|
|
|
|
|
|
'yellow140' => 0x8c8c00, |
2263
|
|
|
|
|
|
|
'cyan8c' => 0x008c8c, |
2264
|
|
|
|
|
|
|
'cyan140' => 0x008c8c, |
2265
|
|
|
|
|
|
|
'purple8c' => 0x8c008c, |
2266
|
|
|
|
|
|
|
'purple140' => 0x8c008c, |
2267
|
|
|
|
|
|
|
'gray8d' => 0x8d8d8d, |
2268
|
|
|
|
|
|
|
'gray141' => 0x8d8d8d, |
2269
|
|
|
|
|
|
|
'grey8d' => 0x8d8d8d, |
2270
|
|
|
|
|
|
|
'grey141' => 0x8d8d8d, |
2271
|
|
|
|
|
|
|
'red8d' => 0x8d0000, |
2272
|
|
|
|
|
|
|
'red141' => 0x8d0000, |
2273
|
|
|
|
|
|
|
'green8d' => 0x008d00, |
2274
|
|
|
|
|
|
|
'green141' => 0x008d00, |
2275
|
|
|
|
|
|
|
'blue8d' => 0x00008d, |
2276
|
|
|
|
|
|
|
'blue141' => 0x00008d, |
2277
|
|
|
|
|
|
|
'yellow8d' => 0x8d8d00, |
2278
|
|
|
|
|
|
|
'yellow141' => 0x8d8d00, |
2279
|
|
|
|
|
|
|
'cyan8d' => 0x008d8d, |
2280
|
|
|
|
|
|
|
'cyan141' => 0x008d8d, |
2281
|
|
|
|
|
|
|
'purple8d' => 0x8d008d, |
2282
|
|
|
|
|
|
|
'purple141' => 0x8d008d, |
2283
|
|
|
|
|
|
|
'gray8e' => 0x8e8e8e, |
2284
|
|
|
|
|
|
|
'gray142' => 0x8e8e8e, |
2285
|
|
|
|
|
|
|
'grey8e' => 0x8e8e8e, |
2286
|
|
|
|
|
|
|
'grey142' => 0x8e8e8e, |
2287
|
|
|
|
|
|
|
'red8e' => 0x8e0000, |
2288
|
|
|
|
|
|
|
'red142' => 0x8e0000, |
2289
|
|
|
|
|
|
|
'green8e' => 0x008e00, |
2290
|
|
|
|
|
|
|
'green142' => 0x008e00, |
2291
|
|
|
|
|
|
|
'blue8e' => 0x00008e, |
2292
|
|
|
|
|
|
|
'blue142' => 0x00008e, |
2293
|
|
|
|
|
|
|
'yellow8e' => 0x8e8e00, |
2294
|
|
|
|
|
|
|
'yellow142' => 0x8e8e00, |
2295
|
|
|
|
|
|
|
'cyan8e' => 0x008e8e, |
2296
|
|
|
|
|
|
|
'cyan142' => 0x008e8e, |
2297
|
|
|
|
|
|
|
'purple8e' => 0x8e008e, |
2298
|
|
|
|
|
|
|
'purple142' => 0x8e008e, |
2299
|
|
|
|
|
|
|
'gray8f' => 0x8f8f8f, |
2300
|
|
|
|
|
|
|
'gray143' => 0x8f8f8f, |
2301
|
|
|
|
|
|
|
'grey8f' => 0x8f8f8f, |
2302
|
|
|
|
|
|
|
'grey143' => 0x8f8f8f, |
2303
|
|
|
|
|
|
|
'red8f' => 0x8f0000, |
2304
|
|
|
|
|
|
|
'red143' => 0x8f0000, |
2305
|
|
|
|
|
|
|
'green8f' => 0x008f00, |
2306
|
|
|
|
|
|
|
'green143' => 0x008f00, |
2307
|
|
|
|
|
|
|
'blue8f' => 0x00008f, |
2308
|
|
|
|
|
|
|
'blue143' => 0x00008f, |
2309
|
|
|
|
|
|
|
'yellow8f' => 0x8f8f00, |
2310
|
|
|
|
|
|
|
'yellow143' => 0x8f8f00, |
2311
|
|
|
|
|
|
|
'cyan8f' => 0x008f8f, |
2312
|
|
|
|
|
|
|
'cyan143' => 0x008f8f, |
2313
|
|
|
|
|
|
|
'purple8f' => 0x8f008f, |
2314
|
|
|
|
|
|
|
'purple143' => 0x8f008f, |
2315
|
|
|
|
|
|
|
'gray90' => 0x909090, |
2316
|
|
|
|
|
|
|
'gray144' => 0x909090, |
2317
|
|
|
|
|
|
|
'grey90' => 0x909090, |
2318
|
|
|
|
|
|
|
'grey144' => 0x909090, |
2319
|
|
|
|
|
|
|
'red90' => 0x900000, |
2320
|
|
|
|
|
|
|
'red144' => 0x900000, |
2321
|
|
|
|
|
|
|
'green90' => 0x009000, |
2322
|
|
|
|
|
|
|
'green144' => 0x009000, |
2323
|
|
|
|
|
|
|
'blue90' => 0x000090, |
2324
|
|
|
|
|
|
|
'blue144' => 0x000090, |
2325
|
|
|
|
|
|
|
'yellow90' => 0x909000, |
2326
|
|
|
|
|
|
|
'yellow144' => 0x909000, |
2327
|
|
|
|
|
|
|
'cyan90' => 0x009090, |
2328
|
|
|
|
|
|
|
'cyan144' => 0x009090, |
2329
|
|
|
|
|
|
|
'purple90' => 0x900090, |
2330
|
|
|
|
|
|
|
'purple144' => 0x900090, |
2331
|
|
|
|
|
|
|
'gray91' => 0x919191, |
2332
|
|
|
|
|
|
|
'gray145' => 0x919191, |
2333
|
|
|
|
|
|
|
'grey91' => 0x919191, |
2334
|
|
|
|
|
|
|
'grey145' => 0x919191, |
2335
|
|
|
|
|
|
|
'red91' => 0x910000, |
2336
|
|
|
|
|
|
|
'red145' => 0x910000, |
2337
|
|
|
|
|
|
|
'green91' => 0x009100, |
2338
|
|
|
|
|
|
|
'green145' => 0x009100, |
2339
|
|
|
|
|
|
|
'blue91' => 0x000091, |
2340
|
|
|
|
|
|
|
'blue145' => 0x000091, |
2341
|
|
|
|
|
|
|
'yellow91' => 0x919100, |
2342
|
|
|
|
|
|
|
'yellow145' => 0x919100, |
2343
|
|
|
|
|
|
|
'cyan91' => 0x009191, |
2344
|
|
|
|
|
|
|
'cyan145' => 0x009191, |
2345
|
|
|
|
|
|
|
'purple91' => 0x910091, |
2346
|
|
|
|
|
|
|
'purple145' => 0x910091, |
2347
|
|
|
|
|
|
|
'gray92' => 0x929292, |
2348
|
|
|
|
|
|
|
'gray146' => 0x929292, |
2349
|
|
|
|
|
|
|
'grey92' => 0x929292, |
2350
|
|
|
|
|
|
|
'grey146' => 0x929292, |
2351
|
|
|
|
|
|
|
'red92' => 0x920000, |
2352
|
|
|
|
|
|
|
'red146' => 0x920000, |
2353
|
|
|
|
|
|
|
'green92' => 0x009200, |
2354
|
|
|
|
|
|
|
'green146' => 0x009200, |
2355
|
|
|
|
|
|
|
'blue92' => 0x000092, |
2356
|
|
|
|
|
|
|
'blue146' => 0x000092, |
2357
|
|
|
|
|
|
|
'yellow92' => 0x929200, |
2358
|
|
|
|
|
|
|
'yellow146' => 0x929200, |
2359
|
|
|
|
|
|
|
'cyan92' => 0x009292, |
2360
|
|
|
|
|
|
|
'cyan146' => 0x009292, |
2361
|
|
|
|
|
|
|
'purple92' => 0x920092, |
2362
|
|
|
|
|
|
|
'purple146' => 0x920092, |
2363
|
|
|
|
|
|
|
'gray93' => 0x939393, |
2364
|
|
|
|
|
|
|
'gray147' => 0x939393, |
2365
|
|
|
|
|
|
|
'grey93' => 0x939393, |
2366
|
|
|
|
|
|
|
'grey147' => 0x939393, |
2367
|
|
|
|
|
|
|
'red93' => 0x930000, |
2368
|
|
|
|
|
|
|
'red147' => 0x930000, |
2369
|
|
|
|
|
|
|
'green93' => 0x009300, |
2370
|
|
|
|
|
|
|
'green147' => 0x009300, |
2371
|
|
|
|
|
|
|
'blue93' => 0x000093, |
2372
|
|
|
|
|
|
|
'blue147' => 0x000093, |
2373
|
|
|
|
|
|
|
'yellow93' => 0x939300, |
2374
|
|
|
|
|
|
|
'yellow147' => 0x939300, |
2375
|
|
|
|
|
|
|
'cyan93' => 0x009393, |
2376
|
|
|
|
|
|
|
'cyan147' => 0x009393, |
2377
|
|
|
|
|
|
|
'purple93' => 0x930093, |
2378
|
|
|
|
|
|
|
'purple147' => 0x930093, |
2379
|
|
|
|
|
|
|
'gray94' => 0x949494, |
2380
|
|
|
|
|
|
|
'gray148' => 0x949494, |
2381
|
|
|
|
|
|
|
'grey94' => 0x949494, |
2382
|
|
|
|
|
|
|
'grey148' => 0x949494, |
2383
|
|
|
|
|
|
|
'red94' => 0x940000, |
2384
|
|
|
|
|
|
|
'red148' => 0x940000, |
2385
|
|
|
|
|
|
|
'green94' => 0x009400, |
2386
|
|
|
|
|
|
|
'green148' => 0x009400, |
2387
|
|
|
|
|
|
|
'blue94' => 0x000094, |
2388
|
|
|
|
|
|
|
'blue148' => 0x000094, |
2389
|
|
|
|
|
|
|
'yellow94' => 0x949400, |
2390
|
|
|
|
|
|
|
'yellow148' => 0x949400, |
2391
|
|
|
|
|
|
|
'cyan94' => 0x009494, |
2392
|
|
|
|
|
|
|
'cyan148' => 0x009494, |
2393
|
|
|
|
|
|
|
'purple94' => 0x940094, |
2394
|
|
|
|
|
|
|
'purple148' => 0x940094, |
2395
|
|
|
|
|
|
|
'gray95' => 0x959595, |
2396
|
|
|
|
|
|
|
'gray149' => 0x959595, |
2397
|
|
|
|
|
|
|
'grey95' => 0x959595, |
2398
|
|
|
|
|
|
|
'grey149' => 0x959595, |
2399
|
|
|
|
|
|
|
'red95' => 0x950000, |
2400
|
|
|
|
|
|
|
'red149' => 0x950000, |
2401
|
|
|
|
|
|
|
'green95' => 0x009500, |
2402
|
|
|
|
|
|
|
'green149' => 0x009500, |
2403
|
|
|
|
|
|
|
'blue95' => 0x000095, |
2404
|
|
|
|
|
|
|
'blue149' => 0x000095, |
2405
|
|
|
|
|
|
|
'yellow95' => 0x959500, |
2406
|
|
|
|
|
|
|
'yellow149' => 0x959500, |
2407
|
|
|
|
|
|
|
'cyan95' => 0x009595, |
2408
|
|
|
|
|
|
|
'cyan149' => 0x009595, |
2409
|
|
|
|
|
|
|
'purple95' => 0x950095, |
2410
|
|
|
|
|
|
|
'purple149' => 0x950095, |
2411
|
|
|
|
|
|
|
'gray96' => 0x969696, |
2412
|
|
|
|
|
|
|
'gray150' => 0x969696, |
2413
|
|
|
|
|
|
|
'grey96' => 0x969696, |
2414
|
|
|
|
|
|
|
'grey150' => 0x969696, |
2415
|
|
|
|
|
|
|
'red96' => 0x960000, |
2416
|
|
|
|
|
|
|
'red150' => 0x960000, |
2417
|
|
|
|
|
|
|
'green96' => 0x009600, |
2418
|
|
|
|
|
|
|
'green150' => 0x009600, |
2419
|
|
|
|
|
|
|
'blue96' => 0x000096, |
2420
|
|
|
|
|
|
|
'blue150' => 0x000096, |
2421
|
|
|
|
|
|
|
'yellow96' => 0x969600, |
2422
|
|
|
|
|
|
|
'yellow150' => 0x969600, |
2423
|
|
|
|
|
|
|
'cyan96' => 0x009696, |
2424
|
|
|
|
|
|
|
'cyan150' => 0x009696, |
2425
|
|
|
|
|
|
|
'purple96' => 0x960096, |
2426
|
|
|
|
|
|
|
'purple150' => 0x960096, |
2427
|
|
|
|
|
|
|
'gray97' => 0x979797, |
2428
|
|
|
|
|
|
|
'gray151' => 0x979797, |
2429
|
|
|
|
|
|
|
'grey97' => 0x979797, |
2430
|
|
|
|
|
|
|
'grey151' => 0x979797, |
2431
|
|
|
|
|
|
|
'red97' => 0x970000, |
2432
|
|
|
|
|
|
|
'red151' => 0x970000, |
2433
|
|
|
|
|
|
|
'green97' => 0x009700, |
2434
|
|
|
|
|
|
|
'green151' => 0x009700, |
2435
|
|
|
|
|
|
|
'blue97' => 0x000097, |
2436
|
|
|
|
|
|
|
'blue151' => 0x000097, |
2437
|
|
|
|
|
|
|
'yellow97' => 0x979700, |
2438
|
|
|
|
|
|
|
'yellow151' => 0x979700, |
2439
|
|
|
|
|
|
|
'cyan97' => 0x009797, |
2440
|
|
|
|
|
|
|
'cyan151' => 0x009797, |
2441
|
|
|
|
|
|
|
'purple97' => 0x970097, |
2442
|
|
|
|
|
|
|
'purple151' => 0x970097, |
2443
|
|
|
|
|
|
|
'gray98' => 0x989898, |
2444
|
|
|
|
|
|
|
'gray152' => 0x989898, |
2445
|
|
|
|
|
|
|
'grey98' => 0x989898, |
2446
|
|
|
|
|
|
|
'grey152' => 0x989898, |
2447
|
|
|
|
|
|
|
'red98' => 0x980000, |
2448
|
|
|
|
|
|
|
'red152' => 0x980000, |
2449
|
|
|
|
|
|
|
'green98' => 0x009800, |
2450
|
|
|
|
|
|
|
'green152' => 0x009800, |
2451
|
|
|
|
|
|
|
'blue98' => 0x000098, |
2452
|
|
|
|
|
|
|
'blue152' => 0x000098, |
2453
|
|
|
|
|
|
|
'yellow98' => 0x989800, |
2454
|
|
|
|
|
|
|
'yellow152' => 0x989800, |
2455
|
|
|
|
|
|
|
'cyan98' => 0x009898, |
2456
|
|
|
|
|
|
|
'cyan152' => 0x009898, |
2457
|
|
|
|
|
|
|
'purple98' => 0x980098, |
2458
|
|
|
|
|
|
|
'purple152' => 0x980098, |
2459
|
|
|
|
|
|
|
'gray99' => 0x999999, |
2460
|
|
|
|
|
|
|
'gray153' => 0x999999, |
2461
|
|
|
|
|
|
|
'grey99' => 0x999999, |
2462
|
|
|
|
|
|
|
'grey153' => 0x999999, |
2463
|
|
|
|
|
|
|
'red99' => 0x990000, |
2464
|
|
|
|
|
|
|
'red153' => 0x990000, |
2465
|
|
|
|
|
|
|
'green99' => 0x009900, |
2466
|
|
|
|
|
|
|
'green153' => 0x009900, |
2467
|
|
|
|
|
|
|
'blue99' => 0x000099, |
2468
|
|
|
|
|
|
|
'blue153' => 0x000099, |
2469
|
|
|
|
|
|
|
'yellow99' => 0x999900, |
2470
|
|
|
|
|
|
|
'yellow153' => 0x999900, |
2471
|
|
|
|
|
|
|
'cyan99' => 0x009999, |
2472
|
|
|
|
|
|
|
'cyan153' => 0x009999, |
2473
|
|
|
|
|
|
|
'purple99' => 0x990099, |
2474
|
|
|
|
|
|
|
'purple153' => 0x990099, |
2475
|
|
|
|
|
|
|
'gray9a' => 0x9a9a9a, |
2476
|
|
|
|
|
|
|
'gray154' => 0x9a9a9a, |
2477
|
|
|
|
|
|
|
'grey9a' => 0x9a9a9a, |
2478
|
|
|
|
|
|
|
'grey154' => 0x9a9a9a, |
2479
|
|
|
|
|
|
|
'red9a' => 0x9a0000, |
2480
|
|
|
|
|
|
|
'red154' => 0x9a0000, |
2481
|
|
|
|
|
|
|
'green9a' => 0x009a00, |
2482
|
|
|
|
|
|
|
'green154' => 0x009a00, |
2483
|
|
|
|
|
|
|
'blue9a' => 0x00009a, |
2484
|
|
|
|
|
|
|
'blue154' => 0x00009a, |
2485
|
|
|
|
|
|
|
'yellow9a' => 0x9a9a00, |
2486
|
|
|
|
|
|
|
'yellow154' => 0x9a9a00, |
2487
|
|
|
|
|
|
|
'cyan9a' => 0x009a9a, |
2488
|
|
|
|
|
|
|
'cyan154' => 0x009a9a, |
2489
|
|
|
|
|
|
|
'purple9a' => 0x9a009a, |
2490
|
|
|
|
|
|
|
'purple154' => 0x9a009a, |
2491
|
|
|
|
|
|
|
'gray9b' => 0x9b9b9b, |
2492
|
|
|
|
|
|
|
'gray155' => 0x9b9b9b, |
2493
|
|
|
|
|
|
|
'grey9b' => 0x9b9b9b, |
2494
|
|
|
|
|
|
|
'grey155' => 0x9b9b9b, |
2495
|
|
|
|
|
|
|
'red9b' => 0x9b0000, |
2496
|
|
|
|
|
|
|
'red155' => 0x9b0000, |
2497
|
|
|
|
|
|
|
'green9b' => 0x009b00, |
2498
|
|
|
|
|
|
|
'green155' => 0x009b00, |
2499
|
|
|
|
|
|
|
'blue9b' => 0x00009b, |
2500
|
|
|
|
|
|
|
'blue155' => 0x00009b, |
2501
|
|
|
|
|
|
|
'yellow9b' => 0x9b9b00, |
2502
|
|
|
|
|
|
|
'yellow155' => 0x9b9b00, |
2503
|
|
|
|
|
|
|
'cyan9b' => 0x009b9b, |
2504
|
|
|
|
|
|
|
'cyan155' => 0x009b9b, |
2505
|
|
|
|
|
|
|
'purple9b' => 0x9b009b, |
2506
|
|
|
|
|
|
|
'purple155' => 0x9b009b, |
2507
|
|
|
|
|
|
|
'gray9c' => 0x9c9c9c, |
2508
|
|
|
|
|
|
|
'gray156' => 0x9c9c9c, |
2509
|
|
|
|
|
|
|
'grey9c' => 0x9c9c9c, |
2510
|
|
|
|
|
|
|
'grey156' => 0x9c9c9c, |
2511
|
|
|
|
|
|
|
'red9c' => 0x9c0000, |
2512
|
|
|
|
|
|
|
'red156' => 0x9c0000, |
2513
|
|
|
|
|
|
|
'green9c' => 0x009c00, |
2514
|
|
|
|
|
|
|
'green156' => 0x009c00, |
2515
|
|
|
|
|
|
|
'blue9c' => 0x00009c, |
2516
|
|
|
|
|
|
|
'blue156' => 0x00009c, |
2517
|
|
|
|
|
|
|
'yellow9c' => 0x9c9c00, |
2518
|
|
|
|
|
|
|
'yellow156' => 0x9c9c00, |
2519
|
|
|
|
|
|
|
'cyan9c' => 0x009c9c, |
2520
|
|
|
|
|
|
|
'cyan156' => 0x009c9c, |
2521
|
|
|
|
|
|
|
'purple9c' => 0x9c009c, |
2522
|
|
|
|
|
|
|
'purple156' => 0x9c009c, |
2523
|
|
|
|
|
|
|
'gray9d' => 0x9d9d9d, |
2524
|
|
|
|
|
|
|
'gray157' => 0x9d9d9d, |
2525
|
|
|
|
|
|
|
'grey9d' => 0x9d9d9d, |
2526
|
|
|
|
|
|
|
'grey157' => 0x9d9d9d, |
2527
|
|
|
|
|
|
|
'red9d' => 0x9d0000, |
2528
|
|
|
|
|
|
|
'red157' => 0x9d0000, |
2529
|
|
|
|
|
|
|
'green9d' => 0x009d00, |
2530
|
|
|
|
|
|
|
'green157' => 0x009d00, |
2531
|
|
|
|
|
|
|
'blue9d' => 0x00009d, |
2532
|
|
|
|
|
|
|
'blue157' => 0x00009d, |
2533
|
|
|
|
|
|
|
'yellow9d' => 0x9d9d00, |
2534
|
|
|
|
|
|
|
'yellow157' => 0x9d9d00, |
2535
|
|
|
|
|
|
|
'cyan9d' => 0x009d9d, |
2536
|
|
|
|
|
|
|
'cyan157' => 0x009d9d, |
2537
|
|
|
|
|
|
|
'purple9d' => 0x9d009d, |
2538
|
|
|
|
|
|
|
'purple157' => 0x9d009d, |
2539
|
|
|
|
|
|
|
'gray9e' => 0x9e9e9e, |
2540
|
|
|
|
|
|
|
'gray158' => 0x9e9e9e, |
2541
|
|
|
|
|
|
|
'grey9e' => 0x9e9e9e, |
2542
|
|
|
|
|
|
|
'grey158' => 0x9e9e9e, |
2543
|
|
|
|
|
|
|
'red9e' => 0x9e0000, |
2544
|
|
|
|
|
|
|
'red158' => 0x9e0000, |
2545
|
|
|
|
|
|
|
'green9e' => 0x009e00, |
2546
|
|
|
|
|
|
|
'green158' => 0x009e00, |
2547
|
|
|
|
|
|
|
'blue9e' => 0x00009e, |
2548
|
|
|
|
|
|
|
'blue158' => 0x00009e, |
2549
|
|
|
|
|
|
|
'yellow9e' => 0x9e9e00, |
2550
|
|
|
|
|
|
|
'yellow158' => 0x9e9e00, |
2551
|
|
|
|
|
|
|
'cyan9e' => 0x009e9e, |
2552
|
|
|
|
|
|
|
'cyan158' => 0x009e9e, |
2553
|
|
|
|
|
|
|
'purple9e' => 0x9e009e, |
2554
|
|
|
|
|
|
|
'purple158' => 0x9e009e, |
2555
|
|
|
|
|
|
|
'gray9f' => 0x9f9f9f, |
2556
|
|
|
|
|
|
|
'gray159' => 0x9f9f9f, |
2557
|
|
|
|
|
|
|
'grey9f' => 0x9f9f9f, |
2558
|
|
|
|
|
|
|
'grey159' => 0x9f9f9f, |
2559
|
|
|
|
|
|
|
'red9f' => 0x9f0000, |
2560
|
|
|
|
|
|
|
'red159' => 0x9f0000, |
2561
|
|
|
|
|
|
|
'green9f' => 0x009f00, |
2562
|
|
|
|
|
|
|
'green159' => 0x009f00, |
2563
|
|
|
|
|
|
|
'blue9f' => 0x00009f, |
2564
|
|
|
|
|
|
|
'blue159' => 0x00009f, |
2565
|
|
|
|
|
|
|
'yellow9f' => 0x9f9f00, |
2566
|
|
|
|
|
|
|
'yellow159' => 0x9f9f00, |
2567
|
|
|
|
|
|
|
'cyan9f' => 0x009f9f, |
2568
|
|
|
|
|
|
|
'cyan159' => 0x009f9f, |
2569
|
|
|
|
|
|
|
'purple9f' => 0x9f009f, |
2570
|
|
|
|
|
|
|
'purple159' => 0x9f009f, |
2571
|
|
|
|
|
|
|
'graya0' => 0xa0a0a0, |
2572
|
|
|
|
|
|
|
'gray160' => 0xa0a0a0, |
2573
|
|
|
|
|
|
|
'greya0' => 0xa0a0a0, |
2574
|
|
|
|
|
|
|
'grey160' => 0xa0a0a0, |
2575
|
|
|
|
|
|
|
'reda0' => 0xa00000, |
2576
|
|
|
|
|
|
|
'red160' => 0xa00000, |
2577
|
|
|
|
|
|
|
'greena0' => 0x00a000, |
2578
|
|
|
|
|
|
|
'green160' => 0x00a000, |
2579
|
|
|
|
|
|
|
'bluea0' => 0x0000a0, |
2580
|
|
|
|
|
|
|
'blue160' => 0x0000a0, |
2581
|
|
|
|
|
|
|
'yellowa0' => 0xa0a000, |
2582
|
|
|
|
|
|
|
'yellow160' => 0xa0a000, |
2583
|
|
|
|
|
|
|
'cyana0' => 0x00a0a0, |
2584
|
|
|
|
|
|
|
'cyan160' => 0x00a0a0, |
2585
|
|
|
|
|
|
|
'purplea0' => 0xa000a0, |
2586
|
|
|
|
|
|
|
'purple160' => 0xa000a0, |
2587
|
|
|
|
|
|
|
'graya1' => 0xa1a1a1, |
2588
|
|
|
|
|
|
|
'gray161' => 0xa1a1a1, |
2589
|
|
|
|
|
|
|
'greya1' => 0xa1a1a1, |
2590
|
|
|
|
|
|
|
'grey161' => 0xa1a1a1, |
2591
|
|
|
|
|
|
|
'reda1' => 0xa10000, |
2592
|
|
|
|
|
|
|
'red161' => 0xa10000, |
2593
|
|
|
|
|
|
|
'greena1' => 0x00a100, |
2594
|
|
|
|
|
|
|
'green161' => 0x00a100, |
2595
|
|
|
|
|
|
|
'bluea1' => 0x0000a1, |
2596
|
|
|
|
|
|
|
'blue161' => 0x0000a1, |
2597
|
|
|
|
|
|
|
'yellowa1' => 0xa1a100, |
2598
|
|
|
|
|
|
|
'yellow161' => 0xa1a100, |
2599
|
|
|
|
|
|
|
'cyana1' => 0x00a1a1, |
2600
|
|
|
|
|
|
|
'cyan161' => 0x00a1a1, |
2601
|
|
|
|
|
|
|
'purplea1' => 0xa100a1, |
2602
|
|
|
|
|
|
|
'purple161' => 0xa100a1, |
2603
|
|
|
|
|
|
|
'graya2' => 0xa2a2a2, |
2604
|
|
|
|
|
|
|
'gray162' => 0xa2a2a2, |
2605
|
|
|
|
|
|
|
'greya2' => 0xa2a2a2, |
2606
|
|
|
|
|
|
|
'grey162' => 0xa2a2a2, |
2607
|
|
|
|
|
|
|
'reda2' => 0xa20000, |
2608
|
|
|
|
|
|
|
'red162' => 0xa20000, |
2609
|
|
|
|
|
|
|
'greena2' => 0x00a200, |
2610
|
|
|
|
|
|
|
'green162' => 0x00a200, |
2611
|
|
|
|
|
|
|
'bluea2' => 0x0000a2, |
2612
|
|
|
|
|
|
|
'blue162' => 0x0000a2, |
2613
|
|
|
|
|
|
|
'yellowa2' => 0xa2a200, |
2614
|
|
|
|
|
|
|
'yellow162' => 0xa2a200, |
2615
|
|
|
|
|
|
|
'cyana2' => 0x00a2a2, |
2616
|
|
|
|
|
|
|
'cyan162' => 0x00a2a2, |
2617
|
|
|
|
|
|
|
'purplea2' => 0xa200a2, |
2618
|
|
|
|
|
|
|
'purple162' => 0xa200a2, |
2619
|
|
|
|
|
|
|
'graya3' => 0xa3a3a3, |
2620
|
|
|
|
|
|
|
'gray163' => 0xa3a3a3, |
2621
|
|
|
|
|
|
|
'greya3' => 0xa3a3a3, |
2622
|
|
|
|
|
|
|
'grey163' => 0xa3a3a3, |
2623
|
|
|
|
|
|
|
'reda3' => 0xa30000, |
2624
|
|
|
|
|
|
|
'red163' => 0xa30000, |
2625
|
|
|
|
|
|
|
'greena3' => 0x00a300, |
2626
|
|
|
|
|
|
|
'green163' => 0x00a300, |
2627
|
|
|
|
|
|
|
'bluea3' => 0x0000a3, |
2628
|
|
|
|
|
|
|
'blue163' => 0x0000a3, |
2629
|
|
|
|
|
|
|
'yellowa3' => 0xa3a300, |
2630
|
|
|
|
|
|
|
'yellow163' => 0xa3a300, |
2631
|
|
|
|
|
|
|
'cyana3' => 0x00a3a3, |
2632
|
|
|
|
|
|
|
'cyan163' => 0x00a3a3, |
2633
|
|
|
|
|
|
|
'purplea3' => 0xa300a3, |
2634
|
|
|
|
|
|
|
'purple163' => 0xa300a3, |
2635
|
|
|
|
|
|
|
'graya4' => 0xa4a4a4, |
2636
|
|
|
|
|
|
|
'gray164' => 0xa4a4a4, |
2637
|
|
|
|
|
|
|
'greya4' => 0xa4a4a4, |
2638
|
|
|
|
|
|
|
'grey164' => 0xa4a4a4, |
2639
|
|
|
|
|
|
|
'reda4' => 0xa40000, |
2640
|
|
|
|
|
|
|
'red164' => 0xa40000, |
2641
|
|
|
|
|
|
|
'greena4' => 0x00a400, |
2642
|
|
|
|
|
|
|
'green164' => 0x00a400, |
2643
|
|
|
|
|
|
|
'bluea4' => 0x0000a4, |
2644
|
|
|
|
|
|
|
'blue164' => 0x0000a4, |
2645
|
|
|
|
|
|
|
'yellowa4' => 0xa4a400, |
2646
|
|
|
|
|
|
|
'yellow164' => 0xa4a400, |
2647
|
|
|
|
|
|
|
'cyana4' => 0x00a4a4, |
2648
|
|
|
|
|
|
|
'cyan164' => 0x00a4a4, |
2649
|
|
|
|
|
|
|
'purplea4' => 0xa400a4, |
2650
|
|
|
|
|
|
|
'purple164' => 0xa400a4, |
2651
|
|
|
|
|
|
|
'graya5' => 0xa5a5a5, |
2652
|
|
|
|
|
|
|
'gray165' => 0xa5a5a5, |
2653
|
|
|
|
|
|
|
'greya5' => 0xa5a5a5, |
2654
|
|
|
|
|
|
|
'grey165' => 0xa5a5a5, |
2655
|
|
|
|
|
|
|
'reda5' => 0xa50000, |
2656
|
|
|
|
|
|
|
'red165' => 0xa50000, |
2657
|
|
|
|
|
|
|
'greena5' => 0x00a500, |
2658
|
|
|
|
|
|
|
'green165' => 0x00a500, |
2659
|
|
|
|
|
|
|
'bluea5' => 0x0000a5, |
2660
|
|
|
|
|
|
|
'blue165' => 0x0000a5, |
2661
|
|
|
|
|
|
|
'yellowa5' => 0xa5a500, |
2662
|
|
|
|
|
|
|
'yellow165' => 0xa5a500, |
2663
|
|
|
|
|
|
|
'cyana5' => 0x00a5a5, |
2664
|
|
|
|
|
|
|
'cyan165' => 0x00a5a5, |
2665
|
|
|
|
|
|
|
'purplea5' => 0xa500a5, |
2666
|
|
|
|
|
|
|
'purple165' => 0xa500a5, |
2667
|
|
|
|
|
|
|
'graya6' => 0xa6a6a6, |
2668
|
|
|
|
|
|
|
'gray166' => 0xa6a6a6, |
2669
|
|
|
|
|
|
|
'greya6' => 0xa6a6a6, |
2670
|
|
|
|
|
|
|
'grey166' => 0xa6a6a6, |
2671
|
|
|
|
|
|
|
'reda6' => 0xa60000, |
2672
|
|
|
|
|
|
|
'red166' => 0xa60000, |
2673
|
|
|
|
|
|
|
'greena6' => 0x00a600, |
2674
|
|
|
|
|
|
|
'green166' => 0x00a600, |
2675
|
|
|
|
|
|
|
'bluea6' => 0x0000a6, |
2676
|
|
|
|
|
|
|
'blue166' => 0x0000a6, |
2677
|
|
|
|
|
|
|
'yellowa6' => 0xa6a600, |
2678
|
|
|
|
|
|
|
'yellow166' => 0xa6a600, |
2679
|
|
|
|
|
|
|
'cyana6' => 0x00a6a6, |
2680
|
|
|
|
|
|
|
'cyan166' => 0x00a6a6, |
2681
|
|
|
|
|
|
|
'purplea6' => 0xa600a6, |
2682
|
|
|
|
|
|
|
'purple166' => 0xa600a6, |
2683
|
|
|
|
|
|
|
'graya7' => 0xa7a7a7, |
2684
|
|
|
|
|
|
|
'gray167' => 0xa7a7a7, |
2685
|
|
|
|
|
|
|
'greya7' => 0xa7a7a7, |
2686
|
|
|
|
|
|
|
'grey167' => 0xa7a7a7, |
2687
|
|
|
|
|
|
|
'reda7' => 0xa70000, |
2688
|
|
|
|
|
|
|
'red167' => 0xa70000, |
2689
|
|
|
|
|
|
|
'greena7' => 0x00a700, |
2690
|
|
|
|
|
|
|
'green167' => 0x00a700, |
2691
|
|
|
|
|
|
|
'bluea7' => 0x0000a7, |
2692
|
|
|
|
|
|
|
'blue167' => 0x0000a7, |
2693
|
|
|
|
|
|
|
'yellowa7' => 0xa7a700, |
2694
|
|
|
|
|
|
|
'yellow167' => 0xa7a700, |
2695
|
|
|
|
|
|
|
'cyana7' => 0x00a7a7, |
2696
|
|
|
|
|
|
|
'cyan167' => 0x00a7a7, |
2697
|
|
|
|
|
|
|
'purplea7' => 0xa700a7, |
2698
|
|
|
|
|
|
|
'purple167' => 0xa700a7, |
2699
|
|
|
|
|
|
|
'graya8' => 0xa8a8a8, |
2700
|
|
|
|
|
|
|
'gray168' => 0xa8a8a8, |
2701
|
|
|
|
|
|
|
'greya8' => 0xa8a8a8, |
2702
|
|
|
|
|
|
|
'grey168' => 0xa8a8a8, |
2703
|
|
|
|
|
|
|
'reda8' => 0xa80000, |
2704
|
|
|
|
|
|
|
'red168' => 0xa80000, |
2705
|
|
|
|
|
|
|
'greena8' => 0x00a800, |
2706
|
|
|
|
|
|
|
'green168' => 0x00a800, |
2707
|
|
|
|
|
|
|
'bluea8' => 0x0000a8, |
2708
|
|
|
|
|
|
|
'blue168' => 0x0000a8, |
2709
|
|
|
|
|
|
|
'yellowa8' => 0xa8a800, |
2710
|
|
|
|
|
|
|
'yellow168' => 0xa8a800, |
2711
|
|
|
|
|
|
|
'cyana8' => 0x00a8a8, |
2712
|
|
|
|
|
|
|
'cyan168' => 0x00a8a8, |
2713
|
|
|
|
|
|
|
'purplea8' => 0xa800a8, |
2714
|
|
|
|
|
|
|
'purple168' => 0xa800a8, |
2715
|
|
|
|
|
|
|
'graya9' => 0xa9a9a9, |
2716
|
|
|
|
|
|
|
'gray169' => 0xa9a9a9, |
2717
|
|
|
|
|
|
|
'greya9' => 0xa9a9a9, |
2718
|
|
|
|
|
|
|
'grey169' => 0xa9a9a9, |
2719
|
|
|
|
|
|
|
'reda9' => 0xa90000, |
2720
|
|
|
|
|
|
|
'red169' => 0xa90000, |
2721
|
|
|
|
|
|
|
'greena9' => 0x00a900, |
2722
|
|
|
|
|
|
|
'green169' => 0x00a900, |
2723
|
|
|
|
|
|
|
'bluea9' => 0x0000a9, |
2724
|
|
|
|
|
|
|
'blue169' => 0x0000a9, |
2725
|
|
|
|
|
|
|
'yellowa9' => 0xa9a900, |
2726
|
|
|
|
|
|
|
'yellow169' => 0xa9a900, |
2727
|
|
|
|
|
|
|
'cyana9' => 0x00a9a9, |
2728
|
|
|
|
|
|
|
'cyan169' => 0x00a9a9, |
2729
|
|
|
|
|
|
|
'purplea9' => 0xa900a9, |
2730
|
|
|
|
|
|
|
'purple169' => 0xa900a9, |
2731
|
|
|
|
|
|
|
'grayaa' => 0xaaaaaa, |
2732
|
|
|
|
|
|
|
'gray170' => 0xaaaaaa, |
2733
|
|
|
|
|
|
|
'greyaa' => 0xaaaaaa, |
2734
|
|
|
|
|
|
|
'grey170' => 0xaaaaaa, |
2735
|
|
|
|
|
|
|
'redaa' => 0xaa0000, |
2736
|
|
|
|
|
|
|
'red170' => 0xaa0000, |
2737
|
|
|
|
|
|
|
'greenaa' => 0x00aa00, |
2738
|
|
|
|
|
|
|
'green170' => 0x00aa00, |
2739
|
|
|
|
|
|
|
'blueaa' => 0x0000aa, |
2740
|
|
|
|
|
|
|
'blue170' => 0x0000aa, |
2741
|
|
|
|
|
|
|
'yellowaa' => 0xaaaa00, |
2742
|
|
|
|
|
|
|
'yellow170' => 0xaaaa00, |
2743
|
|
|
|
|
|
|
'cyanaa' => 0x00aaaa, |
2744
|
|
|
|
|
|
|
'cyan170' => 0x00aaaa, |
2745
|
|
|
|
|
|
|
'purpleaa' => 0xaa00aa, |
2746
|
|
|
|
|
|
|
'purple170' => 0xaa00aa, |
2747
|
|
|
|
|
|
|
'grayab' => 0xababab, |
2748
|
|
|
|
|
|
|
'gray171' => 0xababab, |
2749
|
|
|
|
|
|
|
'greyab' => 0xababab, |
2750
|
|
|
|
|
|
|
'grey171' => 0xababab, |
2751
|
|
|
|
|
|
|
'redab' => 0xab0000, |
2752
|
|
|
|
|
|
|
'red171' => 0xab0000, |
2753
|
|
|
|
|
|
|
'greenab' => 0x00ab00, |
2754
|
|
|
|
|
|
|
'green171' => 0x00ab00, |
2755
|
|
|
|
|
|
|
'blueab' => 0x0000ab, |
2756
|
|
|
|
|
|
|
'blue171' => 0x0000ab, |
2757
|
|
|
|
|
|
|
'yellowab' => 0xabab00, |
2758
|
|
|
|
|
|
|
'yellow171' => 0xabab00, |
2759
|
|
|
|
|
|
|
'cyanab' => 0x00abab, |
2760
|
|
|
|
|
|
|
'cyan171' => 0x00abab, |
2761
|
|
|
|
|
|
|
'purpleab' => 0xab00ab, |
2762
|
|
|
|
|
|
|
'purple171' => 0xab00ab, |
2763
|
|
|
|
|
|
|
'grayac' => 0xacacac, |
2764
|
|
|
|
|
|
|
'gray172' => 0xacacac, |
2765
|
|
|
|
|
|
|
'greyac' => 0xacacac, |
2766
|
|
|
|
|
|
|
'grey172' => 0xacacac, |
2767
|
|
|
|
|
|
|
'redac' => 0xac0000, |
2768
|
|
|
|
|
|
|
'red172' => 0xac0000, |
2769
|
|
|
|
|
|
|
'greenac' => 0x00ac00, |
2770
|
|
|
|
|
|
|
'green172' => 0x00ac00, |
2771
|
|
|
|
|
|
|
'blueac' => 0x0000ac, |
2772
|
|
|
|
|
|
|
'blue172' => 0x0000ac, |
2773
|
|
|
|
|
|
|
'yellowac' => 0xacac00, |
2774
|
|
|
|
|
|
|
'yellow172' => 0xacac00, |
2775
|
|
|
|
|
|
|
'cyanac' => 0x00acac, |
2776
|
|
|
|
|
|
|
'cyan172' => 0x00acac, |
2777
|
|
|
|
|
|
|
'purpleac' => 0xac00ac, |
2778
|
|
|
|
|
|
|
'purple172' => 0xac00ac, |
2779
|
|
|
|
|
|
|
'grayad' => 0xadadad, |
2780
|
|
|
|
|
|
|
'gray173' => 0xadadad, |
2781
|
|
|
|
|
|
|
'greyad' => 0xadadad, |
2782
|
|
|
|
|
|
|
'grey173' => 0xadadad, |
2783
|
|
|
|
|
|
|
'redad' => 0xad0000, |
2784
|
|
|
|
|
|
|
'red173' => 0xad0000, |
2785
|
|
|
|
|
|
|
'greenad' => 0x00ad00, |
2786
|
|
|
|
|
|
|
'green173' => 0x00ad00, |
2787
|
|
|
|
|
|
|
'bluead' => 0x0000ad, |
2788
|
|
|
|
|
|
|
'blue173' => 0x0000ad, |
2789
|
|
|
|
|
|
|
'yellowad' => 0xadad00, |
2790
|
|
|
|
|
|
|
'yellow173' => 0xadad00, |
2791
|
|
|
|
|
|
|
'cyanad' => 0x00adad, |
2792
|
|
|
|
|
|
|
'cyan173' => 0x00adad, |
2793
|
|
|
|
|
|
|
'purplead' => 0xad00ad, |
2794
|
|
|
|
|
|
|
'purple173' => 0xad00ad, |
2795
|
|
|
|
|
|
|
'grayae' => 0xaeaeae, |
2796
|
|
|
|
|
|
|
'gray174' => 0xaeaeae, |
2797
|
|
|
|
|
|
|
'greyae' => 0xaeaeae, |
2798
|
|
|
|
|
|
|
'grey174' => 0xaeaeae, |
2799
|
|
|
|
|
|
|
'redae' => 0xae0000, |
2800
|
|
|
|
|
|
|
'red174' => 0xae0000, |
2801
|
|
|
|
|
|
|
'greenae' => 0x00ae00, |
2802
|
|
|
|
|
|
|
'green174' => 0x00ae00, |
2803
|
|
|
|
|
|
|
'blueae' => 0x0000ae, |
2804
|
|
|
|
|
|
|
'blue174' => 0x0000ae, |
2805
|
|
|
|
|
|
|
'yellowae' => 0xaeae00, |
2806
|
|
|
|
|
|
|
'yellow174' => 0xaeae00, |
2807
|
|
|
|
|
|
|
'cyanae' => 0x00aeae, |
2808
|
|
|
|
|
|
|
'cyan174' => 0x00aeae, |
2809
|
|
|
|
|
|
|
'purpleae' => 0xae00ae, |
2810
|
|
|
|
|
|
|
'purple174' => 0xae00ae, |
2811
|
|
|
|
|
|
|
'grayaf' => 0xafafaf, |
2812
|
|
|
|
|
|
|
'gray175' => 0xafafaf, |
2813
|
|
|
|
|
|
|
'greyaf' => 0xafafaf, |
2814
|
|
|
|
|
|
|
'grey175' => 0xafafaf, |
2815
|
|
|
|
|
|
|
'redaf' => 0xaf0000, |
2816
|
|
|
|
|
|
|
'red175' => 0xaf0000, |
2817
|
|
|
|
|
|
|
'greenaf' => 0x00af00, |
2818
|
|
|
|
|
|
|
'green175' => 0x00af00, |
2819
|
|
|
|
|
|
|
'blueaf' => 0x0000af, |
2820
|
|
|
|
|
|
|
'blue175' => 0x0000af, |
2821
|
|
|
|
|
|
|
'yellowaf' => 0xafaf00, |
2822
|
|
|
|
|
|
|
'yellow175' => 0xafaf00, |
2823
|
|
|
|
|
|
|
'cyanaf' => 0x00afaf, |
2824
|
|
|
|
|
|
|
'cyan175' => 0x00afaf, |
2825
|
|
|
|
|
|
|
'purpleaf' => 0xaf00af, |
2826
|
|
|
|
|
|
|
'purple175' => 0xaf00af, |
2827
|
|
|
|
|
|
|
'grayb0' => 0xb0b0b0, |
2828
|
|
|
|
|
|
|
'gray176' => 0xb0b0b0, |
2829
|
|
|
|
|
|
|
'greyb0' => 0xb0b0b0, |
2830
|
|
|
|
|
|
|
'grey176' => 0xb0b0b0, |
2831
|
|
|
|
|
|
|
'redb0' => 0xb00000, |
2832
|
|
|
|
|
|
|
'red176' => 0xb00000, |
2833
|
|
|
|
|
|
|
'greenb0' => 0x00b000, |
2834
|
|
|
|
|
|
|
'green176' => 0x00b000, |
2835
|
|
|
|
|
|
|
'blueb0' => 0x0000b0, |
2836
|
|
|
|
|
|
|
'blue176' => 0x0000b0, |
2837
|
|
|
|
|
|
|
'yellowb0' => 0xb0b000, |
2838
|
|
|
|
|
|
|
'yellow176' => 0xb0b000, |
2839
|
|
|
|
|
|
|
'cyanb0' => 0x00b0b0, |
2840
|
|
|
|
|
|
|
'cyan176' => 0x00b0b0, |
2841
|
|
|
|
|
|
|
'purpleb0' => 0xb000b0, |
2842
|
|
|
|
|
|
|
'purple176' => 0xb000b0, |
2843
|
|
|
|
|
|
|
'grayb1' => 0xb1b1b1, |
2844
|
|
|
|
|
|
|
'gray177' => 0xb1b1b1, |
2845
|
|
|
|
|
|
|
'greyb1' => 0xb1b1b1, |
2846
|
|
|
|
|
|
|
'grey177' => 0xb1b1b1, |
2847
|
|
|
|
|
|
|
'redb1' => 0xb10000, |
2848
|
|
|
|
|
|
|
'red177' => 0xb10000, |
2849
|
|
|
|
|
|
|
'greenb1' => 0x00b100, |
2850
|
|
|
|
|
|
|
'green177' => 0x00b100, |
2851
|
|
|
|
|
|
|
'blueb1' => 0x0000b1, |
2852
|
|
|
|
|
|
|
'blue177' => 0x0000b1, |
2853
|
|
|
|
|
|
|
'yellowb1' => 0xb1b100, |
2854
|
|
|
|
|
|
|
'yellow177' => 0xb1b100, |
2855
|
|
|
|
|
|
|
'cyanb1' => 0x00b1b1, |
2856
|
|
|
|
|
|
|
'cyan177' => 0x00b1b1, |
2857
|
|
|
|
|
|
|
'purpleb1' => 0xb100b1, |
2858
|
|
|
|
|
|
|
'purple177' => 0xb100b1, |
2859
|
|
|
|
|
|
|
'grayb2' => 0xb2b2b2, |
2860
|
|
|
|
|
|
|
'gray178' => 0xb2b2b2, |
2861
|
|
|
|
|
|
|
'greyb2' => 0xb2b2b2, |
2862
|
|
|
|
|
|
|
'grey178' => 0xb2b2b2, |
2863
|
|
|
|
|
|
|
'redb2' => 0xb20000, |
2864
|
|
|
|
|
|
|
'red178' => 0xb20000, |
2865
|
|
|
|
|
|
|
'greenb2' => 0x00b200, |
2866
|
|
|
|
|
|
|
'green178' => 0x00b200, |
2867
|
|
|
|
|
|
|
'blueb2' => 0x0000b2, |
2868
|
|
|
|
|
|
|
'blue178' => 0x0000b2, |
2869
|
|
|
|
|
|
|
'yellowb2' => 0xb2b200, |
2870
|
|
|
|
|
|
|
'yellow178' => 0xb2b200, |
2871
|
|
|
|
|
|
|
'cyanb2' => 0x00b2b2, |
2872
|
|
|
|
|
|
|
'cyan178' => 0x00b2b2, |
2873
|
|
|
|
|
|
|
'purpleb2' => 0xb200b2, |
2874
|
|
|
|
|
|
|
'purple178' => 0xb200b2, |
2875
|
|
|
|
|
|
|
'grayb3' => 0xb3b3b3, |
2876
|
|
|
|
|
|
|
'gray179' => 0xb3b3b3, |
2877
|
|
|
|
|
|
|
'greyb3' => 0xb3b3b3, |
2878
|
|
|
|
|
|
|
'grey179' => 0xb3b3b3, |
2879
|
|
|
|
|
|
|
'redb3' => 0xb30000, |
2880
|
|
|
|
|
|
|
'red179' => 0xb30000, |
2881
|
|
|
|
|
|
|
'greenb3' => 0x00b300, |
2882
|
|
|
|
|
|
|
'green179' => 0x00b300, |
2883
|
|
|
|
|
|
|
'blueb3' => 0x0000b3, |
2884
|
|
|
|
|
|
|
'blue179' => 0x0000b3, |
2885
|
|
|
|
|
|
|
'yellowb3' => 0xb3b300, |
2886
|
|
|
|
|
|
|
'yellow179' => 0xb3b300, |
2887
|
|
|
|
|
|
|
'cyanb3' => 0x00b3b3, |
2888
|
|
|
|
|
|
|
'cyan179' => 0x00b3b3, |
2889
|
|
|
|
|
|
|
'purpleb3' => 0xb300b3, |
2890
|
|
|
|
|
|
|
'purple179' => 0xb300b3, |
2891
|
|
|
|
|
|
|
'grayb4' => 0xb4b4b4, |
2892
|
|
|
|
|
|
|
'gray180' => 0xb4b4b4, |
2893
|
|
|
|
|
|
|
'greyb4' => 0xb4b4b4, |
2894
|
|
|
|
|
|
|
'grey180' => 0xb4b4b4, |
2895
|
|
|
|
|
|
|
'redb4' => 0xb40000, |
2896
|
|
|
|
|
|
|
'red180' => 0xb40000, |
2897
|
|
|
|
|
|
|
'greenb4' => 0x00b400, |
2898
|
|
|
|
|
|
|
'green180' => 0x00b400, |
2899
|
|
|
|
|
|
|
'blueb4' => 0x0000b4, |
2900
|
|
|
|
|
|
|
'blue180' => 0x0000b4, |
2901
|
|
|
|
|
|
|
'yellowb4' => 0xb4b400, |
2902
|
|
|
|
|
|
|
'yellow180' => 0xb4b400, |
2903
|
|
|
|
|
|
|
'cyanb4' => 0x00b4b4, |
2904
|
|
|
|
|
|
|
'cyan180' => 0x00b4b4, |
2905
|
|
|
|
|
|
|
'purpleb4' => 0xb400b4, |
2906
|
|
|
|
|
|
|
'purple180' => 0xb400b4, |
2907
|
|
|
|
|
|
|
'grayb5' => 0xb5b5b5, |
2908
|
|
|
|
|
|
|
'gray181' => 0xb5b5b5, |
2909
|
|
|
|
|
|
|
'greyb5' => 0xb5b5b5, |
2910
|
|
|
|
|
|
|
'grey181' => 0xb5b5b5, |
2911
|
|
|
|
|
|
|
'redb5' => 0xb50000, |
2912
|
|
|
|
|
|
|
'red181' => 0xb50000, |
2913
|
|
|
|
|
|
|
'greenb5' => 0x00b500, |
2914
|
|
|
|
|
|
|
'green181' => 0x00b500, |
2915
|
|
|
|
|
|
|
'blueb5' => 0x0000b5, |
2916
|
|
|
|
|
|
|
'blue181' => 0x0000b5, |
2917
|
|
|
|
|
|
|
'yellowb5' => 0xb5b500, |
2918
|
|
|
|
|
|
|
'yellow181' => 0xb5b500, |
2919
|
|
|
|
|
|
|
'cyanb5' => 0x00b5b5, |
2920
|
|
|
|
|
|
|
'cyan181' => 0x00b5b5, |
2921
|
|
|
|
|
|
|
'purpleb5' => 0xb500b5, |
2922
|
|
|
|
|
|
|
'purple181' => 0xb500b5, |
2923
|
|
|
|
|
|
|
'grayb6' => 0xb6b6b6, |
2924
|
|
|
|
|
|
|
'gray182' => 0xb6b6b6, |
2925
|
|
|
|
|
|
|
'greyb6' => 0xb6b6b6, |
2926
|
|
|
|
|
|
|
'grey182' => 0xb6b6b6, |
2927
|
|
|
|
|
|
|
'redb6' => 0xb60000, |
2928
|
|
|
|
|
|
|
'red182' => 0xb60000, |
2929
|
|
|
|
|
|
|
'greenb6' => 0x00b600, |
2930
|
|
|
|
|
|
|
'green182' => 0x00b600, |
2931
|
|
|
|
|
|
|
'blueb6' => 0x0000b6, |
2932
|
|
|
|
|
|
|
'blue182' => 0x0000b6, |
2933
|
|
|
|
|
|
|
'yellowb6' => 0xb6b600, |
2934
|
|
|
|
|
|
|
'yellow182' => 0xb6b600, |
2935
|
|
|
|
|
|
|
'cyanb6' => 0x00b6b6, |
2936
|
|
|
|
|
|
|
'cyan182' => 0x00b6b6, |
2937
|
|
|
|
|
|
|
'purpleb6' => 0xb600b6, |
2938
|
|
|
|
|
|
|
'purple182' => 0xb600b6, |
2939
|
|
|
|
|
|
|
'grayb7' => 0xb7b7b7, |
2940
|
|
|
|
|
|
|
'gray183' => 0xb7b7b7, |
2941
|
|
|
|
|
|
|
'greyb7' => 0xb7b7b7, |
2942
|
|
|
|
|
|
|
'grey183' => 0xb7b7b7, |
2943
|
|
|
|
|
|
|
'redb7' => 0xb70000, |
2944
|
|
|
|
|
|
|
'red183' => 0xb70000, |
2945
|
|
|
|
|
|
|
'greenb7' => 0x00b700, |
2946
|
|
|
|
|
|
|
'green183' => 0x00b700, |
2947
|
|
|
|
|
|
|
'blueb7' => 0x0000b7, |
2948
|
|
|
|
|
|
|
'blue183' => 0x0000b7, |
2949
|
|
|
|
|
|
|
'yellowb7' => 0xb7b700, |
2950
|
|
|
|
|
|
|
'yellow183' => 0xb7b700, |
2951
|
|
|
|
|
|
|
'cyanb7' => 0x00b7b7, |
2952
|
|
|
|
|
|
|
'cyan183' => 0x00b7b7, |
2953
|
|
|
|
|
|
|
'purpleb7' => 0xb700b7, |
2954
|
|
|
|
|
|
|
'purple183' => 0xb700b7, |
2955
|
|
|
|
|
|
|
'grayb8' => 0xb8b8b8, |
2956
|
|
|
|
|
|
|
'gray184' => 0xb8b8b8, |
2957
|
|
|
|
|
|
|
'greyb8' => 0xb8b8b8, |
2958
|
|
|
|
|
|
|
'grey184' => 0xb8b8b8, |
2959
|
|
|
|
|
|
|
'redb8' => 0xb80000, |
2960
|
|
|
|
|
|
|
'red184' => 0xb80000, |
2961
|
|
|
|
|
|
|
'greenb8' => 0x00b800, |
2962
|
|
|
|
|
|
|
'green184' => 0x00b800, |
2963
|
|
|
|
|
|
|
'blueb8' => 0x0000b8, |
2964
|
|
|
|
|
|
|
'blue184' => 0x0000b8, |
2965
|
|
|
|
|
|
|
'yellowb8' => 0xb8b800, |
2966
|
|
|
|
|
|
|
'yellow184' => 0xb8b800, |
2967
|
|
|
|
|
|
|
'cyanb8' => 0x00b8b8, |
2968
|
|
|
|
|
|
|
'cyan184' => 0x00b8b8, |
2969
|
|
|
|
|
|
|
'purpleb8' => 0xb800b8, |
2970
|
|
|
|
|
|
|
'purple184' => 0xb800b8, |
2971
|
|
|
|
|
|
|
'grayb9' => 0xb9b9b9, |
2972
|
|
|
|
|
|
|
'gray185' => 0xb9b9b9, |
2973
|
|
|
|
|
|
|
'greyb9' => 0xb9b9b9, |
2974
|
|
|
|
|
|
|
'grey185' => 0xb9b9b9, |
2975
|
|
|
|
|
|
|
'redb9' => 0xb90000, |
2976
|
|
|
|
|
|
|
'red185' => 0xb90000, |
2977
|
|
|
|
|
|
|
'greenb9' => 0x00b900, |
2978
|
|
|
|
|
|
|
'green185' => 0x00b900, |
2979
|
|
|
|
|
|
|
'blueb9' => 0x0000b9, |
2980
|
|
|
|
|
|
|
'blue185' => 0x0000b9, |
2981
|
|
|
|
|
|
|
'yellowb9' => 0xb9b900, |
2982
|
|
|
|
|
|
|
'yellow185' => 0xb9b900, |
2983
|
|
|
|
|
|
|
'cyanb9' => 0x00b9b9, |
2984
|
|
|
|
|
|
|
'cyan185' => 0x00b9b9, |
2985
|
|
|
|
|
|
|
'purpleb9' => 0xb900b9, |
2986
|
|
|
|
|
|
|
'purple185' => 0xb900b9, |
2987
|
|
|
|
|
|
|
'grayba' => 0xbababa, |
2988
|
|
|
|
|
|
|
'gray186' => 0xbababa, |
2989
|
|
|
|
|
|
|
'greyba' => 0xbababa, |
2990
|
|
|
|
|
|
|
'grey186' => 0xbababa, |
2991
|
|
|
|
|
|
|
'redba' => 0xba0000, |
2992
|
|
|
|
|
|
|
'red186' => 0xba0000, |
2993
|
|
|
|
|
|
|
'greenba' => 0x00ba00, |
2994
|
|
|
|
|
|
|
'green186' => 0x00ba00, |
2995
|
|
|
|
|
|
|
'blueba' => 0x0000ba, |
2996
|
|
|
|
|
|
|
'blue186' => 0x0000ba, |
2997
|
|
|
|
|
|
|
'yellowba' => 0xbaba00, |
2998
|
|
|
|
|
|
|
'yellow186' => 0xbaba00, |
2999
|
|
|
|
|
|
|
'cyanba' => 0x00baba, |
3000
|
|
|
|
|
|
|
'cyan186' => 0x00baba, |
3001
|
|
|
|
|
|
|
'purpleba' => 0xba00ba, |
3002
|
|
|
|
|
|
|
'purple186' => 0xba00ba, |
3003
|
|
|
|
|
|
|
'graybb' => 0xbbbbbb, |
3004
|
|
|
|
|
|
|
'gray187' => 0xbbbbbb, |
3005
|
|
|
|
|
|
|
'greybb' => 0xbbbbbb, |
3006
|
|
|
|
|
|
|
'grey187' => 0xbbbbbb, |
3007
|
|
|
|
|
|
|
'redbb' => 0xbb0000, |
3008
|
|
|
|
|
|
|
'red187' => 0xbb0000, |
3009
|
|
|
|
|
|
|
'greenbb' => 0x00bb00, |
3010
|
|
|
|
|
|
|
'green187' => 0x00bb00, |
3011
|
|
|
|
|
|
|
'bluebb' => 0x0000bb, |
3012
|
|
|
|
|
|
|
'blue187' => 0x0000bb, |
3013
|
|
|
|
|
|
|
'yellowbb' => 0xbbbb00, |
3014
|
|
|
|
|
|
|
'yellow187' => 0xbbbb00, |
3015
|
|
|
|
|
|
|
'cyanbb' => 0x00bbbb, |
3016
|
|
|
|
|
|
|
'cyan187' => 0x00bbbb, |
3017
|
|
|
|
|
|
|
'purplebb' => 0xbb00bb, |
3018
|
|
|
|
|
|
|
'purple187' => 0xbb00bb, |
3019
|
|
|
|
|
|
|
'graybc' => 0xbcbcbc, |
3020
|
|
|
|
|
|
|
'gray188' => 0xbcbcbc, |
3021
|
|
|
|
|
|
|
'greybc' => 0xbcbcbc, |
3022
|
|
|
|
|
|
|
'grey188' => 0xbcbcbc, |
3023
|
|
|
|
|
|
|
'redbc' => 0xbc0000, |
3024
|
|
|
|
|
|
|
'red188' => 0xbc0000, |
3025
|
|
|
|
|
|
|
'greenbc' => 0x00bc00, |
3026
|
|
|
|
|
|
|
'green188' => 0x00bc00, |
3027
|
|
|
|
|
|
|
'bluebc' => 0x0000bc, |
3028
|
|
|
|
|
|
|
'blue188' => 0x0000bc, |
3029
|
|
|
|
|
|
|
'yellowbc' => 0xbcbc00, |
3030
|
|
|
|
|
|
|
'yellow188' => 0xbcbc00, |
3031
|
|
|
|
|
|
|
'cyanbc' => 0x00bcbc, |
3032
|
|
|
|
|
|
|
'cyan188' => 0x00bcbc, |
3033
|
|
|
|
|
|
|
'purplebc' => 0xbc00bc, |
3034
|
|
|
|
|
|
|
'purple188' => 0xbc00bc, |
3035
|
|
|
|
|
|
|
'graybd' => 0xbdbdbd, |
3036
|
|
|
|
|
|
|
'gray189' => 0xbdbdbd, |
3037
|
|
|
|
|
|
|
'greybd' => 0xbdbdbd, |
3038
|
|
|
|
|
|
|
'grey189' => 0xbdbdbd, |
3039
|
|
|
|
|
|
|
'redbd' => 0xbd0000, |
3040
|
|
|
|
|
|
|
'red189' => 0xbd0000, |
3041
|
|
|
|
|
|
|
'greenbd' => 0x00bd00, |
3042
|
|
|
|
|
|
|
'green189' => 0x00bd00, |
3043
|
|
|
|
|
|
|
'bluebd' => 0x0000bd, |
3044
|
|
|
|
|
|
|
'blue189' => 0x0000bd, |
3045
|
|
|
|
|
|
|
'yellowbd' => 0xbdbd00, |
3046
|
|
|
|
|
|
|
'yellow189' => 0xbdbd00, |
3047
|
|
|
|
|
|
|
'cyanbd' => 0x00bdbd, |
3048
|
|
|
|
|
|
|
'cyan189' => 0x00bdbd, |
3049
|
|
|
|
|
|
|
'purplebd' => 0xbd00bd, |
3050
|
|
|
|
|
|
|
'purple189' => 0xbd00bd, |
3051
|
|
|
|
|
|
|
'graybe' => 0xbebebe, |
3052
|
|
|
|
|
|
|
'gray190' => 0xbebebe, |
3053
|
|
|
|
|
|
|
'greybe' => 0xbebebe, |
3054
|
|
|
|
|
|
|
'grey190' => 0xbebebe, |
3055
|
|
|
|
|
|
|
'redbe' => 0xbe0000, |
3056
|
|
|
|
|
|
|
'red190' => 0xbe0000, |
3057
|
|
|
|
|
|
|
'greenbe' => 0x00be00, |
3058
|
|
|
|
|
|
|
'green190' => 0x00be00, |
3059
|
|
|
|
|
|
|
'bluebe' => 0x0000be, |
3060
|
|
|
|
|
|
|
'blue190' => 0x0000be, |
3061
|
|
|
|
|
|
|
'yellowbe' => 0xbebe00, |
3062
|
|
|
|
|
|
|
'yellow190' => 0xbebe00, |
3063
|
|
|
|
|
|
|
'cyanbe' => 0x00bebe, |
3064
|
|
|
|
|
|
|
'cyan190' => 0x00bebe, |
3065
|
|
|
|
|
|
|
'purplebe' => 0xbe00be, |
3066
|
|
|
|
|
|
|
'purple190' => 0xbe00be, |
3067
|
|
|
|
|
|
|
'graybf' => 0xbfbfbf, |
3068
|
|
|
|
|
|
|
'gray191' => 0xbfbfbf, |
3069
|
|
|
|
|
|
|
'greybf' => 0xbfbfbf, |
3070
|
|
|
|
|
|
|
'grey191' => 0xbfbfbf, |
3071
|
|
|
|
|
|
|
'redbf' => 0xbf0000, |
3072
|
|
|
|
|
|
|
'red191' => 0xbf0000, |
3073
|
|
|
|
|
|
|
'greenbf' => 0x00bf00, |
3074
|
|
|
|
|
|
|
'green191' => 0x00bf00, |
3075
|
|
|
|
|
|
|
'bluebf' => 0x0000bf, |
3076
|
|
|
|
|
|
|
'blue191' => 0x0000bf, |
3077
|
|
|
|
|
|
|
'yellowbf' => 0xbfbf00, |
3078
|
|
|
|
|
|
|
'yellow191' => 0xbfbf00, |
3079
|
|
|
|
|
|
|
'cyanbf' => 0x00bfbf, |
3080
|
|
|
|
|
|
|
'cyan191' => 0x00bfbf, |
3081
|
|
|
|
|
|
|
'purplebf' => 0xbf00bf, |
3082
|
|
|
|
|
|
|
'purple191' => 0xbf00bf, |
3083
|
|
|
|
|
|
|
'grayc0' => 0xc0c0c0, |
3084
|
|
|
|
|
|
|
'gray192' => 0xc0c0c0, |
3085
|
|
|
|
|
|
|
'greyc0' => 0xc0c0c0, |
3086
|
|
|
|
|
|
|
'grey192' => 0xc0c0c0, |
3087
|
|
|
|
|
|
|
'redc0' => 0xc00000, |
3088
|
|
|
|
|
|
|
'red192' => 0xc00000, |
3089
|
|
|
|
|
|
|
'greenc0' => 0x00c000, |
3090
|
|
|
|
|
|
|
'green192' => 0x00c000, |
3091
|
|
|
|
|
|
|
'bluec0' => 0x0000c0, |
3092
|
|
|
|
|
|
|
'blue192' => 0x0000c0, |
3093
|
|
|
|
|
|
|
'yellowc0' => 0xc0c000, |
3094
|
|
|
|
|
|
|
'yellow192' => 0xc0c000, |
3095
|
|
|
|
|
|
|
'cyanc0' => 0x00c0c0, |
3096
|
|
|
|
|
|
|
'cyan192' => 0x00c0c0, |
3097
|
|
|
|
|
|
|
'purplec0' => 0xc000c0, |
3098
|
|
|
|
|
|
|
'purple192' => 0xc000c0, |
3099
|
|
|
|
|
|
|
'grayc1' => 0xc1c1c1, |
3100
|
|
|
|
|
|
|
'gray193' => 0xc1c1c1, |
3101
|
|
|
|
|
|
|
'greyc1' => 0xc1c1c1, |
3102
|
|
|
|
|
|
|
'grey193' => 0xc1c1c1, |
3103
|
|
|
|
|
|
|
'redc1' => 0xc10000, |
3104
|
|
|
|
|
|
|
'red193' => 0xc10000, |
3105
|
|
|
|
|
|
|
'greenc1' => 0x00c100, |
3106
|
|
|
|
|
|
|
'green193' => 0x00c100, |
3107
|
|
|
|
|
|
|
'bluec1' => 0x0000c1, |
3108
|
|
|
|
|
|
|
'blue193' => 0x0000c1, |
3109
|
|
|
|
|
|
|
'yellowc1' => 0xc1c100, |
3110
|
|
|
|
|
|
|
'yellow193' => 0xc1c100, |
3111
|
|
|
|
|
|
|
'cyanc1' => 0x00c1c1, |
3112
|
|
|
|
|
|
|
'cyan193' => 0x00c1c1, |
3113
|
|
|
|
|
|
|
'purplec1' => 0xc100c1, |
3114
|
|
|
|
|
|
|
'purple193' => 0xc100c1, |
3115
|
|
|
|
|
|
|
'grayc2' => 0xc2c2c2, |
3116
|
|
|
|
|
|
|
'gray194' => 0xc2c2c2, |
3117
|
|
|
|
|
|
|
'greyc2' => 0xc2c2c2, |
3118
|
|
|
|
|
|
|
'grey194' => 0xc2c2c2, |
3119
|
|
|
|
|
|
|
'redc2' => 0xc20000, |
3120
|
|
|
|
|
|
|
'red194' => 0xc20000, |
3121
|
|
|
|
|
|
|
'greenc2' => 0x00c200, |
3122
|
|
|
|
|
|
|
'green194' => 0x00c200, |
3123
|
|
|
|
|
|
|
'bluec2' => 0x0000c2, |
3124
|
|
|
|
|
|
|
'blue194' => 0x0000c2, |
3125
|
|
|
|
|
|
|
'yellowc2' => 0xc2c200, |
3126
|
|
|
|
|
|
|
'yellow194' => 0xc2c200, |
3127
|
|
|
|
|
|
|
'cyanc2' => 0x00c2c2, |
3128
|
|
|
|
|
|
|
'cyan194' => 0x00c2c2, |
3129
|
|
|
|
|
|
|
'purplec2' => 0xc200c2, |
3130
|
|
|
|
|
|
|
'purple194' => 0xc200c2, |
3131
|
|
|
|
|
|
|
'grayc3' => 0xc3c3c3, |
3132
|
|
|
|
|
|
|
'gray195' => 0xc3c3c3, |
3133
|
|
|
|
|
|
|
'greyc3' => 0xc3c3c3, |
3134
|
|
|
|
|
|
|
'grey195' => 0xc3c3c3, |
3135
|
|
|
|
|
|
|
'redc3' => 0xc30000, |
3136
|
|
|
|
|
|
|
'red195' => 0xc30000, |
3137
|
|
|
|
|
|
|
'greenc3' => 0x00c300, |
3138
|
|
|
|
|
|
|
'green195' => 0x00c300, |
3139
|
|
|
|
|
|
|
'bluec3' => 0x0000c3, |
3140
|
|
|
|
|
|
|
'blue195' => 0x0000c3, |
3141
|
|
|
|
|
|
|
'yellowc3' => 0xc3c300, |
3142
|
|
|
|
|
|
|
'yellow195' => 0xc3c300, |
3143
|
|
|
|
|
|
|
'cyanc3' => 0x00c3c3, |
3144
|
|
|
|
|
|
|
'cyan195' => 0x00c3c3, |
3145
|
|
|
|
|
|
|
'purplec3' => 0xc300c3, |
3146
|
|
|
|
|
|
|
'purple195' => 0xc300c3, |
3147
|
|
|
|
|
|
|
'grayc4' => 0xc4c4c4, |
3148
|
|
|
|
|
|
|
'gray196' => 0xc4c4c4, |
3149
|
|
|
|
|
|
|
'greyc4' => 0xc4c4c4, |
3150
|
|
|
|
|
|
|
'grey196' => 0xc4c4c4, |
3151
|
|
|
|
|
|
|
'redc4' => 0xc40000, |
3152
|
|
|
|
|
|
|
'red196' => 0xc40000, |
3153
|
|
|
|
|
|
|
'greenc4' => 0x00c400, |
3154
|
|
|
|
|
|
|
'green196' => 0x00c400, |
3155
|
|
|
|
|
|
|
'bluec4' => 0x0000c4, |
3156
|
|
|
|
|
|
|
'blue196' => 0x0000c4, |
3157
|
|
|
|
|
|
|
'yellowc4' => 0xc4c400, |
3158
|
|
|
|
|
|
|
'yellow196' => 0xc4c400, |
3159
|
|
|
|
|
|
|
'cyanc4' => 0x00c4c4, |
3160
|
|
|
|
|
|
|
'cyan196' => 0x00c4c4, |
3161
|
|
|
|
|
|
|
'purplec4' => 0xc400c4, |
3162
|
|
|
|
|
|
|
'purple196' => 0xc400c4, |
3163
|
|
|
|
|
|
|
'grayc5' => 0xc5c5c5, |
3164
|
|
|
|
|
|
|
'gray197' => 0xc5c5c5, |
3165
|
|
|
|
|
|
|
'greyc5' => 0xc5c5c5, |
3166
|
|
|
|
|
|
|
'grey197' => 0xc5c5c5, |
3167
|
|
|
|
|
|
|
'redc5' => 0xc50000, |
3168
|
|
|
|
|
|
|
'red197' => 0xc50000, |
3169
|
|
|
|
|
|
|
'greenc5' => 0x00c500, |
3170
|
|
|
|
|
|
|
'green197' => 0x00c500, |
3171
|
|
|
|
|
|
|
'bluec5' => 0x0000c5, |
3172
|
|
|
|
|
|
|
'blue197' => 0x0000c5, |
3173
|
|
|
|
|
|
|
'yellowc5' => 0xc5c500, |
3174
|
|
|
|
|
|
|
'yellow197' => 0xc5c500, |
3175
|
|
|
|
|
|
|
'cyanc5' => 0x00c5c5, |
3176
|
|
|
|
|
|
|
'cyan197' => 0x00c5c5, |
3177
|
|
|
|
|
|
|
'purplec5' => 0xc500c5, |
3178
|
|
|
|
|
|
|
'purple197' => 0xc500c5, |
3179
|
|
|
|
|
|
|
'grayc6' => 0xc6c6c6, |
3180
|
|
|
|
|
|
|
'gray198' => 0xc6c6c6, |
3181
|
|
|
|
|
|
|
'greyc6' => 0xc6c6c6, |
3182
|
|
|
|
|
|
|
'grey198' => 0xc6c6c6, |
3183
|
|
|
|
|
|
|
'redc6' => 0xc60000, |
3184
|
|
|
|
|
|
|
'red198' => 0xc60000, |
3185
|
|
|
|
|
|
|
'greenc6' => 0x00c600, |
3186
|
|
|
|
|
|
|
'green198' => 0x00c600, |
3187
|
|
|
|
|
|
|
'bluec6' => 0x0000c6, |
3188
|
|
|
|
|
|
|
'blue198' => 0x0000c6, |
3189
|
|
|
|
|
|
|
'yellowc6' => 0xc6c600, |
3190
|
|
|
|
|
|
|
'yellow198' => 0xc6c600, |
3191
|
|
|
|
|
|
|
'cyanc6' => 0x00c6c6, |
3192
|
|
|
|
|
|
|
'cyan198' => 0x00c6c6, |
3193
|
|
|
|
|
|
|
'purplec6' => 0xc600c6, |
3194
|
|
|
|
|
|
|
'purple198' => 0xc600c6, |
3195
|
|
|
|
|
|
|
'grayc7' => 0xc7c7c7, |
3196
|
|
|
|
|
|
|
'gray199' => 0xc7c7c7, |
3197
|
|
|
|
|
|
|
'greyc7' => 0xc7c7c7, |
3198
|
|
|
|
|
|
|
'grey199' => 0xc7c7c7, |
3199
|
|
|
|
|
|
|
'redc7' => 0xc70000, |
3200
|
|
|
|
|
|
|
'red199' => 0xc70000, |
3201
|
|
|
|
|
|
|
'greenc7' => 0x00c700, |
3202
|
|
|
|
|
|
|
'green199' => 0x00c700, |
3203
|
|
|
|
|
|
|
'bluec7' => 0x0000c7, |
3204
|
|
|
|
|
|
|
'blue199' => 0x0000c7, |
3205
|
|
|
|
|
|
|
'yellowc7' => 0xc7c700, |
3206
|
|
|
|
|
|
|
'yellow199' => 0xc7c700, |
3207
|
|
|
|
|
|
|
'cyanc7' => 0x00c7c7, |
3208
|
|
|
|
|
|
|
'cyan199' => 0x00c7c7, |
3209
|
|
|
|
|
|
|
'purplec7' => 0xc700c7, |
3210
|
|
|
|
|
|
|
'purple199' => 0xc700c7, |
3211
|
|
|
|
|
|
|
'grayc8' => 0xc8c8c8, |
3212
|
|
|
|
|
|
|
'gray200' => 0xc8c8c8, |
3213
|
|
|
|
|
|
|
'greyc8' => 0xc8c8c8, |
3214
|
|
|
|
|
|
|
'grey200' => 0xc8c8c8, |
3215
|
|
|
|
|
|
|
'redc8' => 0xc80000, |
3216
|
|
|
|
|
|
|
'red200' => 0xc80000, |
3217
|
|
|
|
|
|
|
'greenc8' => 0x00c800, |
3218
|
|
|
|
|
|
|
'green200' => 0x00c800, |
3219
|
|
|
|
|
|
|
'bluec8' => 0x0000c8, |
3220
|
|
|
|
|
|
|
'blue200' => 0x0000c8, |
3221
|
|
|
|
|
|
|
'yellowc8' => 0xc8c800, |
3222
|
|
|
|
|
|
|
'yellow200' => 0xc8c800, |
3223
|
|
|
|
|
|
|
'cyanc8' => 0x00c8c8, |
3224
|
|
|
|
|
|
|
'cyan200' => 0x00c8c8, |
3225
|
|
|
|
|
|
|
'purplec8' => 0xc800c8, |
3226
|
|
|
|
|
|
|
'purple200' => 0xc800c8, |
3227
|
|
|
|
|
|
|
'grayc9' => 0xc9c9c9, |
3228
|
|
|
|
|
|
|
'gray201' => 0xc9c9c9, |
3229
|
|
|
|
|
|
|
'greyc9' => 0xc9c9c9, |
3230
|
|
|
|
|
|
|
'grey201' => 0xc9c9c9, |
3231
|
|
|
|
|
|
|
'redc9' => 0xc90000, |
3232
|
|
|
|
|
|
|
'red201' => 0xc90000, |
3233
|
|
|
|
|
|
|
'greenc9' => 0x00c900, |
3234
|
|
|
|
|
|
|
'green201' => 0x00c900, |
3235
|
|
|
|
|
|
|
'bluec9' => 0x0000c9, |
3236
|
|
|
|
|
|
|
'blue201' => 0x0000c9, |
3237
|
|
|
|
|
|
|
'yellowc9' => 0xc9c900, |
3238
|
|
|
|
|
|
|
'yellow201' => 0xc9c900, |
3239
|
|
|
|
|
|
|
'cyanc9' => 0x00c9c9, |
3240
|
|
|
|
|
|
|
'cyan201' => 0x00c9c9, |
3241
|
|
|
|
|
|
|
'purplec9' => 0xc900c9, |
3242
|
|
|
|
|
|
|
'purple201' => 0xc900c9, |
3243
|
|
|
|
|
|
|
'grayca' => 0xcacaca, |
3244
|
|
|
|
|
|
|
'gray202' => 0xcacaca, |
3245
|
|
|
|
|
|
|
'greyca' => 0xcacaca, |
3246
|
|
|
|
|
|
|
'grey202' => 0xcacaca, |
3247
|
|
|
|
|
|
|
'redca' => 0xca0000, |
3248
|
|
|
|
|
|
|
'red202' => 0xca0000, |
3249
|
|
|
|
|
|
|
'greenca' => 0x00ca00, |
3250
|
|
|
|
|
|
|
'green202' => 0x00ca00, |
3251
|
|
|
|
|
|
|
'blueca' => 0x0000ca, |
3252
|
|
|
|
|
|
|
'blue202' => 0x0000ca, |
3253
|
|
|
|
|
|
|
'yellowca' => 0xcaca00, |
3254
|
|
|
|
|
|
|
'yellow202' => 0xcaca00, |
3255
|
|
|
|
|
|
|
'cyanca' => 0x00caca, |
3256
|
|
|
|
|
|
|
'cyan202' => 0x00caca, |
3257
|
|
|
|
|
|
|
'purpleca' => 0xca00ca, |
3258
|
|
|
|
|
|
|
'purple202' => 0xca00ca, |
3259
|
|
|
|
|
|
|
'graycb' => 0xcbcbcb, |
3260
|
|
|
|
|
|
|
'gray203' => 0xcbcbcb, |
3261
|
|
|
|
|
|
|
'greycb' => 0xcbcbcb, |
3262
|
|
|
|
|
|
|
'grey203' => 0xcbcbcb, |
3263
|
|
|
|
|
|
|
'redcb' => 0xcb0000, |
3264
|
|
|
|
|
|
|
'red203' => 0xcb0000, |
3265
|
|
|
|
|
|
|
'greencb' => 0x00cb00, |
3266
|
|
|
|
|
|
|
'green203' => 0x00cb00, |
3267
|
|
|
|
|
|
|
'bluecb' => 0x0000cb, |
3268
|
|
|
|
|
|
|
'blue203' => 0x0000cb, |
3269
|
|
|
|
|
|
|
'yellowcb' => 0xcbcb00, |
3270
|
|
|
|
|
|
|
'yellow203' => 0xcbcb00, |
3271
|
|
|
|
|
|
|
'cyancb' => 0x00cbcb, |
3272
|
|
|
|
|
|
|
'cyan203' => 0x00cbcb, |
3273
|
|
|
|
|
|
|
'purplecb' => 0xcb00cb, |
3274
|
|
|
|
|
|
|
'purple203' => 0xcb00cb, |
3275
|
|
|
|
|
|
|
'graycc' => 0xcccccc, |
3276
|
|
|
|
|
|
|
'gray204' => 0xcccccc, |
3277
|
|
|
|
|
|
|
'greycc' => 0xcccccc, |
3278
|
|
|
|
|
|
|
'grey204' => 0xcccccc, |
3279
|
|
|
|
|
|
|
'redcc' => 0xcc0000, |
3280
|
|
|
|
|
|
|
'red204' => 0xcc0000, |
3281
|
|
|
|
|
|
|
'greencc' => 0x00cc00, |
3282
|
|
|
|
|
|
|
'green204' => 0x00cc00, |
3283
|
|
|
|
|
|
|
'bluecc' => 0x0000cc, |
3284
|
|
|
|
|
|
|
'blue204' => 0x0000cc, |
3285
|
|
|
|
|
|
|
'yellowcc' => 0xcccc00, |
3286
|
|
|
|
|
|
|
'yellow204' => 0xcccc00, |
3287
|
|
|
|
|
|
|
'cyancc' => 0x00cccc, |
3288
|
|
|
|
|
|
|
'cyan204' => 0x00cccc, |
3289
|
|
|
|
|
|
|
'purplecc' => 0xcc00cc, |
3290
|
|
|
|
|
|
|
'purple204' => 0xcc00cc, |
3291
|
|
|
|
|
|
|
'graycd' => 0xcdcdcd, |
3292
|
|
|
|
|
|
|
'gray205' => 0xcdcdcd, |
3293
|
|
|
|
|
|
|
'greycd' => 0xcdcdcd, |
3294
|
|
|
|
|
|
|
'grey205' => 0xcdcdcd, |
3295
|
|
|
|
|
|
|
'redcd' => 0xcd0000, |
3296
|
|
|
|
|
|
|
'red205' => 0xcd0000, |
3297
|
|
|
|
|
|
|
'greencd' => 0x00cd00, |
3298
|
|
|
|
|
|
|
'green205' => 0x00cd00, |
3299
|
|
|
|
|
|
|
'bluecd' => 0x0000cd, |
3300
|
|
|
|
|
|
|
'blue205' => 0x0000cd, |
3301
|
|
|
|
|
|
|
'yellowcd' => 0xcdcd00, |
3302
|
|
|
|
|
|
|
'yellow205' => 0xcdcd00, |
3303
|
|
|
|
|
|
|
'cyancd' => 0x00cdcd, |
3304
|
|
|
|
|
|
|
'cyan205' => 0x00cdcd, |
3305
|
|
|
|
|
|
|
'purplecd' => 0xcd00cd, |
3306
|
|
|
|
|
|
|
'purple205' => 0xcd00cd, |
3307
|
|
|
|
|
|
|
'grayce' => 0xcecece, |
3308
|
|
|
|
|
|
|
'gray206' => 0xcecece, |
3309
|
|
|
|
|
|
|
'greyce' => 0xcecece, |
3310
|
|
|
|
|
|
|
'grey206' => 0xcecece, |
3311
|
|
|
|
|
|
|
'redce' => 0xce0000, |
3312
|
|
|
|
|
|
|
'red206' => 0xce0000, |
3313
|
|
|
|
|
|
|
'greence' => 0x00ce00, |
3314
|
|
|
|
|
|
|
'green206' => 0x00ce00, |
3315
|
|
|
|
|
|
|
'bluece' => 0x0000ce, |
3316
|
|
|
|
|
|
|
'blue206' => 0x0000ce, |
3317
|
|
|
|
|
|
|
'yellowce' => 0xcece00, |
3318
|
|
|
|
|
|
|
'yellow206' => 0xcece00, |
3319
|
|
|
|
|
|
|
'cyance' => 0x00cece, |
3320
|
|
|
|
|
|
|
'cyan206' => 0x00cece, |
3321
|
|
|
|
|
|
|
'purplece' => 0xce00ce, |
3322
|
|
|
|
|
|
|
'purple206' => 0xce00ce, |
3323
|
|
|
|
|
|
|
'graycf' => 0xcfcfcf, |
3324
|
|
|
|
|
|
|
'gray207' => 0xcfcfcf, |
3325
|
|
|
|
|
|
|
'greycf' => 0xcfcfcf, |
3326
|
|
|
|
|
|
|
'grey207' => 0xcfcfcf, |
3327
|
|
|
|
|
|
|
'redcf' => 0xcf0000, |
3328
|
|
|
|
|
|
|
'red207' => 0xcf0000, |
3329
|
|
|
|
|
|
|
'greencf' => 0x00cf00, |
3330
|
|
|
|
|
|
|
'green207' => 0x00cf00, |
3331
|
|
|
|
|
|
|
'bluecf' => 0x0000cf, |
3332
|
|
|
|
|
|
|
'blue207' => 0x0000cf, |
3333
|
|
|
|
|
|
|
'yellowcf' => 0xcfcf00, |
3334
|
|
|
|
|
|
|
'yellow207' => 0xcfcf00, |
3335
|
|
|
|
|
|
|
'cyancf' => 0x00cfcf, |
3336
|
|
|
|
|
|
|
'cyan207' => 0x00cfcf, |
3337
|
|
|
|
|
|
|
'purplecf' => 0xcf00cf, |
3338
|
|
|
|
|
|
|
'purple207' => 0xcf00cf, |
3339
|
|
|
|
|
|
|
'grayd0' => 0xd0d0d0, |
3340
|
|
|
|
|
|
|
'gray208' => 0xd0d0d0, |
3341
|
|
|
|
|
|
|
'greyd0' => 0xd0d0d0, |
3342
|
|
|
|
|
|
|
'grey208' => 0xd0d0d0, |
3343
|
|
|
|
|
|
|
'redd0' => 0xd00000, |
3344
|
|
|
|
|
|
|
'red208' => 0xd00000, |
3345
|
|
|
|
|
|
|
'greend0' => 0x00d000, |
3346
|
|
|
|
|
|
|
'green208' => 0x00d000, |
3347
|
|
|
|
|
|
|
'blued0' => 0x0000d0, |
3348
|
|
|
|
|
|
|
'blue208' => 0x0000d0, |
3349
|
|
|
|
|
|
|
'yellowd0' => 0xd0d000, |
3350
|
|
|
|
|
|
|
'yellow208' => 0xd0d000, |
3351
|
|
|
|
|
|
|
'cyand0' => 0x00d0d0, |
3352
|
|
|
|
|
|
|
'cyan208' => 0x00d0d0, |
3353
|
|
|
|
|
|
|
'purpled0' => 0xd000d0, |
3354
|
|
|
|
|
|
|
'purple208' => 0xd000d0, |
3355
|
|
|
|
|
|
|
'grayd1' => 0xd1d1d1, |
3356
|
|
|
|
|
|
|
'gray209' => 0xd1d1d1, |
3357
|
|
|
|
|
|
|
'greyd1' => 0xd1d1d1, |
3358
|
|
|
|
|
|
|
'grey209' => 0xd1d1d1, |
3359
|
|
|
|
|
|
|
'redd1' => 0xd10000, |
3360
|
|
|
|
|
|
|
'red209' => 0xd10000, |
3361
|
|
|
|
|
|
|
'greend1' => 0x00d100, |
3362
|
|
|
|
|
|
|
'green209' => 0x00d100, |
3363
|
|
|
|
|
|
|
'blued1' => 0x0000d1, |
3364
|
|
|
|
|
|
|
'blue209' => 0x0000d1, |
3365
|
|
|
|
|
|
|
'yellowd1' => 0xd1d100, |
3366
|
|
|
|
|
|
|
'yellow209' => 0xd1d100, |
3367
|
|
|
|
|
|
|
'cyand1' => 0x00d1d1, |
3368
|
|
|
|
|
|
|
'cyan209' => 0x00d1d1, |
3369
|
|
|
|
|
|
|
'purpled1' => 0xd100d1, |
3370
|
|
|
|
|
|
|
'purple209' => 0xd100d1, |
3371
|
|
|
|
|
|
|
'grayd2' => 0xd2d2d2, |
3372
|
|
|
|
|
|
|
'gray210' => 0xd2d2d2, |
3373
|
|
|
|
|
|
|
'greyd2' => 0xd2d2d2, |
3374
|
|
|
|
|
|
|
'grey210' => 0xd2d2d2, |
3375
|
|
|
|
|
|
|
'redd2' => 0xd20000, |
3376
|
|
|
|
|
|
|
'red210' => 0xd20000, |
3377
|
|
|
|
|
|
|
'greend2' => 0x00d200, |
3378
|
|
|
|
|
|
|
'green210' => 0x00d200, |
3379
|
|
|
|
|
|
|
'blued2' => 0x0000d2, |
3380
|
|
|
|
|
|
|
'blue210' => 0x0000d2, |
3381
|
|
|
|
|
|
|
'yellowd2' => 0xd2d200, |
3382
|
|
|
|
|
|
|
'yellow210' => 0xd2d200, |
3383
|
|
|
|
|
|
|
'cyand2' => 0x00d2d2, |
3384
|
|
|
|
|
|
|
'cyan210' => 0x00d2d2, |
3385
|
|
|
|
|
|
|
'purpled2' => 0xd200d2, |
3386
|
|
|
|
|
|
|
'purple210' => 0xd200d2, |
3387
|
|
|
|
|
|
|
'grayd3' => 0xd3d3d3, |
3388
|
|
|
|
|
|
|
'gray211' => 0xd3d3d3, |
3389
|
|
|
|
|
|
|
'greyd3' => 0xd3d3d3, |
3390
|
|
|
|
|
|
|
'grey211' => 0xd3d3d3, |
3391
|
|
|
|
|
|
|
'redd3' => 0xd30000, |
3392
|
|
|
|
|
|
|
'red211' => 0xd30000, |
3393
|
|
|
|
|
|
|
'greend3' => 0x00d300, |
3394
|
|
|
|
|
|
|
'green211' => 0x00d300, |
3395
|
|
|
|
|
|
|
'blued3' => 0x0000d3, |
3396
|
|
|
|
|
|
|
'blue211' => 0x0000d3, |
3397
|
|
|
|
|
|
|
'yellowd3' => 0xd3d300, |
3398
|
|
|
|
|
|
|
'yellow211' => 0xd3d300, |
3399
|
|
|
|
|
|
|
'cyand3' => 0x00d3d3, |
3400
|
|
|
|
|
|
|
'cyan211' => 0x00d3d3, |
3401
|
|
|
|
|
|
|
'purpled3' => 0xd300d3, |
3402
|
|
|
|
|
|
|
'purple211' => 0xd300d3, |
3403
|
|
|
|
|
|
|
'grayd4' => 0xd4d4d4, |
3404
|
|
|
|
|
|
|
'gray212' => 0xd4d4d4, |
3405
|
|
|
|
|
|
|
'greyd4' => 0xd4d4d4, |
3406
|
|
|
|
|
|
|
'grey212' => 0xd4d4d4, |
3407
|
|
|
|
|
|
|
'redd4' => 0xd40000, |
3408
|
|
|
|
|
|
|
'red212' => 0xd40000, |
3409
|
|
|
|
|
|
|
'greend4' => 0x00d400, |
3410
|
|
|
|
|
|
|
'green212' => 0x00d400, |
3411
|
|
|
|
|
|
|
'blued4' => 0x0000d4, |
3412
|
|
|
|
|
|
|
'blue212' => 0x0000d4, |
3413
|
|
|
|
|
|
|
'yellowd4' => 0xd4d400, |
3414
|
|
|
|
|
|
|
'yellow212' => 0xd4d400, |
3415
|
|
|
|
|
|
|
'cyand4' => 0x00d4d4, |
3416
|
|
|
|
|
|
|
'cyan212' => 0x00d4d4, |
3417
|
|
|
|
|
|
|
'purpled4' => 0xd400d4, |
3418
|
|
|
|
|
|
|
'purple212' => 0xd400d4, |
3419
|
|
|
|
|
|
|
'grayd5' => 0xd5d5d5, |
3420
|
|
|
|
|
|
|
'gray213' => 0xd5d5d5, |
3421
|
|
|
|
|
|
|
'greyd5' => 0xd5d5d5, |
3422
|
|
|
|
|
|
|
'grey213' => 0xd5d5d5, |
3423
|
|
|
|
|
|
|
'redd5' => 0xd50000, |
3424
|
|
|
|
|
|
|
'red213' => 0xd50000, |
3425
|
|
|
|
|
|
|
'greend5' => 0x00d500, |
3426
|
|
|
|
|
|
|
'green213' => 0x00d500, |
3427
|
|
|
|
|
|
|
'blued5' => 0x0000d5, |
3428
|
|
|
|
|
|
|
'blue213' => 0x0000d5, |
3429
|
|
|
|
|
|
|
'yellowd5' => 0xd5d500, |
3430
|
|
|
|
|
|
|
'yellow213' => 0xd5d500, |
3431
|
|
|
|
|
|
|
'cyand5' => 0x00d5d5, |
3432
|
|
|
|
|
|
|
'cyan213' => 0x00d5d5, |
3433
|
|
|
|
|
|
|
'purpled5' => 0xd500d5, |
3434
|
|
|
|
|
|
|
'purple213' => 0xd500d5, |
3435
|
|
|
|
|
|
|
'grayd6' => 0xd6d6d6, |
3436
|
|
|
|
|
|
|
'gray214' => 0xd6d6d6, |
3437
|
|
|
|
|
|
|
'greyd6' => 0xd6d6d6, |
3438
|
|
|
|
|
|
|
'grey214' => 0xd6d6d6, |
3439
|
|
|
|
|
|
|
'redd6' => 0xd60000, |
3440
|
|
|
|
|
|
|
'red214' => 0xd60000, |
3441
|
|
|
|
|
|
|
'greend6' => 0x00d600, |
3442
|
|
|
|
|
|
|
'green214' => 0x00d600, |
3443
|
|
|
|
|
|
|
'blued6' => 0x0000d6, |
3444
|
|
|
|
|
|
|
'blue214' => 0x0000d6, |
3445
|
|
|
|
|
|
|
'yellowd6' => 0xd6d600, |
3446
|
|
|
|
|
|
|
'yellow214' => 0xd6d600, |
3447
|
|
|
|
|
|
|
'cyand6' => 0x00d6d6, |
3448
|
|
|
|
|
|
|
'cyan214' => 0x00d6d6, |
3449
|
|
|
|
|
|
|
'purpled6' => 0xd600d6, |
3450
|
|
|
|
|
|
|
'purple214' => 0xd600d6, |
3451
|
|
|
|
|
|
|
'grayd7' => 0xd7d7d7, |
3452
|
|
|
|
|
|
|
'gray215' => 0xd7d7d7, |
3453
|
|
|
|
|
|
|
'greyd7' => 0xd7d7d7, |
3454
|
|
|
|
|
|
|
'grey215' => 0xd7d7d7, |
3455
|
|
|
|
|
|
|
'redd7' => 0xd70000, |
3456
|
|
|
|
|
|
|
'red215' => 0xd70000, |
3457
|
|
|
|
|
|
|
'greend7' => 0x00d700, |
3458
|
|
|
|
|
|
|
'green215' => 0x00d700, |
3459
|
|
|
|
|
|
|
'blued7' => 0x0000d7, |
3460
|
|
|
|
|
|
|
'blue215' => 0x0000d7, |
3461
|
|
|
|
|
|
|
'yellowd7' => 0xd7d700, |
3462
|
|
|
|
|
|
|
'yellow215' => 0xd7d700, |
3463
|
|
|
|
|
|
|
'cyand7' => 0x00d7d7, |
3464
|
|
|
|
|
|
|
'cyan215' => 0x00d7d7, |
3465
|
|
|
|
|
|
|
'purpled7' => 0xd700d7, |
3466
|
|
|
|
|
|
|
'purple215' => 0xd700d7, |
3467
|
|
|
|
|
|
|
'grayd8' => 0xd8d8d8, |
3468
|
|
|
|
|
|
|
'gray216' => 0xd8d8d8, |
3469
|
|
|
|
|
|
|
'greyd8' => 0xd8d8d8, |
3470
|
|
|
|
|
|
|
'grey216' => 0xd8d8d8, |
3471
|
|
|
|
|
|
|
'redd8' => 0xd80000, |
3472
|
|
|
|
|
|
|
'red216' => 0xd80000, |
3473
|
|
|
|
|
|
|
'greend8' => 0x00d800, |
3474
|
|
|
|
|
|
|
'green216' => 0x00d800, |
3475
|
|
|
|
|
|
|
'blued8' => 0x0000d8, |
3476
|
|
|
|
|
|
|
'blue216' => 0x0000d8, |
3477
|
|
|
|
|
|
|
'yellowd8' => 0xd8d800, |
3478
|
|
|
|
|
|
|
'yellow216' => 0xd8d800, |
3479
|
|
|
|
|
|
|
'cyand8' => 0x00d8d8, |
3480
|
|
|
|
|
|
|
'cyan216' => 0x00d8d8, |
3481
|
|
|
|
|
|
|
'purpled8' => 0xd800d8, |
3482
|
|
|
|
|
|
|
'purple216' => 0xd800d8, |
3483
|
|
|
|
|
|
|
'grayd9' => 0xd9d9d9, |
3484
|
|
|
|
|
|
|
'gray217' => 0xd9d9d9, |
3485
|
|
|
|
|
|
|
'greyd9' => 0xd9d9d9, |
3486
|
|
|
|
|
|
|
'grey217' => 0xd9d9d9, |
3487
|
|
|
|
|
|
|
'redd9' => 0xd90000, |
3488
|
|
|
|
|
|
|
'red217' => 0xd90000, |
3489
|
|
|
|
|
|
|
'greend9' => 0x00d900, |
3490
|
|
|
|
|
|
|
'green217' => 0x00d900, |
3491
|
|
|
|
|
|
|
'blued9' => 0x0000d9, |
3492
|
|
|
|
|
|
|
'blue217' => 0x0000d9, |
3493
|
|
|
|
|
|
|
'yellowd9' => 0xd9d900, |
3494
|
|
|
|
|
|
|
'yellow217' => 0xd9d900, |
3495
|
|
|
|
|
|
|
'cyand9' => 0x00d9d9, |
3496
|
|
|
|
|
|
|
'cyan217' => 0x00d9d9, |
3497
|
|
|
|
|
|
|
'purpled9' => 0xd900d9, |
3498
|
|
|
|
|
|
|
'purple217' => 0xd900d9, |
3499
|
|
|
|
|
|
|
'grayda' => 0xdadada, |
3500
|
|
|
|
|
|
|
'gray218' => 0xdadada, |
3501
|
|
|
|
|
|
|
'greyda' => 0xdadada, |
3502
|
|
|
|
|
|
|
'grey218' => 0xdadada, |
3503
|
|
|
|
|
|
|
'redda' => 0xda0000, |
3504
|
|
|
|
|
|
|
'red218' => 0xda0000, |
3505
|
|
|
|
|
|
|
'greenda' => 0x00da00, |
3506
|
|
|
|
|
|
|
'green218' => 0x00da00, |
3507
|
|
|
|
|
|
|
'blueda' => 0x0000da, |
3508
|
|
|
|
|
|
|
'blue218' => 0x0000da, |
3509
|
|
|
|
|
|
|
'yellowda' => 0xdada00, |
3510
|
|
|
|
|
|
|
'yellow218' => 0xdada00, |
3511
|
|
|
|
|
|
|
'cyanda' => 0x00dada, |
3512
|
|
|
|
|
|
|
'cyan218' => 0x00dada, |
3513
|
|
|
|
|
|
|
'purpleda' => 0xda00da, |
3514
|
|
|
|
|
|
|
'purple218' => 0xda00da, |
3515
|
|
|
|
|
|
|
'graydb' => 0xdbdbdb, |
3516
|
|
|
|
|
|
|
'gray219' => 0xdbdbdb, |
3517
|
|
|
|
|
|
|
'greydb' => 0xdbdbdb, |
3518
|
|
|
|
|
|
|
'grey219' => 0xdbdbdb, |
3519
|
|
|
|
|
|
|
'reddb' => 0xdb0000, |
3520
|
|
|
|
|
|
|
'red219' => 0xdb0000, |
3521
|
|
|
|
|
|
|
'greendb' => 0x00db00, |
3522
|
|
|
|
|
|
|
'green219' => 0x00db00, |
3523
|
|
|
|
|
|
|
'bluedb' => 0x0000db, |
3524
|
|
|
|
|
|
|
'blue219' => 0x0000db, |
3525
|
|
|
|
|
|
|
'yellowdb' => 0xdbdb00, |
3526
|
|
|
|
|
|
|
'yellow219' => 0xdbdb00, |
3527
|
|
|
|
|
|
|
'cyandb' => 0x00dbdb, |
3528
|
|
|
|
|
|
|
'cyan219' => 0x00dbdb, |
3529
|
|
|
|
|
|
|
'purpledb' => 0xdb00db, |
3530
|
|
|
|
|
|
|
'purple219' => 0xdb00db, |
3531
|
|
|
|
|
|
|
'graydc' => 0xdcdcdc, |
3532
|
|
|
|
|
|
|
'gray220' => 0xdcdcdc, |
3533
|
|
|
|
|
|
|
'greydc' => 0xdcdcdc, |
3534
|
|
|
|
|
|
|
'grey220' => 0xdcdcdc, |
3535
|
|
|
|
|
|
|
'reddc' => 0xdc0000, |
3536
|
|
|
|
|
|
|
'red220' => 0xdc0000, |
3537
|
|
|
|
|
|
|
'greendc' => 0x00dc00, |
3538
|
|
|
|
|
|
|
'green220' => 0x00dc00, |
3539
|
|
|
|
|
|
|
'bluedc' => 0x0000dc, |
3540
|
|
|
|
|
|
|
'blue220' => 0x0000dc, |
3541
|
|
|
|
|
|
|
'yellowdc' => 0xdcdc00, |
3542
|
|
|
|
|
|
|
'yellow220' => 0xdcdc00, |
3543
|
|
|
|
|
|
|
'cyandc' => 0x00dcdc, |
3544
|
|
|
|
|
|
|
'cyan220' => 0x00dcdc, |
3545
|
|
|
|
|
|
|
'purpledc' => 0xdc00dc, |
3546
|
|
|
|
|
|
|
'purple220' => 0xdc00dc, |
3547
|
|
|
|
|
|
|
'graydd' => 0xdddddd, |
3548
|
|
|
|
|
|
|
'gray221' => 0xdddddd, |
3549
|
|
|
|
|
|
|
'greydd' => 0xdddddd, |
3550
|
|
|
|
|
|
|
'grey221' => 0xdddddd, |
3551
|
|
|
|
|
|
|
'reddd' => 0xdd0000, |
3552
|
|
|
|
|
|
|
'red221' => 0xdd0000, |
3553
|
|
|
|
|
|
|
'greendd' => 0x00dd00, |
3554
|
|
|
|
|
|
|
'green221' => 0x00dd00, |
3555
|
|
|
|
|
|
|
'bluedd' => 0x0000dd, |
3556
|
|
|
|
|
|
|
'blue221' => 0x0000dd, |
3557
|
|
|
|
|
|
|
'yellowdd' => 0xdddd00, |
3558
|
|
|
|
|
|
|
'yellow221' => 0xdddd00, |
3559
|
|
|
|
|
|
|
'cyandd' => 0x00dddd, |
3560
|
|
|
|
|
|
|
'cyan221' => 0x00dddd, |
3561
|
|
|
|
|
|
|
'purpledd' => 0xdd00dd, |
3562
|
|
|
|
|
|
|
'purple221' => 0xdd00dd, |
3563
|
|
|
|
|
|
|
'grayde' => 0xdedede, |
3564
|
|
|
|
|
|
|
'gray222' => 0xdedede, |
3565
|
|
|
|
|
|
|
'greyde' => 0xdedede, |
3566
|
|
|
|
|
|
|
'grey222' => 0xdedede, |
3567
|
|
|
|
|
|
|
'redde' => 0xde0000, |
3568
|
|
|
|
|
|
|
'red222' => 0xde0000, |
3569
|
|
|
|
|
|
|
'greende' => 0x00de00, |
3570
|
|
|
|
|
|
|
'green222' => 0x00de00, |
3571
|
|
|
|
|
|
|
'bluede' => 0x0000de, |
3572
|
|
|
|
|
|
|
'blue222' => 0x0000de, |
3573
|
|
|
|
|
|
|
'yellowde' => 0xdede00, |
3574
|
|
|
|
|
|
|
'yellow222' => 0xdede00, |
3575
|
|
|
|
|
|
|
'cyande' => 0x00dede, |
3576
|
|
|
|
|
|
|
'cyan222' => 0x00dede, |
3577
|
|
|
|
|
|
|
'purplede' => 0xde00de, |
3578
|
|
|
|
|
|
|
'purple222' => 0xde00de, |
3579
|
|
|
|
|
|
|
'graydf' => 0xdfdfdf, |
3580
|
|
|
|
|
|
|
'gray223' => 0xdfdfdf, |
3581
|
|
|
|
|
|
|
'greydf' => 0xdfdfdf, |
3582
|
|
|
|
|
|
|
'grey223' => 0xdfdfdf, |
3583
|
|
|
|
|
|
|
'reddf' => 0xdf0000, |
3584
|
|
|
|
|
|
|
'red223' => 0xdf0000, |
3585
|
|
|
|
|
|
|
'greendf' => 0x00df00, |
3586
|
|
|
|
|
|
|
'green223' => 0x00df00, |
3587
|
|
|
|
|
|
|
'bluedf' => 0x0000df, |
3588
|
|
|
|
|
|
|
'blue223' => 0x0000df, |
3589
|
|
|
|
|
|
|
'yellowdf' => 0xdfdf00, |
3590
|
|
|
|
|
|
|
'yellow223' => 0xdfdf00, |
3591
|
|
|
|
|
|
|
'cyandf' => 0x00dfdf, |
3592
|
|
|
|
|
|
|
'cyan223' => 0x00dfdf, |
3593
|
|
|
|
|
|
|
'purpledf' => 0xdf00df, |
3594
|
|
|
|
|
|
|
'purple223' => 0xdf00df, |
3595
|
|
|
|
|
|
|
'graye0' => 0xe0e0e0, |
3596
|
|
|
|
|
|
|
'gray224' => 0xe0e0e0, |
3597
|
|
|
|
|
|
|
'greye0' => 0xe0e0e0, |
3598
|
|
|
|
|
|
|
'grey224' => 0xe0e0e0, |
3599
|
|
|
|
|
|
|
'rede0' => 0xe00000, |
3600
|
|
|
|
|
|
|
'red224' => 0xe00000, |
3601
|
|
|
|
|
|
|
'greene0' => 0x00e000, |
3602
|
|
|
|
|
|
|
'green224' => 0x00e000, |
3603
|
|
|
|
|
|
|
'bluee0' => 0x0000e0, |
3604
|
|
|
|
|
|
|
'blue224' => 0x0000e0, |
3605
|
|
|
|
|
|
|
'yellowe0' => 0xe0e000, |
3606
|
|
|
|
|
|
|
'yellow224' => 0xe0e000, |
3607
|
|
|
|
|
|
|
'cyane0' => 0x00e0e0, |
3608
|
|
|
|
|
|
|
'cyan224' => 0x00e0e0, |
3609
|
|
|
|
|
|
|
'purplee0' => 0xe000e0, |
3610
|
|
|
|
|
|
|
'purple224' => 0xe000e0, |
3611
|
|
|
|
|
|
|
'graye1' => 0xe1e1e1, |
3612
|
|
|
|
|
|
|
'gray225' => 0xe1e1e1, |
3613
|
|
|
|
|
|
|
'greye1' => 0xe1e1e1, |
3614
|
|
|
|
|
|
|
'grey225' => 0xe1e1e1, |
3615
|
|
|
|
|
|
|
'rede1' => 0xe10000, |
3616
|
|
|
|
|
|
|
'red225' => 0xe10000, |
3617
|
|
|
|
|
|
|
'greene1' => 0x00e100, |
3618
|
|
|
|
|
|
|
'green225' => 0x00e100, |
3619
|
|
|
|
|
|
|
'bluee1' => 0x0000e1, |
3620
|
|
|
|
|
|
|
'blue225' => 0x0000e1, |
3621
|
|
|
|
|
|
|
'yellowe1' => 0xe1e100, |
3622
|
|
|
|
|
|
|
'yellow225' => 0xe1e100, |
3623
|
|
|
|
|
|
|
'cyane1' => 0x00e1e1, |
3624
|
|
|
|
|
|
|
'cyan225' => 0x00e1e1, |
3625
|
|
|
|
|
|
|
'purplee1' => 0xe100e1, |
3626
|
|
|
|
|
|
|
'purple225' => 0xe100e1, |
3627
|
|
|
|
|
|
|
'graye2' => 0xe2e2e2, |
3628
|
|
|
|
|
|
|
'gray226' => 0xe2e2e2, |
3629
|
|
|
|
|
|
|
'greye2' => 0xe2e2e2, |
3630
|
|
|
|
|
|
|
'grey226' => 0xe2e2e2, |
3631
|
|
|
|
|
|
|
'rede2' => 0xe20000, |
3632
|
|
|
|
|
|
|
'red226' => 0xe20000, |
3633
|
|
|
|
|
|
|
'greene2' => 0x00e200, |
3634
|
|
|
|
|
|
|
'green226' => 0x00e200, |
3635
|
|
|
|
|
|
|
'bluee2' => 0x0000e2, |
3636
|
|
|
|
|
|
|
'blue226' => 0x0000e2, |
3637
|
|
|
|
|
|
|
'yellowe2' => 0xe2e200, |
3638
|
|
|
|
|
|
|
'yellow226' => 0xe2e200, |
3639
|
|
|
|
|
|
|
'cyane2' => 0x00e2e2, |
3640
|
|
|
|
|
|
|
'cyan226' => 0x00e2e2, |
3641
|
|
|
|
|
|
|
'purplee2' => 0xe200e2, |
3642
|
|
|
|
|
|
|
'purple226' => 0xe200e2, |
3643
|
|
|
|
|
|
|
'graye3' => 0xe3e3e3, |
3644
|
|
|
|
|
|
|
'gray227' => 0xe3e3e3, |
3645
|
|
|
|
|
|
|
'greye3' => 0xe3e3e3, |
3646
|
|
|
|
|
|
|
'grey227' => 0xe3e3e3, |
3647
|
|
|
|
|
|
|
'rede3' => 0xe30000, |
3648
|
|
|
|
|
|
|
'red227' => 0xe30000, |
3649
|
|
|
|
|
|
|
'greene3' => 0x00e300, |
3650
|
|
|
|
|
|
|
'green227' => 0x00e300, |
3651
|
|
|
|
|
|
|
'bluee3' => 0x0000e3, |
3652
|
|
|
|
|
|
|
'blue227' => 0x0000e3, |
3653
|
|
|
|
|
|
|
'yellowe3' => 0xe3e300, |
3654
|
|
|
|
|
|
|
'yellow227' => 0xe3e300, |
3655
|
|
|
|
|
|
|
'cyane3' => 0x00e3e3, |
3656
|
|
|
|
|
|
|
'cyan227' => 0x00e3e3, |
3657
|
|
|
|
|
|
|
'purplee3' => 0xe300e3, |
3658
|
|
|
|
|
|
|
'purple227' => 0xe300e3, |
3659
|
|
|
|
|
|
|
'graye4' => 0xe4e4e4, |
3660
|
|
|
|
|
|
|
'gray228' => 0xe4e4e4, |
3661
|
|
|
|
|
|
|
'greye4' => 0xe4e4e4, |
3662
|
|
|
|
|
|
|
'grey228' => 0xe4e4e4, |
3663
|
|
|
|
|
|
|
'rede4' => 0xe40000, |
3664
|
|
|
|
|
|
|
'red228' => 0xe40000, |
3665
|
|
|
|
|
|
|
'greene4' => 0x00e400, |
3666
|
|
|
|
|
|
|
'green228' => 0x00e400, |
3667
|
|
|
|
|
|
|
'bluee4' => 0x0000e4, |
3668
|
|
|
|
|
|
|
'blue228' => 0x0000e4, |
3669
|
|
|
|
|
|
|
'yellowe4' => 0xe4e400, |
3670
|
|
|
|
|
|
|
'yellow228' => 0xe4e400, |
3671
|
|
|
|
|
|
|
'cyane4' => 0x00e4e4, |
3672
|
|
|
|
|
|
|
'cyan228' => 0x00e4e4, |
3673
|
|
|
|
|
|
|
'purplee4' => 0xe400e4, |
3674
|
|
|
|
|
|
|
'purple228' => 0xe400e4, |
3675
|
|
|
|
|
|
|
'graye5' => 0xe5e5e5, |
3676
|
|
|
|
|
|
|
'gray229' => 0xe5e5e5, |
3677
|
|
|
|
|
|
|
'greye5' => 0xe5e5e5, |
3678
|
|
|
|
|
|
|
'grey229' => 0xe5e5e5, |
3679
|
|
|
|
|
|
|
'rede5' => 0xe50000, |
3680
|
|
|
|
|
|
|
'red229' => 0xe50000, |
3681
|
|
|
|
|
|
|
'greene5' => 0x00e500, |
3682
|
|
|
|
|
|
|
'green229' => 0x00e500, |
3683
|
|
|
|
|
|
|
'bluee5' => 0x0000e5, |
3684
|
|
|
|
|
|
|
'blue229' => 0x0000e5, |
3685
|
|
|
|
|
|
|
'yellowe5' => 0xe5e500, |
3686
|
|
|
|
|
|
|
'yellow229' => 0xe5e500, |
3687
|
|
|
|
|
|
|
'cyane5' => 0x00e5e5, |
3688
|
|
|
|
|
|
|
'cyan229' => 0x00e5e5, |
3689
|
|
|
|
|
|
|
'purplee5' => 0xe500e5, |
3690
|
|
|
|
|
|
|
'purple229' => 0xe500e5, |
3691
|
|
|
|
|
|
|
'graye6' => 0xe6e6e6, |
3692
|
|
|
|
|
|
|
'gray230' => 0xe6e6e6, |
3693
|
|
|
|
|
|
|
'greye6' => 0xe6e6e6, |
3694
|
|
|
|
|
|
|
'grey230' => 0xe6e6e6, |
3695
|
|
|
|
|
|
|
'rede6' => 0xe60000, |
3696
|
|
|
|
|
|
|
'red230' => 0xe60000, |
3697
|
|
|
|
|
|
|
'greene6' => 0x00e600, |
3698
|
|
|
|
|
|
|
'green230' => 0x00e600, |
3699
|
|
|
|
|
|
|
'bluee6' => 0x0000e6, |
3700
|
|
|
|
|
|
|
'blue230' => 0x0000e6, |
3701
|
|
|
|
|
|
|
'yellowe6' => 0xe6e600, |
3702
|
|
|
|
|
|
|
'yellow230' => 0xe6e600, |
3703
|
|
|
|
|
|
|
'cyane6' => 0x00e6e6, |
3704
|
|
|
|
|
|
|
'cyan230' => 0x00e6e6, |
3705
|
|
|
|
|
|
|
'purplee6' => 0xe600e6, |
3706
|
|
|
|
|
|
|
'purple230' => 0xe600e6, |
3707
|
|
|
|
|
|
|
'graye7' => 0xe7e7e7, |
3708
|
|
|
|
|
|
|
'gray231' => 0xe7e7e7, |
3709
|
|
|
|
|
|
|
'greye7' => 0xe7e7e7, |
3710
|
|
|
|
|
|
|
'grey231' => 0xe7e7e7, |
3711
|
|
|
|
|
|
|
'rede7' => 0xe70000, |
3712
|
|
|
|
|
|
|
'red231' => 0xe70000, |
3713
|
|
|
|
|
|
|
'greene7' => 0x00e700, |
3714
|
|
|
|
|
|
|
'green231' => 0x00e700, |
3715
|
|
|
|
|
|
|
'bluee7' => 0x0000e7, |
3716
|
|
|
|
|
|
|
'blue231' => 0x0000e7, |
3717
|
|
|
|
|
|
|
'yellowe7' => 0xe7e700, |
3718
|
|
|
|
|
|
|
'yellow231' => 0xe7e700, |
3719
|
|
|
|
|
|
|
'cyane7' => 0x00e7e7, |
3720
|
|
|
|
|
|
|
'cyan231' => 0x00e7e7, |
3721
|
|
|
|
|
|
|
'purplee7' => 0xe700e7, |
3722
|
|
|
|
|
|
|
'purple231' => 0xe700e7, |
3723
|
|
|
|
|
|
|
'graye8' => 0xe8e8e8, |
3724
|
|
|
|
|
|
|
'gray232' => 0xe8e8e8, |
3725
|
|
|
|
|
|
|
'greye8' => 0xe8e8e8, |
3726
|
|
|
|
|
|
|
'grey232' => 0xe8e8e8, |
3727
|
|
|
|
|
|
|
'rede8' => 0xe80000, |
3728
|
|
|
|
|
|
|
'red232' => 0xe80000, |
3729
|
|
|
|
|
|
|
'greene8' => 0x00e800, |
3730
|
|
|
|
|
|
|
'green232' => 0x00e800, |
3731
|
|
|
|
|
|
|
'bluee8' => 0x0000e8, |
3732
|
|
|
|
|
|
|
'blue232' => 0x0000e8, |
3733
|
|
|
|
|
|
|
'yellowe8' => 0xe8e800, |
3734
|
|
|
|
|
|
|
'yellow232' => 0xe8e800, |
3735
|
|
|
|
|
|
|
'cyane8' => 0x00e8e8, |
3736
|
|
|
|
|
|
|
'cyan232' => 0x00e8e8, |
3737
|
|
|
|
|
|
|
'purplee8' => 0xe800e8, |
3738
|
|
|
|
|
|
|
'purple232' => 0xe800e8, |
3739
|
|
|
|
|
|
|
'graye9' => 0xe9e9e9, |
3740
|
|
|
|
|
|
|
'gray233' => 0xe9e9e9, |
3741
|
|
|
|
|
|
|
'greye9' => 0xe9e9e9, |
3742
|
|
|
|
|
|
|
'grey233' => 0xe9e9e9, |
3743
|
|
|
|
|
|
|
'rede9' => 0xe90000, |
3744
|
|
|
|
|
|
|
'red233' => 0xe90000, |
3745
|
|
|
|
|
|
|
'greene9' => 0x00e900, |
3746
|
|
|
|
|
|
|
'green233' => 0x00e900, |
3747
|
|
|
|
|
|
|
'bluee9' => 0x0000e9, |
3748
|
|
|
|
|
|
|
'blue233' => 0x0000e9, |
3749
|
|
|
|
|
|
|
'yellowe9' => 0xe9e900, |
3750
|
|
|
|
|
|
|
'yellow233' => 0xe9e900, |
3751
|
|
|
|
|
|
|
'cyane9' => 0x00e9e9, |
3752
|
|
|
|
|
|
|
'cyan233' => 0x00e9e9, |
3753
|
|
|
|
|
|
|
'purplee9' => 0xe900e9, |
3754
|
|
|
|
|
|
|
'purple233' => 0xe900e9, |
3755
|
|
|
|
|
|
|
'grayea' => 0xeaeaea, |
3756
|
|
|
|
|
|
|
'gray234' => 0xeaeaea, |
3757
|
|
|
|
|
|
|
'greyea' => 0xeaeaea, |
3758
|
|
|
|
|
|
|
'grey234' => 0xeaeaea, |
3759
|
|
|
|
|
|
|
'redea' => 0xea0000, |
3760
|
|
|
|
|
|
|
'red234' => 0xea0000, |
3761
|
|
|
|
|
|
|
'greenea' => 0x00ea00, |
3762
|
|
|
|
|
|
|
'green234' => 0x00ea00, |
3763
|
|
|
|
|
|
|
'blueea' => 0x0000ea, |
3764
|
|
|
|
|
|
|
'blue234' => 0x0000ea, |
3765
|
|
|
|
|
|
|
'yellowea' => 0xeaea00, |
3766
|
|
|
|
|
|
|
'yellow234' => 0xeaea00, |
3767
|
|
|
|
|
|
|
'cyanea' => 0x00eaea, |
3768
|
|
|
|
|
|
|
'cyan234' => 0x00eaea, |
3769
|
|
|
|
|
|
|
'purpleea' => 0xea00ea, |
3770
|
|
|
|
|
|
|
'purple234' => 0xea00ea, |
3771
|
|
|
|
|
|
|
'grayeb' => 0xebebeb, |
3772
|
|
|
|
|
|
|
'gray235' => 0xebebeb, |
3773
|
|
|
|
|
|
|
'greyeb' => 0xebebeb, |
3774
|
|
|
|
|
|
|
'grey235' => 0xebebeb, |
3775
|
|
|
|
|
|
|
'redeb' => 0xeb0000, |
3776
|
|
|
|
|
|
|
'red235' => 0xeb0000, |
3777
|
|
|
|
|
|
|
'greeneb' => 0x00eb00, |
3778
|
|
|
|
|
|
|
'green235' => 0x00eb00, |
3779
|
|
|
|
|
|
|
'blueeb' => 0x0000eb, |
3780
|
|
|
|
|
|
|
'blue235' => 0x0000eb, |
3781
|
|
|
|
|
|
|
'yelloweb' => 0xebeb00, |
3782
|
|
|
|
|
|
|
'yellow235' => 0xebeb00, |
3783
|
|
|
|
|
|
|
'cyaneb' => 0x00ebeb, |
3784
|
|
|
|
|
|
|
'cyan235' => 0x00ebeb, |
3785
|
|
|
|
|
|
|
'purpleeb' => 0xeb00eb, |
3786
|
|
|
|
|
|
|
'purple235' => 0xeb00eb, |
3787
|
|
|
|
|
|
|
'grayec' => 0xececec, |
3788
|
|
|
|
|
|
|
'gray236' => 0xececec, |
3789
|
|
|
|
|
|
|
'greyec' => 0xececec, |
3790
|
|
|
|
|
|
|
'grey236' => 0xececec, |
3791
|
|
|
|
|
|
|
'redec' => 0xec0000, |
3792
|
|
|
|
|
|
|
'red236' => 0xec0000, |
3793
|
|
|
|
|
|
|
'greenec' => 0x00ec00, |
3794
|
|
|
|
|
|
|
'green236' => 0x00ec00, |
3795
|
|
|
|
|
|
|
'blueec' => 0x0000ec, |
3796
|
|
|
|
|
|
|
'blue236' => 0x0000ec, |
3797
|
|
|
|
|
|
|
'yellowec' => 0xecec00, |
3798
|
|
|
|
|
|
|
'yellow236' => 0xecec00, |
3799
|
|
|
|
|
|
|
'cyanec' => 0x00ecec, |
3800
|
|
|
|
|
|
|
'cyan236' => 0x00ecec, |
3801
|
|
|
|
|
|
|
'purpleec' => 0xec00ec, |
3802
|
|
|
|
|
|
|
'purple236' => 0xec00ec, |
3803
|
|
|
|
|
|
|
'grayed' => 0xededed, |
3804
|
|
|
|
|
|
|
'gray237' => 0xededed, |
3805
|
|
|
|
|
|
|
'greyed' => 0xededed, |
3806
|
|
|
|
|
|
|
'grey237' => 0xededed, |
3807
|
|
|
|
|
|
|
'reded' => 0xed0000, |
3808
|
|
|
|
|
|
|
'red237' => 0xed0000, |
3809
|
|
|
|
|
|
|
'greened' => 0x00ed00, |
3810
|
|
|
|
|
|
|
'green237' => 0x00ed00, |
3811
|
|
|
|
|
|
|
'blueed' => 0x0000ed, |
3812
|
|
|
|
|
|
|
'blue237' => 0x0000ed, |
3813
|
|
|
|
|
|
|
'yellowed' => 0xeded00, |
3814
|
|
|
|
|
|
|
'yellow237' => 0xeded00, |
3815
|
|
|
|
|
|
|
'cyaned' => 0x00eded, |
3816
|
|
|
|
|
|
|
'cyan237' => 0x00eded, |
3817
|
|
|
|
|
|
|
'purpleed' => 0xed00ed, |
3818
|
|
|
|
|
|
|
'purple237' => 0xed00ed, |
3819
|
|
|
|
|
|
|
'grayee' => 0xeeeeee, |
3820
|
|
|
|
|
|
|
'gray238' => 0xeeeeee, |
3821
|
|
|
|
|
|
|
'greyee' => 0xeeeeee, |
3822
|
|
|
|
|
|
|
'grey238' => 0xeeeeee, |
3823
|
|
|
|
|
|
|
'redee' => 0xee0000, |
3824
|
|
|
|
|
|
|
'red238' => 0xee0000, |
3825
|
|
|
|
|
|
|
'greenee' => 0x00ee00, |
3826
|
|
|
|
|
|
|
'green238' => 0x00ee00, |
3827
|
|
|
|
|
|
|
'blueee' => 0x0000ee, |
3828
|
|
|
|
|
|
|
'blue238' => 0x0000ee, |
3829
|
|
|
|
|
|
|
'yellowee' => 0xeeee00, |
3830
|
|
|
|
|
|
|
'yellow238' => 0xeeee00, |
3831
|
|
|
|
|
|
|
'cyanee' => 0x00eeee, |
3832
|
|
|
|
|
|
|
'cyan238' => 0x00eeee, |
3833
|
|
|
|
|
|
|
'purpleee' => 0xee00ee, |
3834
|
|
|
|
|
|
|
'purple238' => 0xee00ee, |
3835
|
|
|
|
|
|
|
'grayef' => 0xefefef, |
3836
|
|
|
|
|
|
|
'gray239' => 0xefefef, |
3837
|
|
|
|
|
|
|
'greyef' => 0xefefef, |
3838
|
|
|
|
|
|
|
'grey239' => 0xefefef, |
3839
|
|
|
|
|
|
|
'redef' => 0xef0000, |
3840
|
|
|
|
|
|
|
'red239' => 0xef0000, |
3841
|
|
|
|
|
|
|
'greenef' => 0x00ef00, |
3842
|
|
|
|
|
|
|
'green239' => 0x00ef00, |
3843
|
|
|
|
|
|
|
'blueef' => 0x0000ef, |
3844
|
|
|
|
|
|
|
'blue239' => 0x0000ef, |
3845
|
|
|
|
|
|
|
'yellowef' => 0xefef00, |
3846
|
|
|
|
|
|
|
'yellow239' => 0xefef00, |
3847
|
|
|
|
|
|
|
'cyanef' => 0x00efef, |
3848
|
|
|
|
|
|
|
'cyan239' => 0x00efef, |
3849
|
|
|
|
|
|
|
'purpleef' => 0xef00ef, |
3850
|
|
|
|
|
|
|
'purple239' => 0xef00ef, |
3851
|
|
|
|
|
|
|
'grayf0' => 0xf0f0f0, |
3852
|
|
|
|
|
|
|
'gray240' => 0xf0f0f0, |
3853
|
|
|
|
|
|
|
'greyf0' => 0xf0f0f0, |
3854
|
|
|
|
|
|
|
'grey240' => 0xf0f0f0, |
3855
|
|
|
|
|
|
|
'redf0' => 0xf00000, |
3856
|
|
|
|
|
|
|
'red240' => 0xf00000, |
3857
|
|
|
|
|
|
|
'greenf0' => 0x00f000, |
3858
|
|
|
|
|
|
|
'green240' => 0x00f000, |
3859
|
|
|
|
|
|
|
'bluef0' => 0x0000f0, |
3860
|
|
|
|
|
|
|
'blue240' => 0x0000f0, |
3861
|
|
|
|
|
|
|
'yellowf0' => 0xf0f000, |
3862
|
|
|
|
|
|
|
'yellow240' => 0xf0f000, |
3863
|
|
|
|
|
|
|
'cyanf0' => 0x00f0f0, |
3864
|
|
|
|
|
|
|
'cyan240' => 0x00f0f0, |
3865
|
|
|
|
|
|
|
'purplef0' => 0xf000f0, |
3866
|
|
|
|
|
|
|
'purple240' => 0xf000f0, |
3867
|
|
|
|
|
|
|
'grayf1' => 0xf1f1f1, |
3868
|
|
|
|
|
|
|
'gray241' => 0xf1f1f1, |
3869
|
|
|
|
|
|
|
'greyf1' => 0xf1f1f1, |
3870
|
|
|
|
|
|
|
'grey241' => 0xf1f1f1, |
3871
|
|
|
|
|
|
|
'redf1' => 0xf10000, |
3872
|
|
|
|
|
|
|
'red241' => 0xf10000, |
3873
|
|
|
|
|
|
|
'greenf1' => 0x00f100, |
3874
|
|
|
|
|
|
|
'green241' => 0x00f100, |
3875
|
|
|
|
|
|
|
'bluef1' => 0x0000f1, |
3876
|
|
|
|
|
|
|
'blue241' => 0x0000f1, |
3877
|
|
|
|
|
|
|
'yellowf1' => 0xf1f100, |
3878
|
|
|
|
|
|
|
'yellow241' => 0xf1f100, |
3879
|
|
|
|
|
|
|
'cyanf1' => 0x00f1f1, |
3880
|
|
|
|
|
|
|
'cyan241' => 0x00f1f1, |
3881
|
|
|
|
|
|
|
'purplef1' => 0xf100f1, |
3882
|
|
|
|
|
|
|
'purple241' => 0xf100f1, |
3883
|
|
|
|
|
|
|
'grayf2' => 0xf2f2f2, |
3884
|
|
|
|
|
|
|
'gray242' => 0xf2f2f2, |
3885
|
|
|
|
|
|
|
'greyf2' => 0xf2f2f2, |
3886
|
|
|
|
|
|
|
'grey242' => 0xf2f2f2, |
3887
|
|
|
|
|
|
|
'redf2' => 0xf20000, |
3888
|
|
|
|
|
|
|
'red242' => 0xf20000, |
3889
|
|
|
|
|
|
|
'greenf2' => 0x00f200, |
3890
|
|
|
|
|
|
|
'green242' => 0x00f200, |
3891
|
|
|
|
|
|
|
'bluef2' => 0x0000f2, |
3892
|
|
|
|
|
|
|
'blue242' => 0x0000f2, |
3893
|
|
|
|
|
|
|
'yellowf2' => 0xf2f200, |
3894
|
|
|
|
|
|
|
'yellow242' => 0xf2f200, |
3895
|
|
|
|
|
|
|
'cyanf2' => 0x00f2f2, |
3896
|
|
|
|
|
|
|
'cyan242' => 0x00f2f2, |
3897
|
|
|
|
|
|
|
'purplef2' => 0xf200f2, |
3898
|
|
|
|
|
|
|
'purple242' => 0xf200f2, |
3899
|
|
|
|
|
|
|
'grayf3' => 0xf3f3f3, |
3900
|
|
|
|
|
|
|
'gray243' => 0xf3f3f3, |
3901
|
|
|
|
|
|
|
'greyf3' => 0xf3f3f3, |
3902
|
|
|
|
|
|
|
'grey243' => 0xf3f3f3, |
3903
|
|
|
|
|
|
|
'redf3' => 0xf30000, |
3904
|
|
|
|
|
|
|
'red243' => 0xf30000, |
3905
|
|
|
|
|
|
|
'greenf3' => 0x00f300, |
3906
|
|
|
|
|
|
|
'green243' => 0x00f300, |
3907
|
|
|
|
|
|
|
'bluef3' => 0x0000f3, |
3908
|
|
|
|
|
|
|
'blue243' => 0x0000f3, |
3909
|
|
|
|
|
|
|
'yellowf3' => 0xf3f300, |
3910
|
|
|
|
|
|
|
'yellow243' => 0xf3f300, |
3911
|
|
|
|
|
|
|
'cyanf3' => 0x00f3f3, |
3912
|
|
|
|
|
|
|
'cyan243' => 0x00f3f3, |
3913
|
|
|
|
|
|
|
'purplef3' => 0xf300f3, |
3914
|
|
|
|
|
|
|
'purple243' => 0xf300f3, |
3915
|
|
|
|
|
|
|
'grayf4' => 0xf4f4f4, |
3916
|
|
|
|
|
|
|
'gray244' => 0xf4f4f4, |
3917
|
|
|
|
|
|
|
'greyf4' => 0xf4f4f4, |
3918
|
|
|
|
|
|
|
'grey244' => 0xf4f4f4, |
3919
|
|
|
|
|
|
|
'redf4' => 0xf40000, |
3920
|
|
|
|
|
|
|
'red244' => 0xf40000, |
3921
|
|
|
|
|
|
|
'greenf4' => 0x00f400, |
3922
|
|
|
|
|
|
|
'green244' => 0x00f400, |
3923
|
|
|
|
|
|
|
'bluef4' => 0x0000f4, |
3924
|
|
|
|
|
|
|
'blue244' => 0x0000f4, |
3925
|
|
|
|
|
|
|
'yellowf4' => 0xf4f400, |
3926
|
|
|
|
|
|
|
'yellow244' => 0xf4f400, |
3927
|
|
|
|
|
|
|
'cyanf4' => 0x00f4f4, |
3928
|
|
|
|
|
|
|
'cyan244' => 0x00f4f4, |
3929
|
|
|
|
|
|
|
'purplef4' => 0xf400f4, |
3930
|
|
|
|
|
|
|
'purple244' => 0xf400f4, |
3931
|
|
|
|
|
|
|
'grayf5' => 0xf5f5f5, |
3932
|
|
|
|
|
|
|
'gray245' => 0xf5f5f5, |
3933
|
|
|
|
|
|
|
'greyf5' => 0xf5f5f5, |
3934
|
|
|
|
|
|
|
'grey245' => 0xf5f5f5, |
3935
|
|
|
|
|
|
|
'redf5' => 0xf50000, |
3936
|
|
|
|
|
|
|
'red245' => 0xf50000, |
3937
|
|
|
|
|
|
|
'greenf5' => 0x00f500, |
3938
|
|
|
|
|
|
|
'green245' => 0x00f500, |
3939
|
|
|
|
|
|
|
'bluef5' => 0x0000f5, |
3940
|
|
|
|
|
|
|
'blue245' => 0x0000f5, |
3941
|
|
|
|
|
|
|
'yellowf5' => 0xf5f500, |
3942
|
|
|
|
|
|
|
'yellow245' => 0xf5f500, |
3943
|
|
|
|
|
|
|
'cyanf5' => 0x00f5f5, |
3944
|
|
|
|
|
|
|
'cyan245' => 0x00f5f5, |
3945
|
|
|
|
|
|
|
'purplef5' => 0xf500f5, |
3946
|
|
|
|
|
|
|
'purple245' => 0xf500f5, |
3947
|
|
|
|
|
|
|
'grayf6' => 0xf6f6f6, |
3948
|
|
|
|
|
|
|
'gray246' => 0xf6f6f6, |
3949
|
|
|
|
|
|
|
'greyf6' => 0xf6f6f6, |
3950
|
|
|
|
|
|
|
'grey246' => 0xf6f6f6, |
3951
|
|
|
|
|
|
|
'redf6' => 0xf60000, |
3952
|
|
|
|
|
|
|
'red246' => 0xf60000, |
3953
|
|
|
|
|
|
|
'greenf6' => 0x00f600, |
3954
|
|
|
|
|
|
|
'green246' => 0x00f600, |
3955
|
|
|
|
|
|
|
'bluef6' => 0x0000f6, |
3956
|
|
|
|
|
|
|
'blue246' => 0x0000f6, |
3957
|
|
|
|
|
|
|
'yellowf6' => 0xf6f600, |
3958
|
|
|
|
|
|
|
'yellow246' => 0xf6f600, |
3959
|
|
|
|
|
|
|
'cyanf6' => 0x00f6f6, |
3960
|
|
|
|
|
|
|
'cyan246' => 0x00f6f6, |
3961
|
|
|
|
|
|
|
'purplef6' => 0xf600f6, |
3962
|
|
|
|
|
|
|
'purple246' => 0xf600f6, |
3963
|
|
|
|
|
|
|
'grayf7' => 0xf7f7f7, |
3964
|
|
|
|
|
|
|
'gray247' => 0xf7f7f7, |
3965
|
|
|
|
|
|
|
'greyf7' => 0xf7f7f7, |
3966
|
|
|
|
|
|
|
'grey247' => 0xf7f7f7, |
3967
|
|
|
|
|
|
|
'redf7' => 0xf70000, |
3968
|
|
|
|
|
|
|
'red247' => 0xf70000, |
3969
|
|
|
|
|
|
|
'greenf7' => 0x00f700, |
3970
|
|
|
|
|
|
|
'green247' => 0x00f700, |
3971
|
|
|
|
|
|
|
'bluef7' => 0x0000f7, |
3972
|
|
|
|
|
|
|
'blue247' => 0x0000f7, |
3973
|
|
|
|
|
|
|
'yellowf7' => 0xf7f700, |
3974
|
|
|
|
|
|
|
'yellow247' => 0xf7f700, |
3975
|
|
|
|
|
|
|
'cyanf7' => 0x00f7f7, |
3976
|
|
|
|
|
|
|
'cyan247' => 0x00f7f7, |
3977
|
|
|
|
|
|
|
'purplef7' => 0xf700f7, |
3978
|
|
|
|
|
|
|
'purple247' => 0xf700f7, |
3979
|
|
|
|
|
|
|
'grayf8' => 0xf8f8f8, |
3980
|
|
|
|
|
|
|
'gray248' => 0xf8f8f8, |
3981
|
|
|
|
|
|
|
'greyf8' => 0xf8f8f8, |
3982
|
|
|
|
|
|
|
'grey248' => 0xf8f8f8, |
3983
|
|
|
|
|
|
|
'redf8' => 0xf80000, |
3984
|
|
|
|
|
|
|
'red248' => 0xf80000, |
3985
|
|
|
|
|
|
|
'greenf8' => 0x00f800, |
3986
|
|
|
|
|
|
|
'green248' => 0x00f800, |
3987
|
|
|
|
|
|
|
'bluef8' => 0x0000f8, |
3988
|
|
|
|
|
|
|
'blue248' => 0x0000f8, |
3989
|
|
|
|
|
|
|
'yellowf8' => 0xf8f800, |
3990
|
|
|
|
|
|
|
'yellow248' => 0xf8f800, |
3991
|
|
|
|
|
|
|
'cyanf8' => 0x00f8f8, |
3992
|
|
|
|
|
|
|
'cyan248' => 0x00f8f8, |
3993
|
|
|
|
|
|
|
'purplef8' => 0xf800f8, |
3994
|
|
|
|
|
|
|
'purple248' => 0xf800f8, |
3995
|
|
|
|
|
|
|
'grayf9' => 0xf9f9f9, |
3996
|
|
|
|
|
|
|
'gray249' => 0xf9f9f9, |
3997
|
|
|
|
|
|
|
'greyf9' => 0xf9f9f9, |
3998
|
|
|
|
|
|
|
'grey249' => 0xf9f9f9, |
3999
|
|
|
|
|
|
|
'redf9' => 0xf90000, |
4000
|
|
|
|
|
|
|
'red249' => 0xf90000, |
4001
|
|
|
|
|
|
|
'greenf9' => 0x00f900, |
4002
|
|
|
|
|
|
|
'green249' => 0x00f900, |
4003
|
|
|
|
|
|
|
'bluef9' => 0x0000f9, |
4004
|
|
|
|
|
|
|
'blue249' => 0x0000f9, |
4005
|
|
|
|
|
|
|
'yellowf9' => 0xf9f900, |
4006
|
|
|
|
|
|
|
'yellow249' => 0xf9f900, |
4007
|
|
|
|
|
|
|
'cyanf9' => 0x00f9f9, |
4008
|
|
|
|
|
|
|
'cyan249' => 0x00f9f9, |
4009
|
|
|
|
|
|
|
'purplef9' => 0xf900f9, |
4010
|
|
|
|
|
|
|
'purple249' => 0xf900f9, |
4011
|
|
|
|
|
|
|
'grayfa' => 0xfafafa, |
4012
|
|
|
|
|
|
|
'gray250' => 0xfafafa, |
4013
|
|
|
|
|
|
|
'greyfa' => 0xfafafa, |
4014
|
|
|
|
|
|
|
'grey250' => 0xfafafa, |
4015
|
|
|
|
|
|
|
'redfa' => 0xfa0000, |
4016
|
|
|
|
|
|
|
'red250' => 0xfa0000, |
4017
|
|
|
|
|
|
|
'greenfa' => 0x00fa00, |
4018
|
|
|
|
|
|
|
'green250' => 0x00fa00, |
4019
|
|
|
|
|
|
|
'bluefa' => 0x0000fa, |
4020
|
|
|
|
|
|
|
'blue250' => 0x0000fa, |
4021
|
|
|
|
|
|
|
'yellowfa' => 0xfafa00, |
4022
|
|
|
|
|
|
|
'yellow250' => 0xfafa00, |
4023
|
|
|
|
|
|
|
'cyanfa' => 0x00fafa, |
4024
|
|
|
|
|
|
|
'cyan250' => 0x00fafa, |
4025
|
|
|
|
|
|
|
'purplefa' => 0xfa00fa, |
4026
|
|
|
|
|
|
|
'purple250' => 0xfa00fa, |
4027
|
|
|
|
|
|
|
'grayfb' => 0xfbfbfb, |
4028
|
|
|
|
|
|
|
'gray251' => 0xfbfbfb, |
4029
|
|
|
|
|
|
|
'greyfb' => 0xfbfbfb, |
4030
|
|
|
|
|
|
|
'grey251' => 0xfbfbfb, |
4031
|
|
|
|
|
|
|
'redfb' => 0xfb0000, |
4032
|
|
|
|
|
|
|
'red251' => 0xfb0000, |
4033
|
|
|
|
|
|
|
'greenfb' => 0x00fb00, |
4034
|
|
|
|
|
|
|
'green251' => 0x00fb00, |
4035
|
|
|
|
|
|
|
'bluefb' => 0x0000fb, |
4036
|
|
|
|
|
|
|
'blue251' => 0x0000fb, |
4037
|
|
|
|
|
|
|
'yellowfb' => 0xfbfb00, |
4038
|
|
|
|
|
|
|
'yellow251' => 0xfbfb00, |
4039
|
|
|
|
|
|
|
'cyanfb' => 0x00fbfb, |
4040
|
|
|
|
|
|
|
'cyan251' => 0x00fbfb, |
4041
|
|
|
|
|
|
|
'purplefb' => 0xfb00fb, |
4042
|
|
|
|
|
|
|
'purple251' => 0xfb00fb, |
4043
|
|
|
|
|
|
|
'grayfc' => 0xfcfcfc, |
4044
|
|
|
|
|
|
|
'gray252' => 0xfcfcfc, |
4045
|
|
|
|
|
|
|
'greyfc' => 0xfcfcfc, |
4046
|
|
|
|
|
|
|
'grey252' => 0xfcfcfc, |
4047
|
|
|
|
|
|
|
'redfc' => 0xfc0000, |
4048
|
|
|
|
|
|
|
'red252' => 0xfc0000, |
4049
|
|
|
|
|
|
|
'greenfc' => 0x00fc00, |
4050
|
|
|
|
|
|
|
'green252' => 0x00fc00, |
4051
|
|
|
|
|
|
|
'bluefc' => 0x0000fc, |
4052
|
|
|
|
|
|
|
'blue252' => 0x0000fc, |
4053
|
|
|
|
|
|
|
'yellowfc' => 0xfcfc00, |
4054
|
|
|
|
|
|
|
'yellow252' => 0xfcfc00, |
4055
|
|
|
|
|
|
|
'cyanfc' => 0x00fcfc, |
4056
|
|
|
|
|
|
|
'cyan252' => 0x00fcfc, |
4057
|
|
|
|
|
|
|
'purplefc' => 0xfc00fc, |
4058
|
|
|
|
|
|
|
'purple252' => 0xfc00fc, |
4059
|
|
|
|
|
|
|
'grayfd' => 0xfdfdfd, |
4060
|
|
|
|
|
|
|
'gray253' => 0xfdfdfd, |
4061
|
|
|
|
|
|
|
'greyfd' => 0xfdfdfd, |
4062
|
|
|
|
|
|
|
'grey253' => 0xfdfdfd, |
4063
|
|
|
|
|
|
|
'redfd' => 0xfd0000, |
4064
|
|
|
|
|
|
|
'red253' => 0xfd0000, |
4065
|
|
|
|
|
|
|
'greenfd' => 0x00fd00, |
4066
|
|
|
|
|
|
|
'green253' => 0x00fd00, |
4067
|
|
|
|
|
|
|
'bluefd' => 0x0000fd, |
4068
|
|
|
|
|
|
|
'blue253' => 0x0000fd, |
4069
|
|
|
|
|
|
|
'yellowfd' => 0xfdfd00, |
4070
|
|
|
|
|
|
|
'yellow253' => 0xfdfd00, |
4071
|
|
|
|
|
|
|
'cyanfd' => 0x00fdfd, |
4072
|
|
|
|
|
|
|
'cyan253' => 0x00fdfd, |
4073
|
|
|
|
|
|
|
'purplefd' => 0xfd00fd, |
4074
|
|
|
|
|
|
|
'purple253' => 0xfd00fd, |
4075
|
|
|
|
|
|
|
'grayfe' => 0xfefefe, |
4076
|
|
|
|
|
|
|
'gray254' => 0xfefefe, |
4077
|
|
|
|
|
|
|
'greyfe' => 0xfefefe, |
4078
|
|
|
|
|
|
|
'grey254' => 0xfefefe, |
4079
|
|
|
|
|
|
|
'redfe' => 0xfe0000, |
4080
|
|
|
|
|
|
|
'red254' => 0xfe0000, |
4081
|
|
|
|
|
|
|
'greenfe' => 0x00fe00, |
4082
|
|
|
|
|
|
|
'green254' => 0x00fe00, |
4083
|
|
|
|
|
|
|
'bluefe' => 0x0000fe, |
4084
|
|
|
|
|
|
|
'blue254' => 0x0000fe, |
4085
|
|
|
|
|
|
|
'yellowfe' => 0xfefe00, |
4086
|
|
|
|
|
|
|
'yellow254' => 0xfefe00, |
4087
|
|
|
|
|
|
|
'cyanfe' => 0x00fefe, |
4088
|
|
|
|
|
|
|
'cyan254' => 0x00fefe, |
4089
|
|
|
|
|
|
|
'purplefe' => 0xfe00fe, |
4090
|
|
|
|
|
|
|
'purple254' => 0xfe00fe, |
4091
|
|
|
|
|
|
|
'grayff' => 0xffffff, |
4092
|
|
|
|
|
|
|
'gray255' => 0xffffff, |
4093
|
|
|
|
|
|
|
'greyff' => 0xffffff, |
4094
|
|
|
|
|
|
|
'grey255' => 0xffffff, |
4095
|
|
|
|
|
|
|
'redff' => 0xff0000, |
4096
|
|
|
|
|
|
|
'red255' => 0xff0000, |
4097
|
|
|
|
|
|
|
'greenff' => 0x00ff00, |
4098
|
|
|
|
|
|
|
'green255' => 0x00ff00, |
4099
|
|
|
|
|
|
|
'blueff' => 0x0000ff, |
4100
|
|
|
|
|
|
|
'blue255' => 0x0000ff, |
4101
|
|
|
|
|
|
|
'yellowff' => 0xffff00, |
4102
|
|
|
|
|
|
|
'yellow255' => 0xffff00, |
4103
|
|
|
|
|
|
|
'cyanff' => 0x00ffff, |
4104
|
|
|
|
|
|
|
'cyan255' => 0x00ffff, |
4105
|
|
|
|
|
|
|
'purpleff' => 0xff00ff, |
4106
|
|
|
|
|
|
|
'purple255' => 0xff00ff, |
4107
|
|
|
|
|
|
|
'grey0%' => 0x000000, |
4108
|
|
|
|
|
|
|
'gray0%' => 0x000000, |
4109
|
|
|
|
|
|
|
'red0%' => 0x000000, |
4110
|
|
|
|
|
|
|
'green0%' => 0x000000, |
4111
|
|
|
|
|
|
|
'blue0%' => 0x000000, |
4112
|
|
|
|
|
|
|
'yellow0%' => 0x000000, |
4113
|
|
|
|
|
|
|
'cyan0%' => 0x000000, |
4114
|
|
|
|
|
|
|
'purple0%' => 0x000000, |
4115
|
|
|
|
|
|
|
'grey00%' => 0x000000, |
4116
|
|
|
|
|
|
|
'gray00%' => 0x000000, |
4117
|
|
|
|
|
|
|
'red00%' => 0x000000, |
4118
|
|
|
|
|
|
|
'green00%' => 0x000000, |
4119
|
|
|
|
|
|
|
'blue00%' => 0x000000, |
4120
|
|
|
|
|
|
|
'yellow00%' => 0x000000, |
4121
|
|
|
|
|
|
|
'cyan00%' => 0x000000, |
4122
|
|
|
|
|
|
|
'purple00%' => 0x000000, |
4123
|
|
|
|
|
|
|
'grey000%' => 0x000000, |
4124
|
|
|
|
|
|
|
'gray000%' => 0x000000, |
4125
|
|
|
|
|
|
|
'red000%' => 0x000000, |
4126
|
|
|
|
|
|
|
'green000%' => 0x000000, |
4127
|
|
|
|
|
|
|
'blue000%' => 0x000000, |
4128
|
|
|
|
|
|
|
'yellow000%' => 0x000000, |
4129
|
|
|
|
|
|
|
'cyan000%' => 0x000000, |
4130
|
|
|
|
|
|
|
'purple000%' => 0x000000, |
4131
|
|
|
|
|
|
|
'grey1%' => 0x020202, |
4132
|
|
|
|
|
|
|
'gray1%' => 0x020202, |
4133
|
|
|
|
|
|
|
'red1%' => 0x020000, |
4134
|
|
|
|
|
|
|
'green1%' => 0x000200, |
4135
|
|
|
|
|
|
|
'blue1%' => 0x000002, |
4136
|
|
|
|
|
|
|
'yellow1%' => 0x020200, |
4137
|
|
|
|
|
|
|
'cyan1%' => 0x000202, |
4138
|
|
|
|
|
|
|
'purple1%' => 0x020002, |
4139
|
|
|
|
|
|
|
'grey01%' => 0x020202, |
4140
|
|
|
|
|
|
|
'gray01%' => 0x020202, |
4141
|
|
|
|
|
|
|
'red01%' => 0x020000, |
4142
|
|
|
|
|
|
|
'green01%' => 0x000200, |
4143
|
|
|
|
|
|
|
'blue01%' => 0x000002, |
4144
|
|
|
|
|
|
|
'yellow01%' => 0x020200, |
4145
|
|
|
|
|
|
|
'cyan01%' => 0x000202, |
4146
|
|
|
|
|
|
|
'purple01%' => 0x020002, |
4147
|
|
|
|
|
|
|
'grey001%' => 0x020202, |
4148
|
|
|
|
|
|
|
'gray001%' => 0x020202, |
4149
|
|
|
|
|
|
|
'red001%' => 0x020000, |
4150
|
|
|
|
|
|
|
'green001%' => 0x000200, |
4151
|
|
|
|
|
|
|
'blue001%' => 0x000002, |
4152
|
|
|
|
|
|
|
'yellow001%' => 0x020200, |
4153
|
|
|
|
|
|
|
'cyan001%' => 0x000202, |
4154
|
|
|
|
|
|
|
'purple001%' => 0x020002, |
4155
|
|
|
|
|
|
|
'grey2%' => 0x050505, |
4156
|
|
|
|
|
|
|
'gray2%' => 0x050505, |
4157
|
|
|
|
|
|
|
'red2%' => 0x050000, |
4158
|
|
|
|
|
|
|
'green2%' => 0x000500, |
4159
|
|
|
|
|
|
|
'blue2%' => 0x000005, |
4160
|
|
|
|
|
|
|
'yellow2%' => 0x050500, |
4161
|
|
|
|
|
|
|
'cyan2%' => 0x000505, |
4162
|
|
|
|
|
|
|
'purple2%' => 0x050005, |
4163
|
|
|
|
|
|
|
'grey02%' => 0x050505, |
4164
|
|
|
|
|
|
|
'gray02%' => 0x050505, |
4165
|
|
|
|
|
|
|
'red02%' => 0x050000, |
4166
|
|
|
|
|
|
|
'green02%' => 0x000500, |
4167
|
|
|
|
|
|
|
'blue02%' => 0x000005, |
4168
|
|
|
|
|
|
|
'yellow02%' => 0x050500, |
4169
|
|
|
|
|
|
|
'cyan02%' => 0x000505, |
4170
|
|
|
|
|
|
|
'purple02%' => 0x050005, |
4171
|
|
|
|
|
|
|
'grey002%' => 0x050505, |
4172
|
|
|
|
|
|
|
'gray002%' => 0x050505, |
4173
|
|
|
|
|
|
|
'red002%' => 0x050000, |
4174
|
|
|
|
|
|
|
'green002%' => 0x000500, |
4175
|
|
|
|
|
|
|
'blue002%' => 0x000005, |
4176
|
|
|
|
|
|
|
'yellow002%' => 0x050500, |
4177
|
|
|
|
|
|
|
'cyan002%' => 0x000505, |
4178
|
|
|
|
|
|
|
'purple002%' => 0x050005, |
4179
|
|
|
|
|
|
|
'grey3%' => 0x070707, |
4180
|
|
|
|
|
|
|
'gray3%' => 0x070707, |
4181
|
|
|
|
|
|
|
'red3%' => 0x070000, |
4182
|
|
|
|
|
|
|
'green3%' => 0x000700, |
4183
|
|
|
|
|
|
|
'blue3%' => 0x000007, |
4184
|
|
|
|
|
|
|
'yellow3%' => 0x070700, |
4185
|
|
|
|
|
|
|
'cyan3%' => 0x000707, |
4186
|
|
|
|
|
|
|
'purple3%' => 0x070007, |
4187
|
|
|
|
|
|
|
'grey03%' => 0x070707, |
4188
|
|
|
|
|
|
|
'gray03%' => 0x070707, |
4189
|
|
|
|
|
|
|
'red03%' => 0x070000, |
4190
|
|
|
|
|
|
|
'green03%' => 0x000700, |
4191
|
|
|
|
|
|
|
'blue03%' => 0x000007, |
4192
|
|
|
|
|
|
|
'yellow03%' => 0x070700, |
4193
|
|
|
|
|
|
|
'cyan03%' => 0x000707, |
4194
|
|
|
|
|
|
|
'purple03%' => 0x070007, |
4195
|
|
|
|
|
|
|
'grey003%' => 0x070707, |
4196
|
|
|
|
|
|
|
'gray003%' => 0x070707, |
4197
|
|
|
|
|
|
|
'red003%' => 0x070000, |
4198
|
|
|
|
|
|
|
'green003%' => 0x000700, |
4199
|
|
|
|
|
|
|
'blue003%' => 0x000007, |
4200
|
|
|
|
|
|
|
'yellow003%' => 0x070700, |
4201
|
|
|
|
|
|
|
'cyan003%' => 0x000707, |
4202
|
|
|
|
|
|
|
'purple003%' => 0x070007, |
4203
|
|
|
|
|
|
|
'grey4%' => 0x0a0a0a, |
4204
|
|
|
|
|
|
|
'gray4%' => 0x0a0a0a, |
4205
|
|
|
|
|
|
|
'red4%' => 0x0a0000, |
4206
|
|
|
|
|
|
|
'green4%' => 0x000a00, |
4207
|
|
|
|
|
|
|
'blue4%' => 0x00000a, |
4208
|
|
|
|
|
|
|
'yellow4%' => 0x0a0a00, |
4209
|
|
|
|
|
|
|
'cyan4%' => 0x000a0a, |
4210
|
|
|
|
|
|
|
'purple4%' => 0x0a000a, |
4211
|
|
|
|
|
|
|
'grey04%' => 0x0a0a0a, |
4212
|
|
|
|
|
|
|
'gray04%' => 0x0a0a0a, |
4213
|
|
|
|
|
|
|
'red04%' => 0x0a0000, |
4214
|
|
|
|
|
|
|
'green04%' => 0x000a00, |
4215
|
|
|
|
|
|
|
'blue04%' => 0x00000a, |
4216
|
|
|
|
|
|
|
'yellow04%' => 0x0a0a00, |
4217
|
|
|
|
|
|
|
'cyan04%' => 0x000a0a, |
4218
|
|
|
|
|
|
|
'purple04%' => 0x0a000a, |
4219
|
|
|
|
|
|
|
'grey004%' => 0x0a0a0a, |
4220
|
|
|
|
|
|
|
'gray004%' => 0x0a0a0a, |
4221
|
|
|
|
|
|
|
'red004%' => 0x0a0000, |
4222
|
|
|
|
|
|
|
'green004%' => 0x000a00, |
4223
|
|
|
|
|
|
|
'blue004%' => 0x00000a, |
4224
|
|
|
|
|
|
|
'yellow004%' => 0x0a0a00, |
4225
|
|
|
|
|
|
|
'cyan004%' => 0x000a0a, |
4226
|
|
|
|
|
|
|
'purple004%' => 0x0a000a, |
4227
|
|
|
|
|
|
|
'grey5%' => 0x0c0c0c, |
4228
|
|
|
|
|
|
|
'gray5%' => 0x0c0c0c, |
4229
|
|
|
|
|
|
|
'red5%' => 0x0c0000, |
4230
|
|
|
|
|
|
|
'green5%' => 0x000c00, |
4231
|
|
|
|
|
|
|
'blue5%' => 0x00000c, |
4232
|
|
|
|
|
|
|
'yellow5%' => 0x0c0c00, |
4233
|
|
|
|
|
|
|
'cyan5%' => 0x000c0c, |
4234
|
|
|
|
|
|
|
'purple5%' => 0x0c000c, |
4235
|
|
|
|
|
|
|
'grey05%' => 0x0c0c0c, |
4236
|
|
|
|
|
|
|
'gray05%' => 0x0c0c0c, |
4237
|
|
|
|
|
|
|
'red05%' => 0x0c0000, |
4238
|
|
|
|
|
|
|
'green05%' => 0x000c00, |
4239
|
|
|
|
|
|
|
'blue05%' => 0x00000c, |
4240
|
|
|
|
|
|
|
'yellow05%' => 0x0c0c00, |
4241
|
|
|
|
|
|
|
'cyan05%' => 0x000c0c, |
4242
|
|
|
|
|
|
|
'purple05%' => 0x0c000c, |
4243
|
|
|
|
|
|
|
'grey005%' => 0x0c0c0c, |
4244
|
|
|
|
|
|
|
'gray005%' => 0x0c0c0c, |
4245
|
|
|
|
|
|
|
'red005%' => 0x0c0000, |
4246
|
|
|
|
|
|
|
'green005%' => 0x000c00, |
4247
|
|
|
|
|
|
|
'blue005%' => 0x00000c, |
4248
|
|
|
|
|
|
|
'yellow005%' => 0x0c0c00, |
4249
|
|
|
|
|
|
|
'cyan005%' => 0x000c0c, |
4250
|
|
|
|
|
|
|
'purple005%' => 0x0c000c, |
4251
|
|
|
|
|
|
|
'grey6%' => 0x0f0f0f, |
4252
|
|
|
|
|
|
|
'gray6%' => 0x0f0f0f, |
4253
|
|
|
|
|
|
|
'red6%' => 0x0f0000, |
4254
|
|
|
|
|
|
|
'green6%' => 0x000f00, |
4255
|
|
|
|
|
|
|
'blue6%' => 0x00000f, |
4256
|
|
|
|
|
|
|
'yellow6%' => 0x0f0f00, |
4257
|
|
|
|
|
|
|
'cyan6%' => 0x000f0f, |
4258
|
|
|
|
|
|
|
'purple6%' => 0x0f000f, |
4259
|
|
|
|
|
|
|
'grey06%' => 0x0f0f0f, |
4260
|
|
|
|
|
|
|
'gray06%' => 0x0f0f0f, |
4261
|
|
|
|
|
|
|
'red06%' => 0x0f0000, |
4262
|
|
|
|
|
|
|
'green06%' => 0x000f00, |
4263
|
|
|
|
|
|
|
'blue06%' => 0x00000f, |
4264
|
|
|
|
|
|
|
'yellow06%' => 0x0f0f00, |
4265
|
|
|
|
|
|
|
'cyan06%' => 0x000f0f, |
4266
|
|
|
|
|
|
|
'purple06%' => 0x0f000f, |
4267
|
|
|
|
|
|
|
'grey006%' => 0x0f0f0f, |
4268
|
|
|
|
|
|
|
'gray006%' => 0x0f0f0f, |
4269
|
|
|
|
|
|
|
'red006%' => 0x0f0000, |
4270
|
|
|
|
|
|
|
'green006%' => 0x000f00, |
4271
|
|
|
|
|
|
|
'blue006%' => 0x00000f, |
4272
|
|
|
|
|
|
|
'yellow006%' => 0x0f0f00, |
4273
|
|
|
|
|
|
|
'cyan006%' => 0x000f0f, |
4274
|
|
|
|
|
|
|
'purple006%' => 0x0f000f, |
4275
|
|
|
|
|
|
|
'grey7%' => 0x111111, |
4276
|
|
|
|
|
|
|
'gray7%' => 0x111111, |
4277
|
|
|
|
|
|
|
'red7%' => 0x110000, |
4278
|
|
|
|
|
|
|
'green7%' => 0x001100, |
4279
|
|
|
|
|
|
|
'blue7%' => 0x000011, |
4280
|
|
|
|
|
|
|
'yellow7%' => 0x111100, |
4281
|
|
|
|
|
|
|
'cyan7%' => 0x001111, |
4282
|
|
|
|
|
|
|
'purple7%' => 0x110011, |
4283
|
|
|
|
|
|
|
'grey07%' => 0x111111, |
4284
|
|
|
|
|
|
|
'gray07%' => 0x111111, |
4285
|
|
|
|
|
|
|
'red07%' => 0x110000, |
4286
|
|
|
|
|
|
|
'green07%' => 0x001100, |
4287
|
|
|
|
|
|
|
'blue07%' => 0x000011, |
4288
|
|
|
|
|
|
|
'yellow07%' => 0x111100, |
4289
|
|
|
|
|
|
|
'cyan07%' => 0x001111, |
4290
|
|
|
|
|
|
|
'purple07%' => 0x110011, |
4291
|
|
|
|
|
|
|
'grey007%' => 0x111111, |
4292
|
|
|
|
|
|
|
'gray007%' => 0x111111, |
4293
|
|
|
|
|
|
|
'red007%' => 0x110000, |
4294
|
|
|
|
|
|
|
'green007%' => 0x001100, |
4295
|
|
|
|
|
|
|
'blue007%' => 0x000011, |
4296
|
|
|
|
|
|
|
'yellow007%' => 0x111100, |
4297
|
|
|
|
|
|
|
'cyan007%' => 0x001111, |
4298
|
|
|
|
|
|
|
'purple007%' => 0x110011, |
4299
|
|
|
|
|
|
|
'grey8%' => 0x141414, |
4300
|
|
|
|
|
|
|
'gray8%' => 0x141414, |
4301
|
|
|
|
|
|
|
'red8%' => 0x140000, |
4302
|
|
|
|
|
|
|
'green8%' => 0x001400, |
4303
|
|
|
|
|
|
|
'blue8%' => 0x000014, |
4304
|
|
|
|
|
|
|
'yellow8%' => 0x141400, |
4305
|
|
|
|
|
|
|
'cyan8%' => 0x001414, |
4306
|
|
|
|
|
|
|
'purple8%' => 0x140014, |
4307
|
|
|
|
|
|
|
'grey08%' => 0x141414, |
4308
|
|
|
|
|
|
|
'gray08%' => 0x141414, |
4309
|
|
|
|
|
|
|
'red08%' => 0x140000, |
4310
|
|
|
|
|
|
|
'green08%' => 0x001400, |
4311
|
|
|
|
|
|
|
'blue08%' => 0x000014, |
4312
|
|
|
|
|
|
|
'yellow08%' => 0x141400, |
4313
|
|
|
|
|
|
|
'cyan08%' => 0x001414, |
4314
|
|
|
|
|
|
|
'purple08%' => 0x140014, |
4315
|
|
|
|
|
|
|
'grey008%' => 0x141414, |
4316
|
|
|
|
|
|
|
'gray008%' => 0x141414, |
4317
|
|
|
|
|
|
|
'red008%' => 0x140000, |
4318
|
|
|
|
|
|
|
'green008%' => 0x001400, |
4319
|
|
|
|
|
|
|
'blue008%' => 0x000014, |
4320
|
|
|
|
|
|
|
'yellow008%' => 0x141400, |
4321
|
|
|
|
|
|
|
'cyan008%' => 0x001414, |
4322
|
|
|
|
|
|
|
'purple008%' => 0x140014, |
4323
|
|
|
|
|
|
|
'grey9%' => 0x161616, |
4324
|
|
|
|
|
|
|
'gray9%' => 0x161616, |
4325
|
|
|
|
|
|
|
'red9%' => 0x160000, |
4326
|
|
|
|
|
|
|
'green9%' => 0x001600, |
4327
|
|
|
|
|
|
|
'blue9%' => 0x000016, |
4328
|
|
|
|
|
|
|
'yellow9%' => 0x161600, |
4329
|
|
|
|
|
|
|
'cyan9%' => 0x001616, |
4330
|
|
|
|
|
|
|
'purple9%' => 0x160016, |
4331
|
|
|
|
|
|
|
'grey09%' => 0x161616, |
4332
|
|
|
|
|
|
|
'gray09%' => 0x161616, |
4333
|
|
|
|
|
|
|
'red09%' => 0x160000, |
4334
|
|
|
|
|
|
|
'green09%' => 0x001600, |
4335
|
|
|
|
|
|
|
'blue09%' => 0x000016, |
4336
|
|
|
|
|
|
|
'yellow09%' => 0x161600, |
4337
|
|
|
|
|
|
|
'cyan09%' => 0x001616, |
4338
|
|
|
|
|
|
|
'purple09%' => 0x160016, |
4339
|
|
|
|
|
|
|
'grey009%' => 0x161616, |
4340
|
|
|
|
|
|
|
'gray009%' => 0x161616, |
4341
|
|
|
|
|
|
|
'red009%' => 0x160000, |
4342
|
|
|
|
|
|
|
'green009%' => 0x001600, |
4343
|
|
|
|
|
|
|
'blue009%' => 0x000016, |
4344
|
|
|
|
|
|
|
'yellow009%' => 0x161600, |
4345
|
|
|
|
|
|
|
'cyan009%' => 0x001616, |
4346
|
|
|
|
|
|
|
'purple009%' => 0x160016, |
4347
|
|
|
|
|
|
|
'grey10%' => 0x191919, |
4348
|
|
|
|
|
|
|
'gray10%' => 0x191919, |
4349
|
|
|
|
|
|
|
'red10%' => 0x190000, |
4350
|
|
|
|
|
|
|
'green10%' => 0x001900, |
4351
|
|
|
|
|
|
|
'blue10%' => 0x000019, |
4352
|
|
|
|
|
|
|
'yellow10%' => 0x191900, |
4353
|
|
|
|
|
|
|
'cyan10%' => 0x001919, |
4354
|
|
|
|
|
|
|
'purple10%' => 0x190019, |
4355
|
|
|
|
|
|
|
'grey010%' => 0x191919, |
4356
|
|
|
|
|
|
|
'gray010%' => 0x191919, |
4357
|
|
|
|
|
|
|
'red010%' => 0x190000, |
4358
|
|
|
|
|
|
|
'green010%' => 0x001900, |
4359
|
|
|
|
|
|
|
'blue010%' => 0x000019, |
4360
|
|
|
|
|
|
|
'yellow010%' => 0x191900, |
4361
|
|
|
|
|
|
|
'cyan010%' => 0x001919, |
4362
|
|
|
|
|
|
|
'purple010%' => 0x190019, |
4363
|
|
|
|
|
|
|
'grey11%' => 0x1c1c1c, |
4364
|
|
|
|
|
|
|
'gray11%' => 0x1c1c1c, |
4365
|
|
|
|
|
|
|
'red11%' => 0x1c0000, |
4366
|
|
|
|
|
|
|
'green11%' => 0x001c00, |
4367
|
|
|
|
|
|
|
'blue11%' => 0x00001c, |
4368
|
|
|
|
|
|
|
'yellow11%' => 0x1c1c00, |
4369
|
|
|
|
|
|
|
'cyan11%' => 0x001c1c, |
4370
|
|
|
|
|
|
|
'purple11%' => 0x1c001c, |
4371
|
|
|
|
|
|
|
'grey011%' => 0x1c1c1c, |
4372
|
|
|
|
|
|
|
'gray011%' => 0x1c1c1c, |
4373
|
|
|
|
|
|
|
'red011%' => 0x1c0000, |
4374
|
|
|
|
|
|
|
'green011%' => 0x001c00, |
4375
|
|
|
|
|
|
|
'blue011%' => 0x00001c, |
4376
|
|
|
|
|
|
|
'yellow011%' => 0x1c1c00, |
4377
|
|
|
|
|
|
|
'cyan011%' => 0x001c1c, |
4378
|
|
|
|
|
|
|
'purple011%' => 0x1c001c, |
4379
|
|
|
|
|
|
|
'grey12%' => 0x1e1e1e, |
4380
|
|
|
|
|
|
|
'gray12%' => 0x1e1e1e, |
4381
|
|
|
|
|
|
|
'red12%' => 0x1e0000, |
4382
|
|
|
|
|
|
|
'green12%' => 0x001e00, |
4383
|
|
|
|
|
|
|
'blue12%' => 0x00001e, |
4384
|
|
|
|
|
|
|
'yellow12%' => 0x1e1e00, |
4385
|
|
|
|
|
|
|
'cyan12%' => 0x001e1e, |
4386
|
|
|
|
|
|
|
'purple12%' => 0x1e001e, |
4387
|
|
|
|
|
|
|
'grey012%' => 0x1e1e1e, |
4388
|
|
|
|
|
|
|
'gray012%' => 0x1e1e1e, |
4389
|
|
|
|
|
|
|
'red012%' => 0x1e0000, |
4390
|
|
|
|
|
|
|
'green012%' => 0x001e00, |
4391
|
|
|
|
|
|
|
'blue012%' => 0x00001e, |
4392
|
|
|
|
|
|
|
'yellow012%' => 0x1e1e00, |
4393
|
|
|
|
|
|
|
'cyan012%' => 0x001e1e, |
4394
|
|
|
|
|
|
|
'purple012%' => 0x1e001e, |
4395
|
|
|
|
|
|
|
'grey13%' => 0x212121, |
4396
|
|
|
|
|
|
|
'gray13%' => 0x212121, |
4397
|
|
|
|
|
|
|
'red13%' => 0x210000, |
4398
|
|
|
|
|
|
|
'green13%' => 0x002100, |
4399
|
|
|
|
|
|
|
'blue13%' => 0x000021, |
4400
|
|
|
|
|
|
|
'yellow13%' => 0x212100, |
4401
|
|
|
|
|
|
|
'cyan13%' => 0x002121, |
4402
|
|
|
|
|
|
|
'purple13%' => 0x210021, |
4403
|
|
|
|
|
|
|
'grey013%' => 0x212121, |
4404
|
|
|
|
|
|
|
'gray013%' => 0x212121, |
4405
|
|
|
|
|
|
|
'red013%' => 0x210000, |
4406
|
|
|
|
|
|
|
'green013%' => 0x002100, |
4407
|
|
|
|
|
|
|
'blue013%' => 0x000021, |
4408
|
|
|
|
|
|
|
'yellow013%' => 0x212100, |
4409
|
|
|
|
|
|
|
'cyan013%' => 0x002121, |
4410
|
|
|
|
|
|
|
'purple013%' => 0x210021, |
4411
|
|
|
|
|
|
|
'grey14%' => 0x232323, |
4412
|
|
|
|
|
|
|
'gray14%' => 0x232323, |
4413
|
|
|
|
|
|
|
'red14%' => 0x230000, |
4414
|
|
|
|
|
|
|
'green14%' => 0x002300, |
4415
|
|
|
|
|
|
|
'blue14%' => 0x000023, |
4416
|
|
|
|
|
|
|
'yellow14%' => 0x232300, |
4417
|
|
|
|
|
|
|
'cyan14%' => 0x002323, |
4418
|
|
|
|
|
|
|
'purple14%' => 0x230023, |
4419
|
|
|
|
|
|
|
'grey014%' => 0x232323, |
4420
|
|
|
|
|
|
|
'gray014%' => 0x232323, |
4421
|
|
|
|
|
|
|
'red014%' => 0x230000, |
4422
|
|
|
|
|
|
|
'green014%' => 0x002300, |
4423
|
|
|
|
|
|
|
'blue014%' => 0x000023, |
4424
|
|
|
|
|
|
|
'yellow014%' => 0x232300, |
4425
|
|
|
|
|
|
|
'cyan014%' => 0x002323, |
4426
|
|
|
|
|
|
|
'purple014%' => 0x230023, |
4427
|
|
|
|
|
|
|
'grey15%' => 0x262626, |
4428
|
|
|
|
|
|
|
'gray15%' => 0x262626, |
4429
|
|
|
|
|
|
|
'red15%' => 0x260000, |
4430
|
|
|
|
|
|
|
'green15%' => 0x002600, |
4431
|
|
|
|
|
|
|
'blue15%' => 0x000026, |
4432
|
|
|
|
|
|
|
'yellow15%' => 0x262600, |
4433
|
|
|
|
|
|
|
'cyan15%' => 0x002626, |
4434
|
|
|
|
|
|
|
'purple15%' => 0x260026, |
4435
|
|
|
|
|
|
|
'grey015%' => 0x262626, |
4436
|
|
|
|
|
|
|
'gray015%' => 0x262626, |
4437
|
|
|
|
|
|
|
'red015%' => 0x260000, |
4438
|
|
|
|
|
|
|
'green015%' => 0x002600, |
4439
|
|
|
|
|
|
|
'blue015%' => 0x000026, |
4440
|
|
|
|
|
|
|
'yellow015%' => 0x262600, |
4441
|
|
|
|
|
|
|
'cyan015%' => 0x002626, |
4442
|
|
|
|
|
|
|
'purple015%' => 0x260026, |
4443
|
|
|
|
|
|
|
'grey16%' => 0x282828, |
4444
|
|
|
|
|
|
|
'gray16%' => 0x282828, |
4445
|
|
|
|
|
|
|
'red16%' => 0x280000, |
4446
|
|
|
|
|
|
|
'green16%' => 0x002800, |
4447
|
|
|
|
|
|
|
'blue16%' => 0x000028, |
4448
|
|
|
|
|
|
|
'yellow16%' => 0x282800, |
4449
|
|
|
|
|
|
|
'cyan16%' => 0x002828, |
4450
|
|
|
|
|
|
|
'purple16%' => 0x280028, |
4451
|
|
|
|
|
|
|
'grey016%' => 0x282828, |
4452
|
|
|
|
|
|
|
'gray016%' => 0x282828, |
4453
|
|
|
|
|
|
|
'red016%' => 0x280000, |
4454
|
|
|
|
|
|
|
'green016%' => 0x002800, |
4455
|
|
|
|
|
|
|
'blue016%' => 0x000028, |
4456
|
|
|
|
|
|
|
'yellow016%' => 0x282800, |
4457
|
|
|
|
|
|
|
'cyan016%' => 0x002828, |
4458
|
|
|
|
|
|
|
'purple016%' => 0x280028, |
4459
|
|
|
|
|
|
|
'grey17%' => 0x2b2b2b, |
4460
|
|
|
|
|
|
|
'gray17%' => 0x2b2b2b, |
4461
|
|
|
|
|
|
|
'red17%' => 0x2b0000, |
4462
|
|
|
|
|
|
|
'green17%' => 0x002b00, |
4463
|
|
|
|
|
|
|
'blue17%' => 0x00002b, |
4464
|
|
|
|
|
|
|
'yellow17%' => 0x2b2b00, |
4465
|
|
|
|
|
|
|
'cyan17%' => 0x002b2b, |
4466
|
|
|
|
|
|
|
'purple17%' => 0x2b002b, |
4467
|
|
|
|
|
|
|
'grey017%' => 0x2b2b2b, |
4468
|
|
|
|
|
|
|
'gray017%' => 0x2b2b2b, |
4469
|
|
|
|
|
|
|
'red017%' => 0x2b0000, |
4470
|
|
|
|
|
|
|
'green017%' => 0x002b00, |
4471
|
|
|
|
|
|
|
'blue017%' => 0x00002b, |
4472
|
|
|
|
|
|
|
'yellow017%' => 0x2b2b00, |
4473
|
|
|
|
|
|
|
'cyan017%' => 0x002b2b, |
4474
|
|
|
|
|
|
|
'purple017%' => 0x2b002b, |
4475
|
|
|
|
|
|
|
'grey18%' => 0x2d2d2d, |
4476
|
|
|
|
|
|
|
'gray18%' => 0x2d2d2d, |
4477
|
|
|
|
|
|
|
'red18%' => 0x2d0000, |
4478
|
|
|
|
|
|
|
'green18%' => 0x002d00, |
4479
|
|
|
|
|
|
|
'blue18%' => 0x00002d, |
4480
|
|
|
|
|
|
|
'yellow18%' => 0x2d2d00, |
4481
|
|
|
|
|
|
|
'cyan18%' => 0x002d2d, |
4482
|
|
|
|
|
|
|
'purple18%' => 0x2d002d, |
4483
|
|
|
|
|
|
|
'grey018%' => 0x2d2d2d, |
4484
|
|
|
|
|
|
|
'gray018%' => 0x2d2d2d, |
4485
|
|
|
|
|
|
|
'red018%' => 0x2d0000, |
4486
|
|
|
|
|
|
|
'green018%' => 0x002d00, |
4487
|
|
|
|
|
|
|
'blue018%' => 0x00002d, |
4488
|
|
|
|
|
|
|
'yellow018%' => 0x2d2d00, |
4489
|
|
|
|
|
|
|
'cyan018%' => 0x002d2d, |
4490
|
|
|
|
|
|
|
'purple018%' => 0x2d002d, |
4491
|
|
|
|
|
|
|
'grey19%' => 0x303030, |
4492
|
|
|
|
|
|
|
'gray19%' => 0x303030, |
4493
|
|
|
|
|
|
|
'red19%' => 0x300000, |
4494
|
|
|
|
|
|
|
'green19%' => 0x003000, |
4495
|
|
|
|
|
|
|
'blue19%' => 0x000030, |
4496
|
|
|
|
|
|
|
'yellow19%' => 0x303000, |
4497
|
|
|
|
|
|
|
'cyan19%' => 0x003030, |
4498
|
|
|
|
|
|
|
'purple19%' => 0x300030, |
4499
|
|
|
|
|
|
|
'grey019%' => 0x303030, |
4500
|
|
|
|
|
|
|
'gray019%' => 0x303030, |
4501
|
|
|
|
|
|
|
'red019%' => 0x300000, |
4502
|
|
|
|
|
|
|
'green019%' => 0x003000, |
4503
|
|
|
|
|
|
|
'blue019%' => 0x000030, |
4504
|
|
|
|
|
|
|
'yellow019%' => 0x303000, |
4505
|
|
|
|
|
|
|
'cyan019%' => 0x003030, |
4506
|
|
|
|
|
|
|
'purple019%' => 0x300030, |
4507
|
|
|
|
|
|
|
'grey20%' => 0x333333, |
4508
|
|
|
|
|
|
|
'gray20%' => 0x333333, |
4509
|
|
|
|
|
|
|
'red20%' => 0x330000, |
4510
|
|
|
|
|
|
|
'green20%' => 0x003300, |
4511
|
|
|
|
|
|
|
'blue20%' => 0x000033, |
4512
|
|
|
|
|
|
|
'yellow20%' => 0x333300, |
4513
|
|
|
|
|
|
|
'cyan20%' => 0x003333, |
4514
|
|
|
|
|
|
|
'purple20%' => 0x330033, |
4515
|
|
|
|
|
|
|
'grey020%' => 0x333333, |
4516
|
|
|
|
|
|
|
'gray020%' => 0x333333, |
4517
|
|
|
|
|
|
|
'red020%' => 0x330000, |
4518
|
|
|
|
|
|
|
'green020%' => 0x003300, |
4519
|
|
|
|
|
|
|
'blue020%' => 0x000033, |
4520
|
|
|
|
|
|
|
'yellow020%' => 0x333300, |
4521
|
|
|
|
|
|
|
'cyan020%' => 0x003333, |
4522
|
|
|
|
|
|
|
'purple020%' => 0x330033, |
4523
|
|
|
|
|
|
|
'grey21%' => 0x353535, |
4524
|
|
|
|
|
|
|
'gray21%' => 0x353535, |
4525
|
|
|
|
|
|
|
'red21%' => 0x350000, |
4526
|
|
|
|
|
|
|
'green21%' => 0x003500, |
4527
|
|
|
|
|
|
|
'blue21%' => 0x000035, |
4528
|
|
|
|
|
|
|
'yellow21%' => 0x353500, |
4529
|
|
|
|
|
|
|
'cyan21%' => 0x003535, |
4530
|
|
|
|
|
|
|
'purple21%' => 0x350035, |
4531
|
|
|
|
|
|
|
'grey021%' => 0x353535, |
4532
|
|
|
|
|
|
|
'gray021%' => 0x353535, |
4533
|
|
|
|
|
|
|
'red021%' => 0x350000, |
4534
|
|
|
|
|
|
|
'green021%' => 0x003500, |
4535
|
|
|
|
|
|
|
'blue021%' => 0x000035, |
4536
|
|
|
|
|
|
|
'yellow021%' => 0x353500, |
4537
|
|
|
|
|
|
|
'cyan021%' => 0x003535, |
4538
|
|
|
|
|
|
|
'purple021%' => 0x350035, |
4539
|
|
|
|
|
|
|
'grey22%' => 0x383838, |
4540
|
|
|
|
|
|
|
'gray22%' => 0x383838, |
4541
|
|
|
|
|
|
|
'red22%' => 0x380000, |
4542
|
|
|
|
|
|
|
'green22%' => 0x003800, |
4543
|
|
|
|
|
|
|
'blue22%' => 0x000038, |
4544
|
|
|
|
|
|
|
'yellow22%' => 0x383800, |
4545
|
|
|
|
|
|
|
'cyan22%' => 0x003838, |
4546
|
|
|
|
|
|
|
'purple22%' => 0x380038, |
4547
|
|
|
|
|
|
|
'grey022%' => 0x383838, |
4548
|
|
|
|
|
|
|
'gray022%' => 0x383838, |
4549
|
|
|
|
|
|
|
'red022%' => 0x380000, |
4550
|
|
|
|
|
|
|
'green022%' => 0x003800, |
4551
|
|
|
|
|
|
|
'blue022%' => 0x000038, |
4552
|
|
|
|
|
|
|
'yellow022%' => 0x383800, |
4553
|
|
|
|
|
|
|
'cyan022%' => 0x003838, |
4554
|
|
|
|
|
|
|
'purple022%' => 0x380038, |
4555
|
|
|
|
|
|
|
'grey23%' => 0x3a3a3a, |
4556
|
|
|
|
|
|
|
'gray23%' => 0x3a3a3a, |
4557
|
|
|
|
|
|
|
'red23%' => 0x3a0000, |
4558
|
|
|
|
|
|
|
'green23%' => 0x003a00, |
4559
|
|
|
|
|
|
|
'blue23%' => 0x00003a, |
4560
|
|
|
|
|
|
|
'yellow23%' => 0x3a3a00, |
4561
|
|
|
|
|
|
|
'cyan23%' => 0x003a3a, |
4562
|
|
|
|
|
|
|
'purple23%' => 0x3a003a, |
4563
|
|
|
|
|
|
|
'grey023%' => 0x3a3a3a, |
4564
|
|
|
|
|
|
|
'gray023%' => 0x3a3a3a, |
4565
|
|
|
|
|
|
|
'red023%' => 0x3a0000, |
4566
|
|
|
|
|
|
|
'green023%' => 0x003a00, |
4567
|
|
|
|
|
|
|
'blue023%' => 0x00003a, |
4568
|
|
|
|
|
|
|
'yellow023%' => 0x3a3a00, |
4569
|
|
|
|
|
|
|
'cyan023%' => 0x003a3a, |
4570
|
|
|
|
|
|
|
'purple023%' => 0x3a003a, |
4571
|
|
|
|
|
|
|
'grey24%' => 0x3d3d3d, |
4572
|
|
|
|
|
|
|
'gray24%' => 0x3d3d3d, |
4573
|
|
|
|
|
|
|
'red24%' => 0x3d0000, |
4574
|
|
|
|
|
|
|
'green24%' => 0x003d00, |
4575
|
|
|
|
|
|
|
'blue24%' => 0x00003d, |
4576
|
|
|
|
|
|
|
'yellow24%' => 0x3d3d00, |
4577
|
|
|
|
|
|
|
'cyan24%' => 0x003d3d, |
4578
|
|
|
|
|
|
|
'purple24%' => 0x3d003d, |
4579
|
|
|
|
|
|
|
'grey024%' => 0x3d3d3d, |
4580
|
|
|
|
|
|
|
'gray024%' => 0x3d3d3d, |
4581
|
|
|
|
|
|
|
'red024%' => 0x3d0000, |
4582
|
|
|
|
|
|
|
'green024%' => 0x003d00, |
4583
|
|
|
|
|
|
|
'blue024%' => 0x00003d, |
4584
|
|
|
|
|
|
|
'yellow024%' => 0x3d3d00, |
4585
|
|
|
|
|
|
|
'cyan024%' => 0x003d3d, |
4586
|
|
|
|
|
|
|
'purple024%' => 0x3d003d, |
4587
|
|
|
|
|
|
|
'grey25%' => 0x3f3f3f, |
4588
|
|
|
|
|
|
|
'gray25%' => 0x3f3f3f, |
4589
|
|
|
|
|
|
|
'red25%' => 0x3f0000, |
4590
|
|
|
|
|
|
|
'green25%' => 0x003f00, |
4591
|
|
|
|
|
|
|
'blue25%' => 0x00003f, |
4592
|
|
|
|
|
|
|
'yellow25%' => 0x3f3f00, |
4593
|
|
|
|
|
|
|
'cyan25%' => 0x003f3f, |
4594
|
|
|
|
|
|
|
'purple25%' => 0x3f003f, |
4595
|
|
|
|
|
|
|
'grey025%' => 0x3f3f3f, |
4596
|
|
|
|
|
|
|
'gray025%' => 0x3f3f3f, |
4597
|
|
|
|
|
|
|
'red025%' => 0x3f0000, |
4598
|
|
|
|
|
|
|
'green025%' => 0x003f00, |
4599
|
|
|
|
|
|
|
'blue025%' => 0x00003f, |
4600
|
|
|
|
|
|
|
'yellow025%' => 0x3f3f00, |
4601
|
|
|
|
|
|
|
'cyan025%' => 0x003f3f, |
4602
|
|
|
|
|
|
|
'purple025%' => 0x3f003f, |
4603
|
|
|
|
|
|
|
'grey26%' => 0x424242, |
4604
|
|
|
|
|
|
|
'gray26%' => 0x424242, |
4605
|
|
|
|
|
|
|
'red26%' => 0x420000, |
4606
|
|
|
|
|
|
|
'green26%' => 0x004200, |
4607
|
|
|
|
|
|
|
'blue26%' => 0x000042, |
4608
|
|
|
|
|
|
|
'yellow26%' => 0x424200, |
4609
|
|
|
|
|
|
|
'cyan26%' => 0x004242, |
4610
|
|
|
|
|
|
|
'purple26%' => 0x420042, |
4611
|
|
|
|
|
|
|
'grey026%' => 0x424242, |
4612
|
|
|
|
|
|
|
'gray026%' => 0x424242, |
4613
|
|
|
|
|
|
|
'red026%' => 0x420000, |
4614
|
|
|
|
|
|
|
'green026%' => 0x004200, |
4615
|
|
|
|
|
|
|
'blue026%' => 0x000042, |
4616
|
|
|
|
|
|
|
'yellow026%' => 0x424200, |
4617
|
|
|
|
|
|
|
'cyan026%' => 0x004242, |
4618
|
|
|
|
|
|
|
'purple026%' => 0x420042, |
4619
|
|
|
|
|
|
|
'grey27%' => 0x444444, |
4620
|
|
|
|
|
|
|
'gray27%' => 0x444444, |
4621
|
|
|
|
|
|
|
'red27%' => 0x440000, |
4622
|
|
|
|
|
|
|
'green27%' => 0x004400, |
4623
|
|
|
|
|
|
|
'blue27%' => 0x000044, |
4624
|
|
|
|
|
|
|
'yellow27%' => 0x444400, |
4625
|
|
|
|
|
|
|
'cyan27%' => 0x004444, |
4626
|
|
|
|
|
|
|
'purple27%' => 0x440044, |
4627
|
|
|
|
|
|
|
'grey027%' => 0x444444, |
4628
|
|
|
|
|
|
|
'gray027%' => 0x444444, |
4629
|
|
|
|
|
|
|
'red027%' => 0x440000, |
4630
|
|
|
|
|
|
|
'green027%' => 0x004400, |
4631
|
|
|
|
|
|
|
'blue027%' => 0x000044, |
4632
|
|
|
|
|
|
|
'yellow027%' => 0x444400, |
4633
|
|
|
|
|
|
|
'cyan027%' => 0x004444, |
4634
|
|
|
|
|
|
|
'purple027%' => 0x440044, |
4635
|
|
|
|
|
|
|
'grey28%' => 0x474747, |
4636
|
|
|
|
|
|
|
'gray28%' => 0x474747, |
4637
|
|
|
|
|
|
|
'red28%' => 0x470000, |
4638
|
|
|
|
|
|
|
'green28%' => 0x004700, |
4639
|
|
|
|
|
|
|
'blue28%' => 0x000047, |
4640
|
|
|
|
|
|
|
'yellow28%' => 0x474700, |
4641
|
|
|
|
|
|
|
'cyan28%' => 0x004747, |
4642
|
|
|
|
|
|
|
'purple28%' => 0x470047, |
4643
|
|
|
|
|
|
|
'grey028%' => 0x474747, |
4644
|
|
|
|
|
|
|
'gray028%' => 0x474747, |
4645
|
|
|
|
|
|
|
'red028%' => 0x470000, |
4646
|
|
|
|
|
|
|
'green028%' => 0x004700, |
4647
|
|
|
|
|
|
|
'blue028%' => 0x000047, |
4648
|
|
|
|
|
|
|
'yellow028%' => 0x474700, |
4649
|
|
|
|
|
|
|
'cyan028%' => 0x004747, |
4650
|
|
|
|
|
|
|
'purple028%' => 0x470047, |
4651
|
|
|
|
|
|
|
'grey29%' => 0x494949, |
4652
|
|
|
|
|
|
|
'gray29%' => 0x494949, |
4653
|
|
|
|
|
|
|
'red29%' => 0x490000, |
4654
|
|
|
|
|
|
|
'green29%' => 0x004900, |
4655
|
|
|
|
|
|
|
'blue29%' => 0x000049, |
4656
|
|
|
|
|
|
|
'yellow29%' => 0x494900, |
4657
|
|
|
|
|
|
|
'cyan29%' => 0x004949, |
4658
|
|
|
|
|
|
|
'purple29%' => 0x490049, |
4659
|
|
|
|
|
|
|
'grey029%' => 0x494949, |
4660
|
|
|
|
|
|
|
'gray029%' => 0x494949, |
4661
|
|
|
|
|
|
|
'red029%' => 0x490000, |
4662
|
|
|
|
|
|
|
'green029%' => 0x004900, |
4663
|
|
|
|
|
|
|
'blue029%' => 0x000049, |
4664
|
|
|
|
|
|
|
'yellow029%' => 0x494900, |
4665
|
|
|
|
|
|
|
'cyan029%' => 0x004949, |
4666
|
|
|
|
|
|
|
'purple029%' => 0x490049, |
4667
|
|
|
|
|
|
|
'grey30%' => 0x4c4c4c, |
4668
|
|
|
|
|
|
|
'gray30%' => 0x4c4c4c, |
4669
|
|
|
|
|
|
|
'red30%' => 0x4c0000, |
4670
|
|
|
|
|
|
|
'green30%' => 0x004c00, |
4671
|
|
|
|
|
|
|
'blue30%' => 0x00004c, |
4672
|
|
|
|
|
|
|
'yellow30%' => 0x4c4c00, |
4673
|
|
|
|
|
|
|
'cyan30%' => 0x004c4c, |
4674
|
|
|
|
|
|
|
'purple30%' => 0x4c004c, |
4675
|
|
|
|
|
|
|
'grey030%' => 0x4c4c4c, |
4676
|
|
|
|
|
|
|
'gray030%' => 0x4c4c4c, |
4677
|
|
|
|
|
|
|
'red030%' => 0x4c0000, |
4678
|
|
|
|
|
|
|
'green030%' => 0x004c00, |
4679
|
|
|
|
|
|
|
'blue030%' => 0x00004c, |
4680
|
|
|
|
|
|
|
'yellow030%' => 0x4c4c00, |
4681
|
|
|
|
|
|
|
'cyan030%' => 0x004c4c, |
4682
|
|
|
|
|
|
|
'purple030%' => 0x4c004c, |
4683
|
|
|
|
|
|
|
'grey31%' => 0x4f4f4f, |
4684
|
|
|
|
|
|
|
'gray31%' => 0x4f4f4f, |
4685
|
|
|
|
|
|
|
'red31%' => 0x4f0000, |
4686
|
|
|
|
|
|
|
'green31%' => 0x004f00, |
4687
|
|
|
|
|
|
|
'blue31%' => 0x00004f, |
4688
|
|
|
|
|
|
|
'yellow31%' => 0x4f4f00, |
4689
|
|
|
|
|
|
|
'cyan31%' => 0x004f4f, |
4690
|
|
|
|
|
|
|
'purple31%' => 0x4f004f, |
4691
|
|
|
|
|
|
|
'grey031%' => 0x4f4f4f, |
4692
|
|
|
|
|
|
|
'gray031%' => 0x4f4f4f, |
4693
|
|
|
|
|
|
|
'red031%' => 0x4f0000, |
4694
|
|
|
|
|
|
|
'green031%' => 0x004f00, |
4695
|
|
|
|
|
|
|
'blue031%' => 0x00004f, |
4696
|
|
|
|
|
|
|
'yellow031%' => 0x4f4f00, |
4697
|
|
|
|
|
|
|
'cyan031%' => 0x004f4f, |
4698
|
|
|
|
|
|
|
'purple031%' => 0x4f004f, |
4699
|
|
|
|
|
|
|
'grey32%' => 0x515151, |
4700
|
|
|
|
|
|
|
'gray32%' => 0x515151, |
4701
|
|
|
|
|
|
|
'red32%' => 0x510000, |
4702
|
|
|
|
|
|
|
'green32%' => 0x005100, |
4703
|
|
|
|
|
|
|
'blue32%' => 0x000051, |
4704
|
|
|
|
|
|
|
'yellow32%' => 0x515100, |
4705
|
|
|
|
|
|
|
'cyan32%' => 0x005151, |
4706
|
|
|
|
|
|
|
'purple32%' => 0x510051, |
4707
|
|
|
|
|
|
|
'grey032%' => 0x515151, |
4708
|
|
|
|
|
|
|
'gray032%' => 0x515151, |
4709
|
|
|
|
|
|
|
'red032%' => 0x510000, |
4710
|
|
|
|
|
|
|
'green032%' => 0x005100, |
4711
|
|
|
|
|
|
|
'blue032%' => 0x000051, |
4712
|
|
|
|
|
|
|
'yellow032%' => 0x515100, |
4713
|
|
|
|
|
|
|
'cyan032%' => 0x005151, |
4714
|
|
|
|
|
|
|
'purple032%' => 0x510051, |
4715
|
|
|
|
|
|
|
'grey33%' => 0x545454, |
4716
|
|
|
|
|
|
|
'gray33%' => 0x545454, |
4717
|
|
|
|
|
|
|
'red33%' => 0x540000, |
4718
|
|
|
|
|
|
|
'green33%' => 0x005400, |
4719
|
|
|
|
|
|
|
'blue33%' => 0x000054, |
4720
|
|
|
|
|
|
|
'yellow33%' => 0x545400, |
4721
|
|
|
|
|
|
|
'cyan33%' => 0x005454, |
4722
|
|
|
|
|
|
|
'purple33%' => 0x540054, |
4723
|
|
|
|
|
|
|
'grey033%' => 0x545454, |
4724
|
|
|
|
|
|
|
'gray033%' => 0x545454, |
4725
|
|
|
|
|
|
|
'red033%' => 0x540000, |
4726
|
|
|
|
|
|
|
'green033%' => 0x005400, |
4727
|
|
|
|
|
|
|
'blue033%' => 0x000054, |
4728
|
|
|
|
|
|
|
'yellow033%' => 0x545400, |
4729
|
|
|
|
|
|
|
'cyan033%' => 0x005454, |
4730
|
|
|
|
|
|
|
'purple033%' => 0x540054, |
4731
|
|
|
|
|
|
|
'grey34%' => 0x565656, |
4732
|
|
|
|
|
|
|
'gray34%' => 0x565656, |
4733
|
|
|
|
|
|
|
'red34%' => 0x560000, |
4734
|
|
|
|
|
|
|
'green34%' => 0x005600, |
4735
|
|
|
|
|
|
|
'blue34%' => 0x000056, |
4736
|
|
|
|
|
|
|
'yellow34%' => 0x565600, |
4737
|
|
|
|
|
|
|
'cyan34%' => 0x005656, |
4738
|
|
|
|
|
|
|
'purple34%' => 0x560056, |
4739
|
|
|
|
|
|
|
'grey034%' => 0x565656, |
4740
|
|
|
|
|
|
|
'gray034%' => 0x565656, |
4741
|
|
|
|
|
|
|
'red034%' => 0x560000, |
4742
|
|
|
|
|
|
|
'green034%' => 0x005600, |
4743
|
|
|
|
|
|
|
'blue034%' => 0x000056, |
4744
|
|
|
|
|
|
|
'yellow034%' => 0x565600, |
4745
|
|
|
|
|
|
|
'cyan034%' => 0x005656, |
4746
|
|
|
|
|
|
|
'purple034%' => 0x560056, |
4747
|
|
|
|
|
|
|
'grey35%' => 0x595959, |
4748
|
|
|
|
|
|
|
'gray35%' => 0x595959, |
4749
|
|
|
|
|
|
|
'red35%' => 0x590000, |
4750
|
|
|
|
|
|
|
'green35%' => 0x005900, |
4751
|
|
|
|
|
|
|
'blue35%' => 0x000059, |
4752
|
|
|
|
|
|
|
'yellow35%' => 0x595900, |
4753
|
|
|
|
|
|
|
'cyan35%' => 0x005959, |
4754
|
|
|
|
|
|
|
'purple35%' => 0x590059, |
4755
|
|
|
|
|
|
|
'grey035%' => 0x595959, |
4756
|
|
|
|
|
|
|
'gray035%' => 0x595959, |
4757
|
|
|
|
|
|
|
'red035%' => 0x590000, |
4758
|
|
|
|
|
|
|
'green035%' => 0x005900, |
4759
|
|
|
|
|
|
|
'blue035%' => 0x000059, |
4760
|
|
|
|
|
|
|
'yellow035%' => 0x595900, |
4761
|
|
|
|
|
|
|
'cyan035%' => 0x005959, |
4762
|
|
|
|
|
|
|
'purple035%' => 0x590059, |
4763
|
|
|
|
|
|
|
'grey36%' => 0x5b5b5b, |
4764
|
|
|
|
|
|
|
'gray36%' => 0x5b5b5b, |
4765
|
|
|
|
|
|
|
'red36%' => 0x5b0000, |
4766
|
|
|
|
|
|
|
'green36%' => 0x005b00, |
4767
|
|
|
|
|
|
|
'blue36%' => 0x00005b, |
4768
|
|
|
|
|
|
|
'yellow36%' => 0x5b5b00, |
4769
|
|
|
|
|
|
|
'cyan36%' => 0x005b5b, |
4770
|
|
|
|
|
|
|
'purple36%' => 0x5b005b, |
4771
|
|
|
|
|
|
|
'grey036%' => 0x5b5b5b, |
4772
|
|
|
|
|
|
|
'gray036%' => 0x5b5b5b, |
4773
|
|
|
|
|
|
|
'red036%' => 0x5b0000, |
4774
|
|
|
|
|
|
|
'green036%' => 0x005b00, |
4775
|
|
|
|
|
|
|
'blue036%' => 0x00005b, |
4776
|
|
|
|
|
|
|
'yellow036%' => 0x5b5b00, |
4777
|
|
|
|
|
|
|
'cyan036%' => 0x005b5b, |
4778
|
|
|
|
|
|
|
'purple036%' => 0x5b005b, |
4779
|
|
|
|
|
|
|
'grey37%' => 0x5e5e5e, |
4780
|
|
|
|
|
|
|
'gray37%' => 0x5e5e5e, |
4781
|
|
|
|
|
|
|
'red37%' => 0x5e0000, |
4782
|
|
|
|
|
|
|
'green37%' => 0x005e00, |
4783
|
|
|
|
|
|
|
'blue37%' => 0x00005e, |
4784
|
|
|
|
|
|
|
'yellow37%' => 0x5e5e00, |
4785
|
|
|
|
|
|
|
'cyan37%' => 0x005e5e, |
4786
|
|
|
|
|
|
|
'purple37%' => 0x5e005e, |
4787
|
|
|
|
|
|
|
'grey037%' => 0x5e5e5e, |
4788
|
|
|
|
|
|
|
'gray037%' => 0x5e5e5e, |
4789
|
|
|
|
|
|
|
'red037%' => 0x5e0000, |
4790
|
|
|
|
|
|
|
'green037%' => 0x005e00, |
4791
|
|
|
|
|
|
|
'blue037%' => 0x00005e, |
4792
|
|
|
|
|
|
|
'yellow037%' => 0x5e5e00, |
4793
|
|
|
|
|
|
|
'cyan037%' => 0x005e5e, |
4794
|
|
|
|
|
|
|
'purple037%' => 0x5e005e, |
4795
|
|
|
|
|
|
|
'grey38%' => 0x606060, |
4796
|
|
|
|
|
|
|
'gray38%' => 0x606060, |
4797
|
|
|
|
|
|
|
'red38%' => 0x600000, |
4798
|
|
|
|
|
|
|
'green38%' => 0x006000, |
4799
|
|
|
|
|
|
|
'blue38%' => 0x000060, |
4800
|
|
|
|
|
|
|
'yellow38%' => 0x606000, |
4801
|
|
|
|
|
|
|
'cyan38%' => 0x006060, |
4802
|
|
|
|
|
|
|
'purple38%' => 0x600060, |
4803
|
|
|
|
|
|
|
'grey038%' => 0x606060, |
4804
|
|
|
|
|
|
|
'gray038%' => 0x606060, |
4805
|
|
|
|
|
|
|
'red038%' => 0x600000, |
4806
|
|
|
|
|
|
|
'green038%' => 0x006000, |
4807
|
|
|
|
|
|
|
'blue038%' => 0x000060, |
4808
|
|
|
|
|
|
|
'yellow038%' => 0x606000, |
4809
|
|
|
|
|
|
|
'cyan038%' => 0x006060, |
4810
|
|
|
|
|
|
|
'purple038%' => 0x600060, |
4811
|
|
|
|
|
|
|
'grey39%' => 0x636363, |
4812
|
|
|
|
|
|
|
'gray39%' => 0x636363, |
4813
|
|
|
|
|
|
|
'red39%' => 0x630000, |
4814
|
|
|
|
|
|
|
'green39%' => 0x006300, |
4815
|
|
|
|
|
|
|
'blue39%' => 0x000063, |
4816
|
|
|
|
|
|
|
'yellow39%' => 0x636300, |
4817
|
|
|
|
|
|
|
'cyan39%' => 0x006363, |
4818
|
|
|
|
|
|
|
'purple39%' => 0x630063, |
4819
|
|
|
|
|
|
|
'grey039%' => 0x636363, |
4820
|
|
|
|
|
|
|
'gray039%' => 0x636363, |
4821
|
|
|
|
|
|
|
'red039%' => 0x630000, |
4822
|
|
|
|
|
|
|
'green039%' => 0x006300, |
4823
|
|
|
|
|
|
|
'blue039%' => 0x000063, |
4824
|
|
|
|
|
|
|
'yellow039%' => 0x636300, |
4825
|
|
|
|
|
|
|
'cyan039%' => 0x006363, |
4826
|
|
|
|
|
|
|
'purple039%' => 0x630063, |
4827
|
|
|
|
|
|
|
'grey40%' => 0x666666, |
4828
|
|
|
|
|
|
|
'gray40%' => 0x666666, |
4829
|
|
|
|
|
|
|
'red40%' => 0x660000, |
4830
|
|
|
|
|
|
|
'green40%' => 0x006600, |
4831
|
|
|
|
|
|
|
'blue40%' => 0x000066, |
4832
|
|
|
|
|
|
|
'yellow40%' => 0x666600, |
4833
|
|
|
|
|
|
|
'cyan40%' => 0x006666, |
4834
|
|
|
|
|
|
|
'purple40%' => 0x660066, |
4835
|
|
|
|
|
|
|
'grey040%' => 0x666666, |
4836
|
|
|
|
|
|
|
'gray040%' => 0x666666, |
4837
|
|
|
|
|
|
|
'red040%' => 0x660000, |
4838
|
|
|
|
|
|
|
'green040%' => 0x006600, |
4839
|
|
|
|
|
|
|
'blue040%' => 0x000066, |
4840
|
|
|
|
|
|
|
'yellow040%' => 0x666600, |
4841
|
|
|
|
|
|
|
'cyan040%' => 0x006666, |
4842
|
|
|
|
|
|
|
'purple040%' => 0x660066, |
4843
|
|
|
|
|
|
|
'grey41%' => 0x686868, |
4844
|
|
|
|
|
|
|
'gray41%' => 0x686868, |
4845
|
|
|
|
|
|
|
'red41%' => 0x680000, |
4846
|
|
|
|
|
|
|
'green41%' => 0x006800, |
4847
|
|
|
|
|
|
|
'blue41%' => 0x000068, |
4848
|
|
|
|
|
|
|
'yellow41%' => 0x686800, |
4849
|
|
|
|
|
|
|
'cyan41%' => 0x006868, |
4850
|
|
|
|
|
|
|
'purple41%' => 0x680068, |
4851
|
|
|
|
|
|
|
'grey041%' => 0x686868, |
4852
|
|
|
|
|
|
|
'gray041%' => 0x686868, |
4853
|
|
|
|
|
|
|
'red041%' => 0x680000, |
4854
|
|
|
|
|
|
|
'green041%' => 0x006800, |
4855
|
|
|
|
|
|
|
'blue041%' => 0x000068, |
4856
|
|
|
|
|
|
|
'yellow041%' => 0x686800, |
4857
|
|
|
|
|
|
|
'cyan041%' => 0x006868, |
4858
|
|
|
|
|
|
|
'purple041%' => 0x680068, |
4859
|
|
|
|
|
|
|
'grey42%' => 0x6b6b6b, |
4860
|
|
|
|
|
|
|
'gray42%' => 0x6b6b6b, |
4861
|
|
|
|
|
|
|
'red42%' => 0x6b0000, |
4862
|
|
|
|
|
|
|
'green42%' => 0x006b00, |
4863
|
|
|
|
|
|
|
'blue42%' => 0x00006b, |
4864
|
|
|
|
|
|
|
'yellow42%' => 0x6b6b00, |
4865
|
|
|
|
|
|
|
'cyan42%' => 0x006b6b, |
4866
|
|
|
|
|
|
|
'purple42%' => 0x6b006b, |
4867
|
|
|
|
|
|
|
'grey042%' => 0x6b6b6b, |
4868
|
|
|
|
|
|
|
'gray042%' => 0x6b6b6b, |
4869
|
|
|
|
|
|
|
'red042%' => 0x6b0000, |
4870
|
|
|
|
|
|
|
'green042%' => 0x006b00, |
4871
|
|
|
|
|
|
|
'blue042%' => 0x00006b, |
4872
|
|
|
|
|
|
|
'yellow042%' => 0x6b6b00, |
4873
|
|
|
|
|
|
|
'cyan042%' => 0x006b6b, |
4874
|
|
|
|
|
|
|
'purple042%' => 0x6b006b, |
4875
|
|
|
|
|
|
|
'grey43%' => 0x6d6d6d, |
4876
|
|
|
|
|
|
|
'gray43%' => 0x6d6d6d, |
4877
|
|
|
|
|
|
|
'red43%' => 0x6d0000, |
4878
|
|
|
|
|
|
|
'green43%' => 0x006d00, |
4879
|
|
|
|
|
|
|
'blue43%' => 0x00006d, |
4880
|
|
|
|
|
|
|
'yellow43%' => 0x6d6d00, |
4881
|
|
|
|
|
|
|
'cyan43%' => 0x006d6d, |
4882
|
|
|
|
|
|
|
'purple43%' => 0x6d006d, |
4883
|
|
|
|
|
|
|
'grey043%' => 0x6d6d6d, |
4884
|
|
|
|
|
|
|
'gray043%' => 0x6d6d6d, |
4885
|
|
|
|
|
|
|
'red043%' => 0x6d0000, |
4886
|
|
|
|
|
|
|
'green043%' => 0x006d00, |
4887
|
|
|
|
|
|
|
'blue043%' => 0x00006d, |
4888
|
|
|
|
|
|
|
'yellow043%' => 0x6d6d00, |
4889
|
|
|
|
|
|
|
'cyan043%' => 0x006d6d, |
4890
|
|
|
|
|
|
|
'purple043%' => 0x6d006d, |
4891
|
|
|
|
|
|
|
'grey44%' => 0x707070, |
4892
|
|
|
|
|
|
|
'gray44%' => 0x707070, |
4893
|
|
|
|
|
|
|
'red44%' => 0x700000, |
4894
|
|
|
|
|
|
|
'green44%' => 0x007000, |
4895
|
|
|
|
|
|
|
'blue44%' => 0x000070, |
4896
|
|
|
|
|
|
|
'yellow44%' => 0x707000, |
4897
|
|
|
|
|
|
|
'cyan44%' => 0x007070, |
4898
|
|
|
|
|
|
|
'purple44%' => 0x700070, |
4899
|
|
|
|
|
|
|
'grey044%' => 0x707070, |
4900
|
|
|
|
|
|
|
'gray044%' => 0x707070, |
4901
|
|
|
|
|
|
|
'red044%' => 0x700000, |
4902
|
|
|
|
|
|
|
'green044%' => 0x007000, |
4903
|
|
|
|
|
|
|
'blue044%' => 0x000070, |
4904
|
|
|
|
|
|
|
'yellow044%' => 0x707000, |
4905
|
|
|
|
|
|
|
'cyan044%' => 0x007070, |
4906
|
|
|
|
|
|
|
'purple044%' => 0x700070, |
4907
|
|
|
|
|
|
|
'grey45%' => 0x727272, |
4908
|
|
|
|
|
|
|
'gray45%' => 0x727272, |
4909
|
|
|
|
|
|
|
'red45%' => 0x720000, |
4910
|
|
|
|
|
|
|
'green45%' => 0x007200, |
4911
|
|
|
|
|
|
|
'blue45%' => 0x000072, |
4912
|
|
|
|
|
|
|
'yellow45%' => 0x727200, |
4913
|
|
|
|
|
|
|
'cyan45%' => 0x007272, |
4914
|
|
|
|
|
|
|
'purple45%' => 0x720072, |
4915
|
|
|
|
|
|
|
'grey045%' => 0x727272, |
4916
|
|
|
|
|
|
|
'gray045%' => 0x727272, |
4917
|
|
|
|
|
|
|
'red045%' => 0x720000, |
4918
|
|
|
|
|
|
|
'green045%' => 0x007200, |
4919
|
|
|
|
|
|
|
'blue045%' => 0x000072, |
4920
|
|
|
|
|
|
|
'yellow045%' => 0x727200, |
4921
|
|
|
|
|
|
|
'cyan045%' => 0x007272, |
4922
|
|
|
|
|
|
|
'purple045%' => 0x720072, |
4923
|
|
|
|
|
|
|
'grey46%' => 0x757575, |
4924
|
|
|
|
|
|
|
'gray46%' => 0x757575, |
4925
|
|
|
|
|
|
|
'red46%' => 0x750000, |
4926
|
|
|
|
|
|
|
'green46%' => 0x007500, |
4927
|
|
|
|
|
|
|
'blue46%' => 0x000075, |
4928
|
|
|
|
|
|
|
'yellow46%' => 0x757500, |
4929
|
|
|
|
|
|
|
'cyan46%' => 0x007575, |
4930
|
|
|
|
|
|
|
'purple46%' => 0x750075, |
4931
|
|
|
|
|
|
|
'grey046%' => 0x757575, |
4932
|
|
|
|
|
|
|
'gray046%' => 0x757575, |
4933
|
|
|
|
|
|
|
'red046%' => 0x750000, |
4934
|
|
|
|
|
|
|
'green046%' => 0x007500, |
4935
|
|
|
|
|
|
|
'blue046%' => 0x000075, |
4936
|
|
|
|
|
|
|
'yellow046%' => 0x757500, |
4937
|
|
|
|
|
|
|
'cyan046%' => 0x007575, |
4938
|
|
|
|
|
|
|
'purple046%' => 0x750075, |
4939
|
|
|
|
|
|
|
'grey47%' => 0x777777, |
4940
|
|
|
|
|
|
|
'gray47%' => 0x777777, |
4941
|
|
|
|
|
|
|
'red47%' => 0x770000, |
4942
|
|
|
|
|
|
|
'green47%' => 0x007700, |
4943
|
|
|
|
|
|
|
'blue47%' => 0x000077, |
4944
|
|
|
|
|
|
|
'yellow47%' => 0x777700, |
4945
|
|
|
|
|
|
|
'cyan47%' => 0x007777, |
4946
|
|
|
|
|
|
|
'purple47%' => 0x770077, |
4947
|
|
|
|
|
|
|
'grey047%' => 0x777777, |
4948
|
|
|
|
|
|
|
'gray047%' => 0x777777, |
4949
|
|
|
|
|
|
|
'red047%' => 0x770000, |
4950
|
|
|
|
|
|
|
'green047%' => 0x007700, |
4951
|
|
|
|
|
|
|
'blue047%' => 0x000077, |
4952
|
|
|
|
|
|
|
'yellow047%' => 0x777700, |
4953
|
|
|
|
|
|
|
'cyan047%' => 0x007777, |
4954
|
|
|
|
|
|
|
'purple047%' => 0x770077, |
4955
|
|
|
|
|
|
|
'grey48%' => 0x7a7a7a, |
4956
|
|
|
|
|
|
|
'gray48%' => 0x7a7a7a, |
4957
|
|
|
|
|
|
|
'red48%' => 0x7a0000, |
4958
|
|
|
|
|
|
|
'green48%' => 0x007a00, |
4959
|
|
|
|
|
|
|
'blue48%' => 0x00007a, |
4960
|
|
|
|
|
|
|
'yellow48%' => 0x7a7a00, |
4961
|
|
|
|
|
|
|
'cyan48%' => 0x007a7a, |
4962
|
|
|
|
|
|
|
'purple48%' => 0x7a007a, |
4963
|
|
|
|
|
|
|
'grey048%' => 0x7a7a7a, |
4964
|
|
|
|
|
|
|
'gray048%' => 0x7a7a7a, |
4965
|
|
|
|
|
|
|
'red048%' => 0x7a0000, |
4966
|
|
|
|
|
|
|
'green048%' => 0x007a00, |
4967
|
|
|
|
|
|
|
'blue048%' => 0x00007a, |
4968
|
|
|
|
|
|
|
'yellow048%' => 0x7a7a00, |
4969
|
|
|
|
|
|
|
'cyan048%' => 0x007a7a, |
4970
|
|
|
|
|
|
|
'purple048%' => 0x7a007a, |
4971
|
|
|
|
|
|
|
'grey49%' => 0x7c7c7c, |
4972
|
|
|
|
|
|
|
'gray49%' => 0x7c7c7c, |
4973
|
|
|
|
|
|
|
'red49%' => 0x7c0000, |
4974
|
|
|
|
|
|
|
'green49%' => 0x007c00, |
4975
|
|
|
|
|
|
|
'blue49%' => 0x00007c, |
4976
|
|
|
|
|
|
|
'yellow49%' => 0x7c7c00, |
4977
|
|
|
|
|
|
|
'cyan49%' => 0x007c7c, |
4978
|
|
|
|
|
|
|
'purple49%' => 0x7c007c, |
4979
|
|
|
|
|
|
|
'grey049%' => 0x7c7c7c, |
4980
|
|
|
|
|
|
|
'gray049%' => 0x7c7c7c, |
4981
|
|
|
|
|
|
|
'red049%' => 0x7c0000, |
4982
|
|
|
|
|
|
|
'green049%' => 0x007c00, |
4983
|
|
|
|
|
|
|
'blue049%' => 0x00007c, |
4984
|
|
|
|
|
|
|
'yellow049%' => 0x7c7c00, |
4985
|
|
|
|
|
|
|
'cyan049%' => 0x007c7c, |
4986
|
|
|
|
|
|
|
'purple049%' => 0x7c007c, |
4987
|
|
|
|
|
|
|
'grey50%' => 0x7f7f7f, |
4988
|
|
|
|
|
|
|
'gray50%' => 0x7f7f7f, |
4989
|
|
|
|
|
|
|
'red50%' => 0x7f0000, |
4990
|
|
|
|
|
|
|
'green50%' => 0x007f00, |
4991
|
|
|
|
|
|
|
'blue50%' => 0x00007f, |
4992
|
|
|
|
|
|
|
'yellow50%' => 0x7f7f00, |
4993
|
|
|
|
|
|
|
'cyan50%' => 0x007f7f, |
4994
|
|
|
|
|
|
|
'purple50%' => 0x7f007f, |
4995
|
|
|
|
|
|
|
'grey050%' => 0x7f7f7f, |
4996
|
|
|
|
|
|
|
'gray050%' => 0x7f7f7f, |
4997
|
|
|
|
|
|
|
'red050%' => 0x7f0000, |
4998
|
|
|
|
|
|
|
'green050%' => 0x007f00, |
4999
|
|
|
|
|
|
|
'blue050%' => 0x00007f, |
5000
|
|
|
|
|
|
|
'yellow050%' => 0x7f7f00, |
5001
|
|
|
|
|
|
|
'cyan050%' => 0x007f7f, |
5002
|
|
|
|
|
|
|
'purple050%' => 0x7f007f, |
5003
|
|
|
|
|
|
|
'grey51%' => 0x828282, |
5004
|
|
|
|
|
|
|
'gray51%' => 0x828282, |
5005
|
|
|
|
|
|
|
'red51%' => 0x820000, |
5006
|
|
|
|
|
|
|
'green51%' => 0x008200, |
5007
|
|
|
|
|
|
|
'blue51%' => 0x000082, |
5008
|
|
|
|
|
|
|
'yellow51%' => 0x828200, |
5009
|
|
|
|
|
|
|
'cyan51%' => 0x008282, |
5010
|
|
|
|
|
|
|
'purple51%' => 0x820082, |
5011
|
|
|
|
|
|
|
'grey051%' => 0x828282, |
5012
|
|
|
|
|
|
|
'gray051%' => 0x828282, |
5013
|
|
|
|
|
|
|
'red051%' => 0x820000, |
5014
|
|
|
|
|
|
|
'green051%' => 0x008200, |
5015
|
|
|
|
|
|
|
'blue051%' => 0x000082, |
5016
|
|
|
|
|
|
|
'yellow051%' => 0x828200, |
5017
|
|
|
|
|
|
|
'cyan051%' => 0x008282, |
5018
|
|
|
|
|
|
|
'purple051%' => 0x820082, |
5019
|
|
|
|
|
|
|
'grey52%' => 0x848484, |
5020
|
|
|
|
|
|
|
'gray52%' => 0x848484, |
5021
|
|
|
|
|
|
|
'red52%' => 0x840000, |
5022
|
|
|
|
|
|
|
'green52%' => 0x008400, |
5023
|
|
|
|
|
|
|
'blue52%' => 0x000084, |
5024
|
|
|
|
|
|
|
'yellow52%' => 0x848400, |
5025
|
|
|
|
|
|
|
'cyan52%' => 0x008484, |
5026
|
|
|
|
|
|
|
'purple52%' => 0x840084, |
5027
|
|
|
|
|
|
|
'grey052%' => 0x848484, |
5028
|
|
|
|
|
|
|
'gray052%' => 0x848484, |
5029
|
|
|
|
|
|
|
'red052%' => 0x840000, |
5030
|
|
|
|
|
|
|
'green052%' => 0x008400, |
5031
|
|
|
|
|
|
|
'blue052%' => 0x000084, |
5032
|
|
|
|
|
|
|
'yellow052%' => 0x848400, |
5033
|
|
|
|
|
|
|
'cyan052%' => 0x008484, |
5034
|
|
|
|
|
|
|
'purple052%' => 0x840084, |
5035
|
|
|
|
|
|
|
'grey53%' => 0x878787, |
5036
|
|
|
|
|
|
|
'gray53%' => 0x878787, |
5037
|
|
|
|
|
|
|
'red53%' => 0x870000, |
5038
|
|
|
|
|
|
|
'green53%' => 0x008700, |
5039
|
|
|
|
|
|
|
'blue53%' => 0x000087, |
5040
|
|
|
|
|
|
|
'yellow53%' => 0x878700, |
5041
|
|
|
|
|
|
|
'cyan53%' => 0x008787, |
5042
|
|
|
|
|
|
|
'purple53%' => 0x870087, |
5043
|
|
|
|
|
|
|
'grey053%' => 0x878787, |
5044
|
|
|
|
|
|
|
'gray053%' => 0x878787, |
5045
|
|
|
|
|
|
|
'red053%' => 0x870000, |
5046
|
|
|
|
|
|
|
'green053%' => 0x008700, |
5047
|
|
|
|
|
|
|
'blue053%' => 0x000087, |
5048
|
|
|
|
|
|
|
'yellow053%' => 0x878700, |
5049
|
|
|
|
|
|
|
'cyan053%' => 0x008787, |
5050
|
|
|
|
|
|
|
'purple053%' => 0x870087, |
5051
|
|
|
|
|
|
|
'grey54%' => 0x898989, |
5052
|
|
|
|
|
|
|
'gray54%' => 0x898989, |
5053
|
|
|
|
|
|
|
'red54%' => 0x890000, |
5054
|
|
|
|
|
|
|
'green54%' => 0x008900, |
5055
|
|
|
|
|
|
|
'blue54%' => 0x000089, |
5056
|
|
|
|
|
|
|
'yellow54%' => 0x898900, |
5057
|
|
|
|
|
|
|
'cyan54%' => 0x008989, |
5058
|
|
|
|
|
|
|
'purple54%' => 0x890089, |
5059
|
|
|
|
|
|
|
'grey054%' => 0x898989, |
5060
|
|
|
|
|
|
|
'gray054%' => 0x898989, |
5061
|
|
|
|
|
|
|
'red054%' => 0x890000, |
5062
|
|
|
|
|
|
|
'green054%' => 0x008900, |
5063
|
|
|
|
|
|
|
'blue054%' => 0x000089, |
5064
|
|
|
|
|
|
|
'yellow054%' => 0x898900, |
5065
|
|
|
|
|
|
|
'cyan054%' => 0x008989, |
5066
|
|
|
|
|
|
|
'purple054%' => 0x890089, |
5067
|
|
|
|
|
|
|
'grey55%' => 0x8c8c8c, |
5068
|
|
|
|
|
|
|
'gray55%' => 0x8c8c8c, |
5069
|
|
|
|
|
|
|
'red55%' => 0x8c0000, |
5070
|
|
|
|
|
|
|
'green55%' => 0x008c00, |
5071
|
|
|
|
|
|
|
'blue55%' => 0x00008c, |
5072
|
|
|
|
|
|
|
'yellow55%' => 0x8c8c00, |
5073
|
|
|
|
|
|
|
'cyan55%' => 0x008c8c, |
5074
|
|
|
|
|
|
|
'purple55%' => 0x8c008c, |
5075
|
|
|
|
|
|
|
'grey055%' => 0x8c8c8c, |
5076
|
|
|
|
|
|
|
'gray055%' => 0x8c8c8c, |
5077
|
|
|
|
|
|
|
'red055%' => 0x8c0000, |
5078
|
|
|
|
|
|
|
'green055%' => 0x008c00, |
5079
|
|
|
|
|
|
|
'blue055%' => 0x00008c, |
5080
|
|
|
|
|
|
|
'yellow055%' => 0x8c8c00, |
5081
|
|
|
|
|
|
|
'cyan055%' => 0x008c8c, |
5082
|
|
|
|
|
|
|
'purple055%' => 0x8c008c, |
5083
|
|
|
|
|
|
|
'grey56%' => 0x8e8e8e, |
5084
|
|
|
|
|
|
|
'gray56%' => 0x8e8e8e, |
5085
|
|
|
|
|
|
|
'red56%' => 0x8e0000, |
5086
|
|
|
|
|
|
|
'green56%' => 0x008e00, |
5087
|
|
|
|
|
|
|
'blue56%' => 0x00008e, |
5088
|
|
|
|
|
|
|
'yellow56%' => 0x8e8e00, |
5089
|
|
|
|
|
|
|
'cyan56%' => 0x008e8e, |
5090
|
|
|
|
|
|
|
'purple56%' => 0x8e008e, |
5091
|
|
|
|
|
|
|
'grey056%' => 0x8e8e8e, |
5092
|
|
|
|
|
|
|
'gray056%' => 0x8e8e8e, |
5093
|
|
|
|
|
|
|
'red056%' => 0x8e0000, |
5094
|
|
|
|
|
|
|
'green056%' => 0x008e00, |
5095
|
|
|
|
|
|
|
'blue056%' => 0x00008e, |
5096
|
|
|
|
|
|
|
'yellow056%' => 0x8e8e00, |
5097
|
|
|
|
|
|
|
'cyan056%' => 0x008e8e, |
5098
|
|
|
|
|
|
|
'purple056%' => 0x8e008e, |
5099
|
|
|
|
|
|
|
'grey57%' => 0x919191, |
5100
|
|
|
|
|
|
|
'gray57%' => 0x919191, |
5101
|
|
|
|
|
|
|
'red57%' => 0x910000, |
5102
|
|
|
|
|
|
|
'green57%' => 0x009100, |
5103
|
|
|
|
|
|
|
'blue57%' => 0x000091, |
5104
|
|
|
|
|
|
|
'yellow57%' => 0x919100, |
5105
|
|
|
|
|
|
|
'cyan57%' => 0x009191, |
5106
|
|
|
|
|
|
|
'purple57%' => 0x910091, |
5107
|
|
|
|
|
|
|
'grey057%' => 0x919191, |
5108
|
|
|
|
|
|
|
'gray057%' => 0x919191, |
5109
|
|
|
|
|
|
|
'red057%' => 0x910000, |
5110
|
|
|
|
|
|
|
'green057%' => 0x009100, |
5111
|
|
|
|
|
|
|
'blue057%' => 0x000091, |
5112
|
|
|
|
|
|
|
'yellow057%' => 0x919100, |
5113
|
|
|
|
|
|
|
'cyan057%' => 0x009191, |
5114
|
|
|
|
|
|
|
'purple057%' => 0x910091, |
5115
|
|
|
|
|
|
|
'grey58%' => 0x939393, |
5116
|
|
|
|
|
|
|
'gray58%' => 0x939393, |
5117
|
|
|
|
|
|
|
'red58%' => 0x930000, |
5118
|
|
|
|
|
|
|
'green58%' => 0x009300, |
5119
|
|
|
|
|
|
|
'blue58%' => 0x000093, |
5120
|
|
|
|
|
|
|
'yellow58%' => 0x939300, |
5121
|
|
|
|
|
|
|
'cyan58%' => 0x009393, |
5122
|
|
|
|
|
|
|
'purple58%' => 0x930093, |
5123
|
|
|
|
|
|
|
'grey058%' => 0x939393, |
5124
|
|
|
|
|
|
|
'gray058%' => 0x939393, |
5125
|
|
|
|
|
|
|
'red058%' => 0x930000, |
5126
|
|
|
|
|
|
|
'green058%' => 0x009300, |
5127
|
|
|
|
|
|
|
'blue058%' => 0x000093, |
5128
|
|
|
|
|
|
|
'yellow058%' => 0x939300, |
5129
|
|
|
|
|
|
|
'cyan058%' => 0x009393, |
5130
|
|
|
|
|
|
|
'purple058%' => 0x930093, |
5131
|
|
|
|
|
|
|
'grey59%' => 0x969696, |
5132
|
|
|
|
|
|
|
'gray59%' => 0x969696, |
5133
|
|
|
|
|
|
|
'red59%' => 0x960000, |
5134
|
|
|
|
|
|
|
'green59%' => 0x009600, |
5135
|
|
|
|
|
|
|
'blue59%' => 0x000096, |
5136
|
|
|
|
|
|
|
'yellow59%' => 0x969600, |
5137
|
|
|
|
|
|
|
'cyan59%' => 0x009696, |
5138
|
|
|
|
|
|
|
'purple59%' => 0x960096, |
5139
|
|
|
|
|
|
|
'grey059%' => 0x969696, |
5140
|
|
|
|
|
|
|
'gray059%' => 0x969696, |
5141
|
|
|
|
|
|
|
'red059%' => 0x960000, |
5142
|
|
|
|
|
|
|
'green059%' => 0x009600, |
5143
|
|
|
|
|
|
|
'blue059%' => 0x000096, |
5144
|
|
|
|
|
|
|
'yellow059%' => 0x969600, |
5145
|
|
|
|
|
|
|
'cyan059%' => 0x009696, |
5146
|
|
|
|
|
|
|
'purple059%' => 0x960096, |
5147
|
|
|
|
|
|
|
'grey60%' => 0x999999, |
5148
|
|
|
|
|
|
|
'gray60%' => 0x999999, |
5149
|
|
|
|
|
|
|
'red60%' => 0x990000, |
5150
|
|
|
|
|
|
|
'green60%' => 0x009900, |
5151
|
|
|
|
|
|
|
'blue60%' => 0x000099, |
5152
|
|
|
|
|
|
|
'yellow60%' => 0x999900, |
5153
|
|
|
|
|
|
|
'cyan60%' => 0x009999, |
5154
|
|
|
|
|
|
|
'purple60%' => 0x990099, |
5155
|
|
|
|
|
|
|
'grey060%' => 0x999999, |
5156
|
|
|
|
|
|
|
'gray060%' => 0x999999, |
5157
|
|
|
|
|
|
|
'red060%' => 0x990000, |
5158
|
|
|
|
|
|
|
'green060%' => 0x009900, |
5159
|
|
|
|
|
|
|
'blue060%' => 0x000099, |
5160
|
|
|
|
|
|
|
'yellow060%' => 0x999900, |
5161
|
|
|
|
|
|
|
'cyan060%' => 0x009999, |
5162
|
|
|
|
|
|
|
'purple060%' => 0x990099, |
5163
|
|
|
|
|
|
|
'grey61%' => 0x9b9b9b, |
5164
|
|
|
|
|
|
|
'gray61%' => 0x9b9b9b, |
5165
|
|
|
|
|
|
|
'red61%' => 0x9b0000, |
5166
|
|
|
|
|
|
|
'green61%' => 0x009b00, |
5167
|
|
|
|
|
|
|
'blue61%' => 0x00009b, |
5168
|
|
|
|
|
|
|
'yellow61%' => 0x9b9b00, |
5169
|
|
|
|
|
|
|
'cyan61%' => 0x009b9b, |
5170
|
|
|
|
|
|
|
'purple61%' => 0x9b009b, |
5171
|
|
|
|
|
|
|
'grey061%' => 0x9b9b9b, |
5172
|
|
|
|
|
|
|
'gray061%' => 0x9b9b9b, |
5173
|
|
|
|
|
|
|
'red061%' => 0x9b0000, |
5174
|
|
|
|
|
|
|
'green061%' => 0x009b00, |
5175
|
|
|
|
|
|
|
'blue061%' => 0x00009b, |
5176
|
|
|
|
|
|
|
'yellow061%' => 0x9b9b00, |
5177
|
|
|
|
|
|
|
'cyan061%' => 0x009b9b, |
5178
|
|
|
|
|
|
|
'purple061%' => 0x9b009b, |
5179
|
|
|
|
|
|
|
'grey62%' => 0x9e9e9e, |
5180
|
|
|
|
|
|
|
'gray62%' => 0x9e9e9e, |
5181
|
|
|
|
|
|
|
'red62%' => 0x9e0000, |
5182
|
|
|
|
|
|
|
'green62%' => 0x009e00, |
5183
|
|
|
|
|
|
|
'blue62%' => 0x00009e, |
5184
|
|
|
|
|
|
|
'yellow62%' => 0x9e9e00, |
5185
|
|
|
|
|
|
|
'cyan62%' => 0x009e9e, |
5186
|
|
|
|
|
|
|
'purple62%' => 0x9e009e, |
5187
|
|
|
|
|
|
|
'grey062%' => 0x9e9e9e, |
5188
|
|
|
|
|
|
|
'gray062%' => 0x9e9e9e, |
5189
|
|
|
|
|
|
|
'red062%' => 0x9e0000, |
5190
|
|
|
|
|
|
|
'green062%' => 0x009e00, |
5191
|
|
|
|
|
|
|
'blue062%' => 0x00009e, |
5192
|
|
|
|
|
|
|
'yellow062%' => 0x9e9e00, |
5193
|
|
|
|
|
|
|
'cyan062%' => 0x009e9e, |
5194
|
|
|
|
|
|
|
'purple062%' => 0x9e009e, |
5195
|
|
|
|
|
|
|
'grey63%' => 0xa0a0a0, |
5196
|
|
|
|
|
|
|
'gray63%' => 0xa0a0a0, |
5197
|
|
|
|
|
|
|
'red63%' => 0xa00000, |
5198
|
|
|
|
|
|
|
'green63%' => 0x00a000, |
5199
|
|
|
|
|
|
|
'blue63%' => 0x0000a0, |
5200
|
|
|
|
|
|
|
'yellow63%' => 0xa0a000, |
5201
|
|
|
|
|
|
|
'cyan63%' => 0x00a0a0, |
5202
|
|
|
|
|
|
|
'purple63%' => 0xa000a0, |
5203
|
|
|
|
|
|
|
'grey063%' => 0xa0a0a0, |
5204
|
|
|
|
|
|
|
'gray063%' => 0xa0a0a0, |
5205
|
|
|
|
|
|
|
'red063%' => 0xa00000, |
5206
|
|
|
|
|
|
|
'green063%' => 0x00a000, |
5207
|
|
|
|
|
|
|
'blue063%' => 0x0000a0, |
5208
|
|
|
|
|
|
|
'yellow063%' => 0xa0a000, |
5209
|
|
|
|
|
|
|
'cyan063%' => 0x00a0a0, |
5210
|
|
|
|
|
|
|
'purple063%' => 0xa000a0, |
5211
|
|
|
|
|
|
|
'grey64%' => 0xa3a3a3, |
5212
|
|
|
|
|
|
|
'gray64%' => 0xa3a3a3, |
5213
|
|
|
|
|
|
|
'red64%' => 0xa30000, |
5214
|
|
|
|
|
|
|
'green64%' => 0x00a300, |
5215
|
|
|
|
|
|
|
'blue64%' => 0x0000a3, |
5216
|
|
|
|
|
|
|
'yellow64%' => 0xa3a300, |
5217
|
|
|
|
|
|
|
'cyan64%' => 0x00a3a3, |
5218
|
|
|
|
|
|
|
'purple64%' => 0xa300a3, |
5219
|
|
|
|
|
|
|
'grey064%' => 0xa3a3a3, |
5220
|
|
|
|
|
|
|
'gray064%' => 0xa3a3a3, |
5221
|
|
|
|
|
|
|
'red064%' => 0xa30000, |
5222
|
|
|
|
|
|
|
'green064%' => 0x00a300, |
5223
|
|
|
|
|
|
|
'blue064%' => 0x0000a3, |
5224
|
|
|
|
|
|
|
'yellow064%' => 0xa3a300, |
5225
|
|
|
|
|
|
|
'cyan064%' => 0x00a3a3, |
5226
|
|
|
|
|
|
|
'purple064%' => 0xa300a3, |
5227
|
|
|
|
|
|
|
'grey65%' => 0xa5a5a5, |
5228
|
|
|
|
|
|
|
'gray65%' => 0xa5a5a5, |
5229
|
|
|
|
|
|
|
'red65%' => 0xa50000, |
5230
|
|
|
|
|
|
|
'green65%' => 0x00a500, |
5231
|
|
|
|
|
|
|
'blue65%' => 0x0000a5, |
5232
|
|
|
|
|
|
|
'yellow65%' => 0xa5a500, |
5233
|
|
|
|
|
|
|
'cyan65%' => 0x00a5a5, |
5234
|
|
|
|
|
|
|
'purple65%' => 0xa500a5, |
5235
|
|
|
|
|
|
|
'grey065%' => 0xa5a5a5, |
5236
|
|
|
|
|
|
|
'gray065%' => 0xa5a5a5, |
5237
|
|
|
|
|
|
|
'red065%' => 0xa50000, |
5238
|
|
|
|
|
|
|
'green065%' => 0x00a500, |
5239
|
|
|
|
|
|
|
'blue065%' => 0x0000a5, |
5240
|
|
|
|
|
|
|
'yellow065%' => 0xa5a500, |
5241
|
|
|
|
|
|
|
'cyan065%' => 0x00a5a5, |
5242
|
|
|
|
|
|
|
'purple065%' => 0xa500a5, |
5243
|
|
|
|
|
|
|
'grey66%' => 0xa8a8a8, |
5244
|
|
|
|
|
|
|
'gray66%' => 0xa8a8a8, |
5245
|
|
|
|
|
|
|
'red66%' => 0xa80000, |
5246
|
|
|
|
|
|
|
'green66%' => 0x00a800, |
5247
|
|
|
|
|
|
|
'blue66%' => 0x0000a8, |
5248
|
|
|
|
|
|
|
'yellow66%' => 0xa8a800, |
5249
|
|
|
|
|
|
|
'cyan66%' => 0x00a8a8, |
5250
|
|
|
|
|
|
|
'purple66%' => 0xa800a8, |
5251
|
|
|
|
|
|
|
'grey066%' => 0xa8a8a8, |
5252
|
|
|
|
|
|
|
'gray066%' => 0xa8a8a8, |
5253
|
|
|
|
|
|
|
'red066%' => 0xa80000, |
5254
|
|
|
|
|
|
|
'green066%' => 0x00a800, |
5255
|
|
|
|
|
|
|
'blue066%' => 0x0000a8, |
5256
|
|
|
|
|
|
|
'yellow066%' => 0xa8a800, |
5257
|
|
|
|
|
|
|
'cyan066%' => 0x00a8a8, |
5258
|
|
|
|
|
|
|
'purple066%' => 0xa800a8, |
5259
|
|
|
|
|
|
|
'grey67%' => 0xaaaaaa, |
5260
|
|
|
|
|
|
|
'gray67%' => 0xaaaaaa, |
5261
|
|
|
|
|
|
|
'red67%' => 0xaa0000, |
5262
|
|
|
|
|
|
|
'green67%' => 0x00aa00, |
5263
|
|
|
|
|
|
|
'blue67%' => 0x0000aa, |
5264
|
|
|
|
|
|
|
'yellow67%' => 0xaaaa00, |
5265
|
|
|
|
|
|
|
'cyan67%' => 0x00aaaa, |
5266
|
|
|
|
|
|
|
'purple67%' => 0xaa00aa, |
5267
|
|
|
|
|
|
|
'grey067%' => 0xaaaaaa, |
5268
|
|
|
|
|
|
|
'gray067%' => 0xaaaaaa, |
5269
|
|
|
|
|
|
|
'red067%' => 0xaa0000, |
5270
|
|
|
|
|
|
|
'green067%' => 0x00aa00, |
5271
|
|
|
|
|
|
|
'blue067%' => 0x0000aa, |
5272
|
|
|
|
|
|
|
'yellow067%' => 0xaaaa00, |
5273
|
|
|
|
|
|
|
'cyan067%' => 0x00aaaa, |
5274
|
|
|
|
|
|
|
'purple067%' => 0xaa00aa, |
5275
|
|
|
|
|
|
|
'grey68%' => 0xadadad, |
5276
|
|
|
|
|
|
|
'gray68%' => 0xadadad, |
5277
|
|
|
|
|
|
|
'red68%' => 0xad0000, |
5278
|
|
|
|
|
|
|
'green68%' => 0x00ad00, |
5279
|
|
|
|
|
|
|
'blue68%' => 0x0000ad, |
5280
|
|
|
|
|
|
|
'yellow68%' => 0xadad00, |
5281
|
|
|
|
|
|
|
'cyan68%' => 0x00adad, |
5282
|
|
|
|
|
|
|
'purple68%' => 0xad00ad, |
5283
|
|
|
|
|
|
|
'grey068%' => 0xadadad, |
5284
|
|
|
|
|
|
|
'gray068%' => 0xadadad, |
5285
|
|
|
|
|
|
|
'red068%' => 0xad0000, |
5286
|
|
|
|
|
|
|
'green068%' => 0x00ad00, |
5287
|
|
|
|
|
|
|
'blue068%' => 0x0000ad, |
5288
|
|
|
|
|
|
|
'yellow068%' => 0xadad00, |
5289
|
|
|
|
|
|
|
'cyan068%' => 0x00adad, |
5290
|
|
|
|
|
|
|
'purple068%' => 0xad00ad, |
5291
|
|
|
|
|
|
|
'grey69%' => 0xafafaf, |
5292
|
|
|
|
|
|
|
'gray69%' => 0xafafaf, |
5293
|
|
|
|
|
|
|
'red69%' => 0xaf0000, |
5294
|
|
|
|
|
|
|
'green69%' => 0x00af00, |
5295
|
|
|
|
|
|
|
'blue69%' => 0x0000af, |
5296
|
|
|
|
|
|
|
'yellow69%' => 0xafaf00, |
5297
|
|
|
|
|
|
|
'cyan69%' => 0x00afaf, |
5298
|
|
|
|
|
|
|
'purple69%' => 0xaf00af, |
5299
|
|
|
|
|
|
|
'grey069%' => 0xafafaf, |
5300
|
|
|
|
|
|
|
'gray069%' => 0xafafaf, |
5301
|
|
|
|
|
|
|
'red069%' => 0xaf0000, |
5302
|
|
|
|
|
|
|
'green069%' => 0x00af00, |
5303
|
|
|
|
|
|
|
'blue069%' => 0x0000af, |
5304
|
|
|
|
|
|
|
'yellow069%' => 0xafaf00, |
5305
|
|
|
|
|
|
|
'cyan069%' => 0x00afaf, |
5306
|
|
|
|
|
|
|
'purple069%' => 0xaf00af, |
5307
|
|
|
|
|
|
|
'grey70%' => 0xb2b2b2, |
5308
|
|
|
|
|
|
|
'gray70%' => 0xb2b2b2, |
5309
|
|
|
|
|
|
|
'red70%' => 0xb20000, |
5310
|
|
|
|
|
|
|
'green70%' => 0x00b200, |
5311
|
|
|
|
|
|
|
'blue70%' => 0x0000b2, |
5312
|
|
|
|
|
|
|
'yellow70%' => 0xb2b200, |
5313
|
|
|
|
|
|
|
'cyan70%' => 0x00b2b2, |
5314
|
|
|
|
|
|
|
'purple70%' => 0xb200b2, |
5315
|
|
|
|
|
|
|
'grey070%' => 0xb2b2b2, |
5316
|
|
|
|
|
|
|
'gray070%' => 0xb2b2b2, |
5317
|
|
|
|
|
|
|
'red070%' => 0xb20000, |
5318
|
|
|
|
|
|
|
'green070%' => 0x00b200, |
5319
|
|
|
|
|
|
|
'blue070%' => 0x0000b2, |
5320
|
|
|
|
|
|
|
'yellow070%' => 0xb2b200, |
5321
|
|
|
|
|
|
|
'cyan070%' => 0x00b2b2, |
5322
|
|
|
|
|
|
|
'purple070%' => 0xb200b2, |
5323
|
|
|
|
|
|
|
'grey71%' => 0xb5b5b5, |
5324
|
|
|
|
|
|
|
'gray71%' => 0xb5b5b5, |
5325
|
|
|
|
|
|
|
'red71%' => 0xb50000, |
5326
|
|
|
|
|
|
|
'green71%' => 0x00b500, |
5327
|
|
|
|
|
|
|
'blue71%' => 0x0000b5, |
5328
|
|
|
|
|
|
|
'yellow71%' => 0xb5b500, |
5329
|
|
|
|
|
|
|
'cyan71%' => 0x00b5b5, |
5330
|
|
|
|
|
|
|
'purple71%' => 0xb500b5, |
5331
|
|
|
|
|
|
|
'grey071%' => 0xb5b5b5, |
5332
|
|
|
|
|
|
|
'gray071%' => 0xb5b5b5, |
5333
|
|
|
|
|
|
|
'red071%' => 0xb50000, |
5334
|
|
|
|
|
|
|
'green071%' => 0x00b500, |
5335
|
|
|
|
|
|
|
'blue071%' => 0x0000b5, |
5336
|
|
|
|
|
|
|
'yellow071%' => 0xb5b500, |
5337
|
|
|
|
|
|
|
'cyan071%' => 0x00b5b5, |
5338
|
|
|
|
|
|
|
'purple071%' => 0xb500b5, |
5339
|
|
|
|
|
|
|
'grey72%' => 0xb7b7b7, |
5340
|
|
|
|
|
|
|
'gray72%' => 0xb7b7b7, |
5341
|
|
|
|
|
|
|
'red72%' => 0xb70000, |
5342
|
|
|
|
|
|
|
'green72%' => 0x00b700, |
5343
|
|
|
|
|
|
|
'blue72%' => 0x0000b7, |
5344
|
|
|
|
|
|
|
'yellow72%' => 0xb7b700, |
5345
|
|
|
|
|
|
|
'cyan72%' => 0x00b7b7, |
5346
|
|
|
|
|
|
|
'purple72%' => 0xb700b7, |
5347
|
|
|
|
|
|
|
'grey072%' => 0xb7b7b7, |
5348
|
|
|
|
|
|
|
'gray072%' => 0xb7b7b7, |
5349
|
|
|
|
|
|
|
'red072%' => 0xb70000, |
5350
|
|
|
|
|
|
|
'green072%' => 0x00b700, |
5351
|
|
|
|
|
|
|
'blue072%' => 0x0000b7, |
5352
|
|
|
|
|
|
|
'yellow072%' => 0xb7b700, |
5353
|
|
|
|
|
|
|
'cyan072%' => 0x00b7b7, |
5354
|
|
|
|
|
|
|
'purple072%' => 0xb700b7, |
5355
|
|
|
|
|
|
|
'grey73%' => 0xbababa, |
5356
|
|
|
|
|
|
|
'gray73%' => 0xbababa, |
5357
|
|
|
|
|
|
|
'red73%' => 0xba0000, |
5358
|
|
|
|
|
|
|
'green73%' => 0x00ba00, |
5359
|
|
|
|
|
|
|
'blue73%' => 0x0000ba, |
5360
|
|
|
|
|
|
|
'yellow73%' => 0xbaba00, |
5361
|
|
|
|
|
|
|
'cyan73%' => 0x00baba, |
5362
|
|
|
|
|
|
|
'purple73%' => 0xba00ba, |
5363
|
|
|
|
|
|
|
'grey073%' => 0xbababa, |
5364
|
|
|
|
|
|
|
'gray073%' => 0xbababa, |
5365
|
|
|
|
|
|
|
'red073%' => 0xba0000, |
5366
|
|
|
|
|
|
|
'green073%' => 0x00ba00, |
5367
|
|
|
|
|
|
|
'blue073%' => 0x0000ba, |
5368
|
|
|
|
|
|
|
'yellow073%' => 0xbaba00, |
5369
|
|
|
|
|
|
|
'cyan073%' => 0x00baba, |
5370
|
|
|
|
|
|
|
'purple073%' => 0xba00ba, |
5371
|
|
|
|
|
|
|
'grey74%' => 0xbcbcbc, |
5372
|
|
|
|
|
|
|
'gray74%' => 0xbcbcbc, |
5373
|
|
|
|
|
|
|
'red74%' => 0xbc0000, |
5374
|
|
|
|
|
|
|
'green74%' => 0x00bc00, |
5375
|
|
|
|
|
|
|
'blue74%' => 0x0000bc, |
5376
|
|
|
|
|
|
|
'yellow74%' => 0xbcbc00, |
5377
|
|
|
|
|
|
|
'cyan74%' => 0x00bcbc, |
5378
|
|
|
|
|
|
|
'purple74%' => 0xbc00bc, |
5379
|
|
|
|
|
|
|
'grey074%' => 0xbcbcbc, |
5380
|
|
|
|
|
|
|
'gray074%' => 0xbcbcbc, |
5381
|
|
|
|
|
|
|
'red074%' => 0xbc0000, |
5382
|
|
|
|
|
|
|
'green074%' => 0x00bc00, |
5383
|
|
|
|
|
|
|
'blue074%' => 0x0000bc, |
5384
|
|
|
|
|
|
|
'yellow074%' => 0xbcbc00, |
5385
|
|
|
|
|
|
|
'cyan074%' => 0x00bcbc, |
5386
|
|
|
|
|
|
|
'purple074%' => 0xbc00bc, |
5387
|
|
|
|
|
|
|
'grey75%' => 0xbfbfbf, |
5388
|
|
|
|
|
|
|
'gray75%' => 0xbfbfbf, |
5389
|
|
|
|
|
|
|
'red75%' => 0xbf0000, |
5390
|
|
|
|
|
|
|
'green75%' => 0x00bf00, |
5391
|
|
|
|
|
|
|
'blue75%' => 0x0000bf, |
5392
|
|
|
|
|
|
|
'yellow75%' => 0xbfbf00, |
5393
|
|
|
|
|
|
|
'cyan75%' => 0x00bfbf, |
5394
|
|
|
|
|
|
|
'purple75%' => 0xbf00bf, |
5395
|
|
|
|
|
|
|
'grey075%' => 0xbfbfbf, |
5396
|
|
|
|
|
|
|
'gray075%' => 0xbfbfbf, |
5397
|
|
|
|
|
|
|
'red075%' => 0xbf0000, |
5398
|
|
|
|
|
|
|
'green075%' => 0x00bf00, |
5399
|
|
|
|
|
|
|
'blue075%' => 0x0000bf, |
5400
|
|
|
|
|
|
|
'yellow075%' => 0xbfbf00, |
5401
|
|
|
|
|
|
|
'cyan075%' => 0x00bfbf, |
5402
|
|
|
|
|
|
|
'purple075%' => 0xbf00bf, |
5403
|
|
|
|
|
|
|
'grey76%' => 0xc1c1c1, |
5404
|
|
|
|
|
|
|
'gray76%' => 0xc1c1c1, |
5405
|
|
|
|
|
|
|
'red76%' => 0xc10000, |
5406
|
|
|
|
|
|
|
'green76%' => 0x00c100, |
5407
|
|
|
|
|
|
|
'blue76%' => 0x0000c1, |
5408
|
|
|
|
|
|
|
'yellow76%' => 0xc1c100, |
5409
|
|
|
|
|
|
|
'cyan76%' => 0x00c1c1, |
5410
|
|
|
|
|
|
|
'purple76%' => 0xc100c1, |
5411
|
|
|
|
|
|
|
'grey076%' => 0xc1c1c1, |
5412
|
|
|
|
|
|
|
'gray076%' => 0xc1c1c1, |
5413
|
|
|
|
|
|
|
'red076%' => 0xc10000, |
5414
|
|
|
|
|
|
|
'green076%' => 0x00c100, |
5415
|
|
|
|
|
|
|
'blue076%' => 0x0000c1, |
5416
|
|
|
|
|
|
|
'yellow076%' => 0xc1c100, |
5417
|
|
|
|
|
|
|
'cyan076%' => 0x00c1c1, |
5418
|
|
|
|
|
|
|
'purple076%' => 0xc100c1, |
5419
|
|
|
|
|
|
|
'grey77%' => 0xc4c4c4, |
5420
|
|
|
|
|
|
|
'gray77%' => 0xc4c4c4, |
5421
|
|
|
|
|
|
|
'red77%' => 0xc40000, |
5422
|
|
|
|
|
|
|
'green77%' => 0x00c400, |
5423
|
|
|
|
|
|
|
'blue77%' => 0x0000c4, |
5424
|
|
|
|
|
|
|
'yellow77%' => 0xc4c400, |
5425
|
|
|
|
|
|
|
'cyan77%' => 0x00c4c4, |
5426
|
|
|
|
|
|
|
'purple77%' => 0xc400c4, |
5427
|
|
|
|
|
|
|
'grey077%' => 0xc4c4c4, |
5428
|
|
|
|
|
|
|
'gray077%' => 0xc4c4c4, |
5429
|
|
|
|
|
|
|
'red077%' => 0xc40000, |
5430
|
|
|
|
|
|
|
'green077%' => 0x00c400, |
5431
|
|
|
|
|
|
|
'blue077%' => 0x0000c4, |
5432
|
|
|
|
|
|
|
'yellow077%' => 0xc4c400, |
5433
|
|
|
|
|
|
|
'cyan077%' => 0x00c4c4, |
5434
|
|
|
|
|
|
|
'purple077%' => 0xc400c4, |
5435
|
|
|
|
|
|
|
'grey78%' => 0xc6c6c6, |
5436
|
|
|
|
|
|
|
'gray78%' => 0xc6c6c6, |
5437
|
|
|
|
|
|
|
'red78%' => 0xc60000, |
5438
|
|
|
|
|
|
|
'green78%' => 0x00c600, |
5439
|
|
|
|
|
|
|
'blue78%' => 0x0000c6, |
5440
|
|
|
|
|
|
|
'yellow78%' => 0xc6c600, |
5441
|
|
|
|
|
|
|
'cyan78%' => 0x00c6c6, |
5442
|
|
|
|
|
|
|
'purple78%' => 0xc600c6, |
5443
|
|
|
|
|
|
|
'grey078%' => 0xc6c6c6, |
5444
|
|
|
|
|
|
|
'gray078%' => 0xc6c6c6, |
5445
|
|
|
|
|
|
|
'red078%' => 0xc60000, |
5446
|
|
|
|
|
|
|
'green078%' => 0x00c600, |
5447
|
|
|
|
|
|
|
'blue078%' => 0x0000c6, |
5448
|
|
|
|
|
|
|
'yellow078%' => 0xc6c600, |
5449
|
|
|
|
|
|
|
'cyan078%' => 0x00c6c6, |
5450
|
|
|
|
|
|
|
'purple078%' => 0xc600c6, |
5451
|
|
|
|
|
|
|
'grey79%' => 0xc9c9c9, |
5452
|
|
|
|
|
|
|
'gray79%' => 0xc9c9c9, |
5453
|
|
|
|
|
|
|
'red79%' => 0xc90000, |
5454
|
|
|
|
|
|
|
'green79%' => 0x00c900, |
5455
|
|
|
|
|
|
|
'blue79%' => 0x0000c9, |
5456
|
|
|
|
|
|
|
'yellow79%' => 0xc9c900, |
5457
|
|
|
|
|
|
|
'cyan79%' => 0x00c9c9, |
5458
|
|
|
|
|
|
|
'purple79%' => 0xc900c9, |
5459
|
|
|
|
|
|
|
'grey079%' => 0xc9c9c9, |
5460
|
|
|
|
|
|
|
'gray079%' => 0xc9c9c9, |
5461
|
|
|
|
|
|
|
'red079%' => 0xc90000, |
5462
|
|
|
|
|
|
|
'green079%' => 0x00c900, |
5463
|
|
|
|
|
|
|
'blue079%' => 0x0000c9, |
5464
|
|
|
|
|
|
|
'yellow079%' => 0xc9c900, |
5465
|
|
|
|
|
|
|
'cyan079%' => 0x00c9c9, |
5466
|
|
|
|
|
|
|
'purple079%' => 0xc900c9, |
5467
|
|
|
|
|
|
|
'grey80%' => 0xcccccc, |
5468
|
|
|
|
|
|
|
'gray80%' => 0xcccccc, |
5469
|
|
|
|
|
|
|
'red80%' => 0xcc0000, |
5470
|
|
|
|
|
|
|
'green80%' => 0x00cc00, |
5471
|
|
|
|
|
|
|
'blue80%' => 0x0000cc, |
5472
|
|
|
|
|
|
|
'yellow80%' => 0xcccc00, |
5473
|
|
|
|
|
|
|
'cyan80%' => 0x00cccc, |
5474
|
|
|
|
|
|
|
'purple80%' => 0xcc00cc, |
5475
|
|
|
|
|
|
|
'grey080%' => 0xcccccc, |
5476
|
|
|
|
|
|
|
'gray080%' => 0xcccccc, |
5477
|
|
|
|
|
|
|
'red080%' => 0xcc0000, |
5478
|
|
|
|
|
|
|
'green080%' => 0x00cc00, |
5479
|
|
|
|
|
|
|
'blue080%' => 0x0000cc, |
5480
|
|
|
|
|
|
|
'yellow080%' => 0xcccc00, |
5481
|
|
|
|
|
|
|
'cyan080%' => 0x00cccc, |
5482
|
|
|
|
|
|
|
'purple080%' => 0xcc00cc, |
5483
|
|
|
|
|
|
|
'grey81%' => 0xcecece, |
5484
|
|
|
|
|
|
|
'gray81%' => 0xcecece, |
5485
|
|
|
|
|
|
|
'red81%' => 0xce0000, |
5486
|
|
|
|
|
|
|
'green81%' => 0x00ce00, |
5487
|
|
|
|
|
|
|
'blue81%' => 0x0000ce, |
5488
|
|
|
|
|
|
|
'yellow81%' => 0xcece00, |
5489
|
|
|
|
|
|
|
'cyan81%' => 0x00cece, |
5490
|
|
|
|
|
|
|
'purple81%' => 0xce00ce, |
5491
|
|
|
|
|
|
|
'grey081%' => 0xcecece, |
5492
|
|
|
|
|
|
|
'gray081%' => 0xcecece, |
5493
|
|
|
|
|
|
|
'red081%' => 0xce0000, |
5494
|
|
|
|
|
|
|
'green081%' => 0x00ce00, |
5495
|
|
|
|
|
|
|
'blue081%' => 0x0000ce, |
5496
|
|
|
|
|
|
|
'yellow081%' => 0xcece00, |
5497
|
|
|
|
|
|
|
'cyan081%' => 0x00cece, |
5498
|
|
|
|
|
|
|
'purple081%' => 0xce00ce, |
5499
|
|
|
|
|
|
|
'grey82%' => 0xd1d1d1, |
5500
|
|
|
|
|
|
|
'gray82%' => 0xd1d1d1, |
5501
|
|
|
|
|
|
|
'red82%' => 0xd10000, |
5502
|
|
|
|
|
|
|
'green82%' => 0x00d100, |
5503
|
|
|
|
|
|
|
'blue82%' => 0x0000d1, |
5504
|
|
|
|
|
|
|
'yellow82%' => 0xd1d100, |
5505
|
|
|
|
|
|
|
'cyan82%' => 0x00d1d1, |
5506
|
|
|
|
|
|
|
'purple82%' => 0xd100d1, |
5507
|
|
|
|
|
|
|
'grey082%' => 0xd1d1d1, |
5508
|
|
|
|
|
|
|
'gray082%' => 0xd1d1d1, |
5509
|
|
|
|
|
|
|
'red082%' => 0xd10000, |
5510
|
|
|
|
|
|
|
'green082%' => 0x00d100, |
5511
|
|
|
|
|
|
|
'blue082%' => 0x0000d1, |
5512
|
|
|
|
|
|
|
'yellow082%' => 0xd1d100, |
5513
|
|
|
|
|
|
|
'cyan082%' => 0x00d1d1, |
5514
|
|
|
|
|
|
|
'purple082%' => 0xd100d1, |
5515
|
|
|
|
|
|
|
'grey83%' => 0xd3d3d3, |
5516
|
|
|
|
|
|
|
'gray83%' => 0xd3d3d3, |
5517
|
|
|
|
|
|
|
'red83%' => 0xd30000, |
5518
|
|
|
|
|
|
|
'green83%' => 0x00d300, |
5519
|
|
|
|
|
|
|
'blue83%' => 0x0000d3, |
5520
|
|
|
|
|
|
|
'yellow83%' => 0xd3d300, |
5521
|
|
|
|
|
|
|
'cyan83%' => 0x00d3d3, |
5522
|
|
|
|
|
|
|
'purple83%' => 0xd300d3, |
5523
|
|
|
|
|
|
|
'grey083%' => 0xd3d3d3, |
5524
|
|
|
|
|
|
|
'gray083%' => 0xd3d3d3, |
5525
|
|
|
|
|
|
|
'red083%' => 0xd30000, |
5526
|
|
|
|
|
|
|
'green083%' => 0x00d300, |
5527
|
|
|
|
|
|
|
'blue083%' => 0x0000d3, |
5528
|
|
|
|
|
|
|
'yellow083%' => 0xd3d300, |
5529
|
|
|
|
|
|
|
'cyan083%' => 0x00d3d3, |
5530
|
|
|
|
|
|
|
'purple083%' => 0xd300d3, |
5531
|
|
|
|
|
|
|
'grey84%' => 0xd6d6d6, |
5532
|
|
|
|
|
|
|
'gray84%' => 0xd6d6d6, |
5533
|
|
|
|
|
|
|
'red84%' => 0xd60000, |
5534
|
|
|
|
|
|
|
'green84%' => 0x00d600, |
5535
|
|
|
|
|
|
|
'blue84%' => 0x0000d6, |
5536
|
|
|
|
|
|
|
'yellow84%' => 0xd6d600, |
5537
|
|
|
|
|
|
|
'cyan84%' => 0x00d6d6, |
5538
|
|
|
|
|
|
|
'purple84%' => 0xd600d6, |
5539
|
|
|
|
|
|
|
'grey084%' => 0xd6d6d6, |
5540
|
|
|
|
|
|
|
'gray084%' => 0xd6d6d6, |
5541
|
|
|
|
|
|
|
'red084%' => 0xd60000, |
5542
|
|
|
|
|
|
|
'green084%' => 0x00d600, |
5543
|
|
|
|
|
|
|
'blue084%' => 0x0000d6, |
5544
|
|
|
|
|
|
|
'yellow084%' => 0xd6d600, |
5545
|
|
|
|
|
|
|
'cyan084%' => 0x00d6d6, |
5546
|
|
|
|
|
|
|
'purple084%' => 0xd600d6, |
5547
|
|
|
|
|
|
|
'grey85%' => 0xd8d8d8, |
5548
|
|
|
|
|
|
|
'gray85%' => 0xd8d8d8, |
5549
|
|
|
|
|
|
|
'red85%' => 0xd80000, |
5550
|
|
|
|
|
|
|
'green85%' => 0x00d800, |
5551
|
|
|
|
|
|
|
'blue85%' => 0x0000d8, |
5552
|
|
|
|
|
|
|
'yellow85%' => 0xd8d800, |
5553
|
|
|
|
|
|
|
'cyan85%' => 0x00d8d8, |
5554
|
|
|
|
|
|
|
'purple85%' => 0xd800d8, |
5555
|
|
|
|
|
|
|
'grey085%' => 0xd8d8d8, |
5556
|
|
|
|
|
|
|
'gray085%' => 0xd8d8d8, |
5557
|
|
|
|
|
|
|
'red085%' => 0xd80000, |
5558
|
|
|
|
|
|
|
'green085%' => 0x00d800, |
5559
|
|
|
|
|
|
|
'blue085%' => 0x0000d8, |
5560
|
|
|
|
|
|
|
'yellow085%' => 0xd8d800, |
5561
|
|
|
|
|
|
|
'cyan085%' => 0x00d8d8, |
5562
|
|
|
|
|
|
|
'purple085%' => 0xd800d8, |
5563
|
|
|
|
|
|
|
'grey86%' => 0xdbdbdb, |
5564
|
|
|
|
|
|
|
'gray86%' => 0xdbdbdb, |
5565
|
|
|
|
|
|
|
'red86%' => 0xdb0000, |
5566
|
|
|
|
|
|
|
'green86%' => 0x00db00, |
5567
|
|
|
|
|
|
|
'blue86%' => 0x0000db, |
5568
|
|
|
|
|
|
|
'yellow86%' => 0xdbdb00, |
5569
|
|
|
|
|
|
|
'cyan86%' => 0x00dbdb, |
5570
|
|
|
|
|
|
|
'purple86%' => 0xdb00db, |
5571
|
|
|
|
|
|
|
'grey086%' => 0xdbdbdb, |
5572
|
|
|
|
|
|
|
'gray086%' => 0xdbdbdb, |
5573
|
|
|
|
|
|
|
'red086%' => 0xdb0000, |
5574
|
|
|
|
|
|
|
'green086%' => 0x00db00, |
5575
|
|
|
|
|
|
|
'blue086%' => 0x0000db, |
5576
|
|
|
|
|
|
|
'yellow086%' => 0xdbdb00, |
5577
|
|
|
|
|
|
|
'cyan086%' => 0x00dbdb, |
5578
|
|
|
|
|
|
|
'purple086%' => 0xdb00db, |
5579
|
|
|
|
|
|
|
'grey87%' => 0xdddddd, |
5580
|
|
|
|
|
|
|
'gray87%' => 0xdddddd, |
5581
|
|
|
|
|
|
|
'red87%' => 0xdd0000, |
5582
|
|
|
|
|
|
|
'green87%' => 0x00dd00, |
5583
|
|
|
|
|
|
|
'blue87%' => 0x0000dd, |
5584
|
|
|
|
|
|
|
'yellow87%' => 0xdddd00, |
5585
|
|
|
|
|
|
|
'cyan87%' => 0x00dddd, |
5586
|
|
|
|
|
|
|
'purple87%' => 0xdd00dd, |
5587
|
|
|
|
|
|
|
'grey087%' => 0xdddddd, |
5588
|
|
|
|
|
|
|
'gray087%' => 0xdddddd, |
5589
|
|
|
|
|
|
|
'red087%' => 0xdd0000, |
5590
|
|
|
|
|
|
|
'green087%' => 0x00dd00, |
5591
|
|
|
|
|
|
|
'blue087%' => 0x0000dd, |
5592
|
|
|
|
|
|
|
'yellow087%' => 0xdddd00, |
5593
|
|
|
|
|
|
|
'cyan087%' => 0x00dddd, |
5594
|
|
|
|
|
|
|
'purple087%' => 0xdd00dd, |
5595
|
|
|
|
|
|
|
'grey88%' => 0xe0e0e0, |
5596
|
|
|
|
|
|
|
'gray88%' => 0xe0e0e0, |
5597
|
|
|
|
|
|
|
'red88%' => 0xe00000, |
5598
|
|
|
|
|
|
|
'green88%' => 0x00e000, |
5599
|
|
|
|
|
|
|
'blue88%' => 0x0000e0, |
5600
|
|
|
|
|
|
|
'yellow88%' => 0xe0e000, |
5601
|
|
|
|
|
|
|
'cyan88%' => 0x00e0e0, |
5602
|
|
|
|
|
|
|
'purple88%' => 0xe000e0, |
5603
|
|
|
|
|
|
|
'grey088%' => 0xe0e0e0, |
5604
|
|
|
|
|
|
|
'gray088%' => 0xe0e0e0, |
5605
|
|
|
|
|
|
|
'red088%' => 0xe00000, |
5606
|
|
|
|
|
|
|
'green088%' => 0x00e000, |
5607
|
|
|
|
|
|
|
'blue088%' => 0x0000e0, |
5608
|
|
|
|
|
|
|
'yellow088%' => 0xe0e000, |
5609
|
|
|
|
|
|
|
'cyan088%' => 0x00e0e0, |
5610
|
|
|
|
|
|
|
'purple088%' => 0xe000e0, |
5611
|
|
|
|
|
|
|
'grey89%' => 0xe2e2e2, |
5612
|
|
|
|
|
|
|
'gray89%' => 0xe2e2e2, |
5613
|
|
|
|
|
|
|
'red89%' => 0xe20000, |
5614
|
|
|
|
|
|
|
'green89%' => 0x00e200, |
5615
|
|
|
|
|
|
|
'blue89%' => 0x0000e2, |
5616
|
|
|
|
|
|
|
'yellow89%' => 0xe2e200, |
5617
|
|
|
|
|
|
|
'cyan89%' => 0x00e2e2, |
5618
|
|
|
|
|
|
|
'purple89%' => 0xe200e2, |
5619
|
|
|
|
|
|
|
'grey089%' => 0xe2e2e2, |
5620
|
|
|
|
|
|
|
'gray089%' => 0xe2e2e2, |
5621
|
|
|
|
|
|
|
'red089%' => 0xe20000, |
5622
|
|
|
|
|
|
|
'green089%' => 0x00e200, |
5623
|
|
|
|
|
|
|
'blue089%' => 0x0000e2, |
5624
|
|
|
|
|
|
|
'yellow089%' => 0xe2e200, |
5625
|
|
|
|
|
|
|
'cyan089%' => 0x00e2e2, |
5626
|
|
|
|
|
|
|
'purple089%' => 0xe200e2, |
5627
|
|
|
|
|
|
|
'grey90%' => 0xe5e5e5, |
5628
|
|
|
|
|
|
|
'gray90%' => 0xe5e5e5, |
5629
|
|
|
|
|
|
|
'red90%' => 0xe50000, |
5630
|
|
|
|
|
|
|
'green90%' => 0x00e500, |
5631
|
|
|
|
|
|
|
'blue90%' => 0x0000e5, |
5632
|
|
|
|
|
|
|
'yellow90%' => 0xe5e500, |
5633
|
|
|
|
|
|
|
'cyan90%' => 0x00e5e5, |
5634
|
|
|
|
|
|
|
'purple90%' => 0xe500e5, |
5635
|
|
|
|
|
|
|
'grey090%' => 0xe5e5e5, |
5636
|
|
|
|
|
|
|
'gray090%' => 0xe5e5e5, |
5637
|
|
|
|
|
|
|
'red090%' => 0xe50000, |
5638
|
|
|
|
|
|
|
'green090%' => 0x00e500, |
5639
|
|
|
|
|
|
|
'blue090%' => 0x0000e5, |
5640
|
|
|
|
|
|
|
'yellow090%' => 0xe5e500, |
5641
|
|
|
|
|
|
|
'cyan090%' => 0x00e5e5, |
5642
|
|
|
|
|
|
|
'purple090%' => 0xe500e5, |
5643
|
|
|
|
|
|
|
'grey91%' => 0xe8e8e8, |
5644
|
|
|
|
|
|
|
'gray91%' => 0xe8e8e8, |
5645
|
|
|
|
|
|
|
'red91%' => 0xe80000, |
5646
|
|
|
|
|
|
|
'green91%' => 0x00e800, |
5647
|
|
|
|
|
|
|
'blue91%' => 0x0000e8, |
5648
|
|
|
|
|
|
|
'yellow91%' => 0xe8e800, |
5649
|
|
|
|
|
|
|
'cyan91%' => 0x00e8e8, |
5650
|
|
|
|
|
|
|
'purple91%' => 0xe800e8, |
5651
|
|
|
|
|
|
|
'grey091%' => 0xe8e8e8, |
5652
|
|
|
|
|
|
|
'gray091%' => 0xe8e8e8, |
5653
|
|
|
|
|
|
|
'red091%' => 0xe80000, |
5654
|
|
|
|
|
|
|
'green091%' => 0x00e800, |
5655
|
|
|
|
|
|
|
'blue091%' => 0x0000e8, |
5656
|
|
|
|
|
|
|
'yellow091%' => 0xe8e800, |
5657
|
|
|
|
|
|
|
'cyan091%' => 0x00e8e8, |
5658
|
|
|
|
|
|
|
'purple091%' => 0xe800e8, |
5659
|
|
|
|
|
|
|
'grey92%' => 0xeaeaea, |
5660
|
|
|
|
|
|
|
'gray92%' => 0xeaeaea, |
5661
|
|
|
|
|
|
|
'red92%' => 0xea0000, |
5662
|
|
|
|
|
|
|
'green92%' => 0x00ea00, |
5663
|
|
|
|
|
|
|
'blue92%' => 0x0000ea, |
5664
|
|
|
|
|
|
|
'yellow92%' => 0xeaea00, |
5665
|
|
|
|
|
|
|
'cyan92%' => 0x00eaea, |
5666
|
|
|
|
|
|
|
'purple92%' => 0xea00ea, |
5667
|
|
|
|
|
|
|
'grey092%' => 0xeaeaea, |
5668
|
|
|
|
|
|
|
'gray092%' => 0xeaeaea, |
5669
|
|
|
|
|
|
|
'red092%' => 0xea0000, |
5670
|
|
|
|
|
|
|
'green092%' => 0x00ea00, |
5671
|
|
|
|
|
|
|
'blue092%' => 0x0000ea, |
5672
|
|
|
|
|
|
|
'yellow092%' => 0xeaea00, |
5673
|
|
|
|
|
|
|
'cyan092%' => 0x00eaea, |
5674
|
|
|
|
|
|
|
'purple092%' => 0xea00ea, |
5675
|
|
|
|
|
|
|
'grey93%' => 0xededed, |
5676
|
|
|
|
|
|
|
'gray93%' => 0xededed, |
5677
|
|
|
|
|
|
|
'red93%' => 0xed0000, |
5678
|
|
|
|
|
|
|
'green93%' => 0x00ed00, |
5679
|
|
|
|
|
|
|
'blue93%' => 0x0000ed, |
5680
|
|
|
|
|
|
|
'yellow93%' => 0xeded00, |
5681
|
|
|
|
|
|
|
'cyan93%' => 0x00eded, |
5682
|
|
|
|
|
|
|
'purple93%' => 0xed00ed, |
5683
|
|
|
|
|
|
|
'grey093%' => 0xededed, |
5684
|
|
|
|
|
|
|
'gray093%' => 0xededed, |
5685
|
|
|
|
|
|
|
'red093%' => 0xed0000, |
5686
|
|
|
|
|
|
|
'green093%' => 0x00ed00, |
5687
|
|
|
|
|
|
|
'blue093%' => 0x0000ed, |
5688
|
|
|
|
|
|
|
'yellow093%' => 0xeded00, |
5689
|
|
|
|
|
|
|
'cyan093%' => 0x00eded, |
5690
|
|
|
|
|
|
|
'purple093%' => 0xed00ed, |
5691
|
|
|
|
|
|
|
'grey94%' => 0xefefef, |
5692
|
|
|
|
|
|
|
'gray94%' => 0xefefef, |
5693
|
|
|
|
|
|
|
'red94%' => 0xef0000, |
5694
|
|
|
|
|
|
|
'green94%' => 0x00ef00, |
5695
|
|
|
|
|
|
|
'blue94%' => 0x0000ef, |
5696
|
|
|
|
|
|
|
'yellow94%' => 0xefef00, |
5697
|
|
|
|
|
|
|
'cyan94%' => 0x00efef, |
5698
|
|
|
|
|
|
|
'purple94%' => 0xef00ef, |
5699
|
|
|
|
|
|
|
'grey094%' => 0xefefef, |
5700
|
|
|
|
|
|
|
'gray094%' => 0xefefef, |
5701
|
|
|
|
|
|
|
'red094%' => 0xef0000, |
5702
|
|
|
|
|
|
|
'green094%' => 0x00ef00, |
5703
|
|
|
|
|
|
|
'blue094%' => 0x0000ef, |
5704
|
|
|
|
|
|
|
'yellow094%' => 0xefef00, |
5705
|
|
|
|
|
|
|
'cyan094%' => 0x00efef, |
5706
|
|
|
|
|
|
|
'purple094%' => 0xef00ef, |
5707
|
|
|
|
|
|
|
'grey95%' => 0xf2f2f2, |
5708
|
|
|
|
|
|
|
'gray95%' => 0xf2f2f2, |
5709
|
|
|
|
|
|
|
'red95%' => 0xf20000, |
5710
|
|
|
|
|
|
|
'green95%' => 0x00f200, |
5711
|
|
|
|
|
|
|
'blue95%' => 0x0000f2, |
5712
|
|
|
|
|
|
|
'yellow95%' => 0xf2f200, |
5713
|
|
|
|
|
|
|
'cyan95%' => 0x00f2f2, |
5714
|
|
|
|
|
|
|
'purple95%' => 0xf200f2, |
5715
|
|
|
|
|
|
|
'grey095%' => 0xf2f2f2, |
5716
|
|
|
|
|
|
|
'gray095%' => 0xf2f2f2, |
5717
|
|
|
|
|
|
|
'red095%' => 0xf20000, |
5718
|
|
|
|
|
|
|
'green095%' => 0x00f200, |
5719
|
|
|
|
|
|
|
'blue095%' => 0x0000f2, |
5720
|
|
|
|
|
|
|
'yellow095%' => 0xf2f200, |
5721
|
|
|
|
|
|
|
'cyan095%' => 0x00f2f2, |
5722
|
|
|
|
|
|
|
'purple095%' => 0xf200f2, |
5723
|
|
|
|
|
|
|
'grey96%' => 0xf4f4f4, |
5724
|
|
|
|
|
|
|
'gray96%' => 0xf4f4f4, |
5725
|
|
|
|
|
|
|
'red96%' => 0xf40000, |
5726
|
|
|
|
|
|
|
'green96%' => 0x00f400, |
5727
|
|
|
|
|
|
|
'blue96%' => 0x0000f4, |
5728
|
|
|
|
|
|
|
'yellow96%' => 0xf4f400, |
5729
|
|
|
|
|
|
|
'cyan96%' => 0x00f4f4, |
5730
|
|
|
|
|
|
|
'purple96%' => 0xf400f4, |
5731
|
|
|
|
|
|
|
'grey096%' => 0xf4f4f4, |
5732
|
|
|
|
|
|
|
'gray096%' => 0xf4f4f4, |
5733
|
|
|
|
|
|
|
'red096%' => 0xf40000, |
5734
|
|
|
|
|
|
|
'green096%' => 0x00f400, |
5735
|
|
|
|
|
|
|
'blue096%' => 0x0000f4, |
5736
|
|
|
|
|
|
|
'yellow096%' => 0xf4f400, |
5737
|
|
|
|
|
|
|
'cyan096%' => 0x00f4f4, |
5738
|
|
|
|
|
|
|
'purple096%' => 0xf400f4, |
5739
|
|
|
|
|
|
|
'grey97%' => 0xf7f7f7, |
5740
|
|
|
|
|
|
|
'gray97%' => 0xf7f7f7, |
5741
|
|
|
|
|
|
|
'red97%' => 0xf70000, |
5742
|
|
|
|
|
|
|
'green97%' => 0x00f700, |
5743
|
|
|
|
|
|
|
'blue97%' => 0x0000f7, |
5744
|
|
|
|
|
|
|
'yellow97%' => 0xf7f700, |
5745
|
|
|
|
|
|
|
'cyan97%' => 0x00f7f7, |
5746
|
|
|
|
|
|
|
'purple97%' => 0xf700f7, |
5747
|
|
|
|
|
|
|
'grey097%' => 0xf7f7f7, |
5748
|
|
|
|
|
|
|
'gray097%' => 0xf7f7f7, |
5749
|
|
|
|
|
|
|
'red097%' => 0xf70000, |
5750
|
|
|
|
|
|
|
'green097%' => 0x00f700, |
5751
|
|
|
|
|
|
|
'blue097%' => 0x0000f7, |
5752
|
|
|
|
|
|
|
'yellow097%' => 0xf7f700, |
5753
|
|
|
|
|
|
|
'cyan097%' => 0x00f7f7, |
5754
|
|
|
|
|
|
|
'purple097%' => 0xf700f7, |
5755
|
|
|
|
|
|
|
'grey98%' => 0xf9f9f9, |
5756
|
|
|
|
|
|
|
'gray98%' => 0xf9f9f9, |
5757
|
|
|
|
|
|
|
'red98%' => 0xf90000, |
5758
|
|
|
|
|
|
|
'green98%' => 0x00f900, |
5759
|
|
|
|
|
|
|
'blue98%' => 0x0000f9, |
5760
|
|
|
|
|
|
|
'yellow98%' => 0xf9f900, |
5761
|
|
|
|
|
|
|
'cyan98%' => 0x00f9f9, |
5762
|
|
|
|
|
|
|
'purple98%' => 0xf900f9, |
5763
|
|
|
|
|
|
|
'grey098%' => 0xf9f9f9, |
5764
|
|
|
|
|
|
|
'gray098%' => 0xf9f9f9, |
5765
|
|
|
|
|
|
|
'red098%' => 0xf90000, |
5766
|
|
|
|
|
|
|
'green098%' => 0x00f900, |
5767
|
|
|
|
|
|
|
'blue098%' => 0x0000f9, |
5768
|
|
|
|
|
|
|
'yellow098%' => 0xf9f900, |
5769
|
|
|
|
|
|
|
'cyan098%' => 0x00f9f9, |
5770
|
|
|
|
|
|
|
'purple098%' => 0xf900f9, |
5771
|
|
|
|
|
|
|
'grey99%' => 0xfcfcfc, |
5772
|
|
|
|
|
|
|
'gray99%' => 0xfcfcfc, |
5773
|
|
|
|
|
|
|
'red99%' => 0xfc0000, |
5774
|
|
|
|
|
|
|
'green99%' => 0x00fc00, |
5775
|
|
|
|
|
|
|
'blue99%' => 0x0000fc, |
5776
|
|
|
|
|
|
|
'yellow99%' => 0xfcfc00, |
5777
|
|
|
|
|
|
|
'cyan99%' => 0x00fcfc, |
5778
|
|
|
|
|
|
|
'purple99%' => 0xfc00fc, |
5779
|
|
|
|
|
|
|
'grey099%' => 0xfcfcfc, |
5780
|
|
|
|
|
|
|
'gray099%' => 0xfcfcfc, |
5781
|
|
|
|
|
|
|
'red099%' => 0xfc0000, |
5782
|
|
|
|
|
|
|
'green099%' => 0x00fc00, |
5783
|
|
|
|
|
|
|
'blue099%' => 0x0000fc, |
5784
|
|
|
|
|
|
|
'yellow099%' => 0xfcfc00, |
5785
|
|
|
|
|
|
|
'cyan099%' => 0x00fcfc, |
5786
|
|
|
|
|
|
|
'purple099%' => 0xfc00fc, |
5787
|
|
|
|
|
|
|
'grey100%' => 0xfefefe, |
5788
|
|
|
|
|
|
|
'gray100%' => 0xfefefe, |
5789
|
|
|
|
|
|
|
'red100%' => 0xfe0000, |
5790
|
|
|
|
|
|
|
'green100%' => 0x00fe00, |
5791
|
|
|
|
|
|
|
'blue100%' => 0x0000fe, |
5792
|
|
|
|
|
|
|
'yellow100%' => 0xfefe00, |
5793
|
|
|
|
|
|
|
'cyan100%' => 0x00fefe, |
5794
|
|
|
|
|
|
|
'purple100%' => 0xfe00fe, |
5795
|
|
|
|
|
|
|
} }; |
5796
|
|
|
|
|
|
|
|
5797
|
|
|
|
|
|
|
1; |
5798
|
|
|
|
|
|
|
|
5799
|
|
|
|
|
|
|
__END__ |