mlx_rgb.c
1 /* 2 ** This is a generated file with rgb2c.pl and rgb.txt from 3 ** the XFree86 distribution. 4 */ 5 6 7 struct s_col_name mlx_col_name[] = 8 { 9 { "snow" , 0xfffafa }, 10 { "ghost white" , 0xf8f8ff }, 11 { "ghostwhite" , 0xf8f8ff }, 12 { "white smoke" , 0xf5f5f5 }, 13 { "whitesmoke" , 0xf5f5f5 }, 14 { "gainsboro" , 0xdcdcdc }, 15 { "floral white" , 0xfffaf0 }, 16 { "floralwhite" , 0xfffaf0 }, 17 { "old lace" , 0xfdf5e6 }, 18 { "oldlace" , 0xfdf5e6 }, 19 { "linen" , 0xfaf0e6 }, 20 { "antique white" , 0xfaebd7 }, 21 { "antiquewhite" , 0xfaebd7 }, 22 { "papaya whip" , 0xffefd5 }, 23 { "papayawhip" , 0xffefd5 }, 24 { "blanched almond" , 0xffebcd }, 25 { "blanchedalmond" , 0xffebcd }, 26 { "bisque" , 0xffe4c4 }, 27 { "peach puff" , 0xffdab9 }, 28 { "peachpuff" , 0xffdab9 }, 29 { "navajo white" , 0xffdead }, 30 { "navajowhite" , 0xffdead }, 31 { "moccasin" , 0xffe4b5 }, 32 { "cornsilk" , 0xfff8dc }, 33 { "ivory" , 0xfffff0 }, 34 { "lemon chiffon" , 0xfffacd }, 35 { "lemonchiffon" , 0xfffacd }, 36 { "seashell" , 0xfff5ee }, 37 { "honeydew" , 0xf0fff0 }, 38 { "mint cream" , 0xf5fffa }, 39 { "mintcream" , 0xf5fffa }, 40 { "azure" , 0xf0ffff }, 41 { "alice blue" , 0xf0f8ff }, 42 { "aliceblue" , 0xf0f8ff }, 43 { "lavender" , 0xe6e6fa }, 44 { "lavender blush" , 0xfff0f5 }, 45 { "lavenderblush" , 0xfff0f5 }, 46 { "misty rose" , 0xffe4e1 }, 47 { "mistyrose" , 0xffe4e1 }, 48 { "white" , 0xffffff }, 49 { "black" , 0x0 }, 50 { "dark slate" , 0x2f4f4f }, 51 { "darkslategray" , 0x2f4f4f }, 52 { "dark slate" , 0x2f4f4f }, 53 { "darkslategrey" , 0x2f4f4f }, 54 { "dim gray" , 0x696969 }, 55 { "dimgray" , 0x696969 }, 56 { "dim grey" , 0x696969 }, 57 { "dimgrey" , 0x696969 }, 58 { "slate gray" , 0x708090 }, 59 { "slategray" , 0x708090 }, 60 { "slate grey" , 0x708090 }, 61 { "slategrey" , 0x708090 }, 62 { "light slate" , 0x778899 }, 63 { "lightslategray" , 0x778899 }, 64 { "light slate" , 0x778899 }, 65 { "lightslategrey" , 0x778899 }, 66 { "gray" , 0xbebebe }, 67 { "grey" , 0xbebebe }, 68 { "light grey" , 0xd3d3d3 }, 69 { "lightgrey" , 0xd3d3d3 }, 70 { "light gray" , 0xd3d3d3 }, 71 { "lightgray" , 0xd3d3d3 }, 72 { "midnight blue" , 0x191970 }, 73 { "midnightblue" , 0x191970 }, 74 { "navy" , 0x80 }, 75 { "navy blue" , 0x80 }, 76 { "navyblue" , 0x80 }, 77 { "cornflower blue" , 0x6495ed }, 78 { "cornflowerblue" , 0x6495ed }, 79 { "dark slate" , 0x483d8b }, 80 { "darkslateblue" , 0x483d8b }, 81 { "slate blue" , 0x6a5acd }, 82 { "slateblue" , 0x6a5acd }, 83 { "medium slate" , 0x7b68ee }, 84 { "mediumslateblue" , 0x7b68ee }, 85 { "light slate" , 0x8470ff }, 86 { "lightslateblue" , 0x8470ff }, 87 { "medium blue" , 0xcd }, 88 { "mediumblue" , 0xcd }, 89 { "royal blue" , 0x4169e1 }, 90 { "royalblue" , 0x4169e1 }, 91 { "blue" , 0xff }, 92 { "dodger blue" , 0x1e90ff }, 93 { "dodgerblue" , 0x1e90ff }, 94 { "deep sky" , 0xbfff }, 95 { "deepskyblue" , 0xbfff }, 96 { "sky blue" , 0x87ceeb }, 97 { "skyblue" , 0x87ceeb }, 98 { "light sky" , 0x87cefa }, 99 { "lightskyblue" , 0x87cefa }, 100 { "steel blue" , 0x4682b4 }, 101 { "steelblue" , 0x4682b4 }, 102 { "light steel" , 0xb0c4de }, 103 { "lightsteelblue" , 0xb0c4de }, 104 { "light blue" , 0xadd8e6 }, 105 { "lightblue" , 0xadd8e6 }, 106 { "powder blue" , 0xb0e0e6 }, 107 { "powderblue" , 0xb0e0e6 }, 108 { "pale turquoise" , 0xafeeee }, 109 { "paleturquoise" , 0xafeeee }, 110 { "dark turquoise" , 0xced1 }, 111 { "darkturquoise" , 0xced1 }, 112 { "medium turquoise" , 0x48d1cc }, 113 { "mediumturquoise" , 0x48d1cc }, 114 { "turquoise" , 0x40e0d0 }, 115 { "cyan" , 0xffff }, 116 { "light cyan" , 0xe0ffff }, 117 { "lightcyan" , 0xe0ffff }, 118 { "cadet blue" , 0x5f9ea0 }, 119 { "cadetblue" , 0x5f9ea0 }, 120 { "medium aquamarine" , 0x66cdaa }, 121 { "mediumaquamarine" , 0x66cdaa }, 122 { "aquamarine" , 0x7fffd4 }, 123 { "dark green" , 0x6400 }, 124 { "darkgreen" , 0x6400 }, 125 { "dark olive" , 0x556b2f }, 126 { "darkolivegreen" , 0x556b2f }, 127 { "dark sea" , 0x8fbc8f }, 128 { "darkseagreen" , 0x8fbc8f }, 129 { "sea green" , 0x2e8b57 }, 130 { "seagreen" , 0x2e8b57 }, 131 { "medium sea" , 0x3cb371 }, 132 { "mediumseagreen" , 0x3cb371 }, 133 { "light sea" , 0x20b2aa }, 134 { "lightseagreen" , 0x20b2aa }, 135 { "pale green" , 0x98fb98 }, 136 { "palegreen" , 0x98fb98 }, 137 { "spring green" , 0xff7f }, 138 { "springgreen" , 0xff7f }, 139 { "lawn green" , 0x7cfc00 }, 140 { "lawngreen" , 0x7cfc00 }, 141 { "green" , 0xff00 }, 142 { "chartreuse" , 0x7fff00 }, 143 { "medium spring" , 0xfa9a }, 144 { "mediumspringgreen" , 0xfa9a }, 145 { "green yellow" , 0xadff2f }, 146 { "greenyellow" , 0xadff2f }, 147 { "lime green" , 0x32cd32 }, 148 { "limegreen" , 0x32cd32 }, 149 { "yellow green" , 0x9acd32 }, 150 { "yellowgreen" , 0x9acd32 }, 151 { "forest green" , 0x228b22 }, 152 { "forestgreen" , 0x228b22 }, 153 { "olive drab" , 0x6b8e23 }, 154 { "olivedrab" , 0x6b8e23 }, 155 { "dark khaki" , 0xbdb76b }, 156 { "darkkhaki" , 0xbdb76b }, 157 { "khaki" , 0xf0e68c }, 158 { "pale goldenrod" , 0xeee8aa }, 159 { "palegoldenrod" , 0xeee8aa }, 160 { "light goldenrod" , 0xfafad2 }, 161 { "lightgoldenrodyellow" , 0xfafad2 }, 162 { "light yellow" , 0xffffe0 }, 163 { "lightyellow" , 0xffffe0 }, 164 { "yellow" , 0xffff00 }, 165 { "gold" , 0xffd700 }, 166 { "light goldenrod" , 0xeedd82 }, 167 { "lightgoldenrod" , 0xeedd82 }, 168 { "goldenrod" , 0xdaa520 }, 169 { "dark goldenrod" , 0xb8860b }, 170 { "darkgoldenrod" , 0xb8860b }, 171 { "rosy brown" , 0xbc8f8f }, 172 { "rosybrown" , 0xbc8f8f }, 173 { "indian red" , 0xcd5c5c }, 174 { "indianred" , 0xcd5c5c }, 175 { "saddle brown" , 0x8b4513 }, 176 { "saddlebrown" , 0x8b4513 }, 177 { "sienna" , 0xa0522d }, 178 { "peru" , 0xcd853f }, 179 { "burlywood" , 0xdeb887 }, 180 { "beige" , 0xf5f5dc }, 181 { "wheat" , 0xf5deb3 }, 182 { "sandy brown" , 0xf4a460 }, 183 { "sandybrown" , 0xf4a460 }, 184 { "tan" , 0xd2b48c }, 185 { "chocolate" , 0xd2691e }, 186 { "firebrick" , 0xb22222 }, 187 { "brown" , 0xa52a2a }, 188 { "dark salmon" , 0xe9967a }, 189 { "darksalmon" , 0xe9967a }, 190 { "salmon" , 0xfa8072 }, 191 { "light salmon" , 0xffa07a }, 192 { "lightsalmon" , 0xffa07a }, 193 { "orange" , 0xffa500 }, 194 { "dark orange" , 0xff8c00 }, 195 { "darkorange" , 0xff8c00 }, 196 { "coral" , 0xff7f50 }, 197 { "light coral" , 0xf08080 }, 198 { "lightcoral" , 0xf08080 }, 199 { "tomato" , 0xff6347 }, 200 { "orange red" , 0xff4500 }, 201 { "orangered" , 0xff4500 }, 202 { "red" , 0xff0000 }, 203 { "hot pink" , 0xff69b4 }, 204 { "hotpink" , 0xff69b4 }, 205 { "deep pink" , 0xff1493 }, 206 { "deeppink" , 0xff1493 }, 207 { "pink" , 0xffc0cb }, 208 { "light pink" , 0xffb6c1 }, 209 { "lightpink" , 0xffb6c1 }, 210 { "pale violet" , 0xdb7093 }, 211 { "palevioletred" , 0xdb7093 }, 212 { "maroon" , 0xb03060 }, 213 { "medium violet" , 0xc71585 }, 214 { "mediumvioletred" , 0xc71585 }, 215 { "violet red" , 0xd02090 }, 216 { "violetred" , 0xd02090 }, 217 { "magenta" , 0xff00ff }, 218 { "violet" , 0xee82ee }, 219 { "plum" , 0xdda0dd }, 220 { "orchid" , 0xda70d6 }, 221 { "medium orchid" , 0xba55d3 }, 222 { "mediumorchid" , 0xba55d3 }, 223 { "dark orchid" , 0x9932cc }, 224 { "darkorchid" , 0x9932cc }, 225 { "dark violet" , 0x9400d3 }, 226 { "darkviolet" , 0x9400d3 }, 227 { "blue violet" , 0x8a2be2 }, 228 { "blueviolet" , 0x8a2be2 }, 229 { "purple" , 0xa020f0 }, 230 { "medium purple" , 0x9370db }, 231 { "mediumpurple" , 0x9370db }, 232 { "thistle" , 0xd8bfd8 }, 233 { "snow1" , 0xfffafa }, 234 { "snow2" , 0xeee9e9 }, 235 { "snow3" , 0xcdc9c9 }, 236 { "snow4" , 0x8b8989 }, 237 { "seashell1" , 0xfff5ee }, 238 { "seashell2" , 0xeee5de }, 239 { "seashell3" , 0xcdc5bf }, 240 { "seashell4" , 0x8b8682 }, 241 { "antiquewhite1" , 0xffefdb }, 242 { "antiquewhite2" , 0xeedfcc }, 243 { "antiquewhite3" , 0xcdc0b0 }, 244 { "antiquewhite4" , 0x8b8378 }, 245 { "bisque1" , 0xffe4c4 }, 246 { "bisque2" , 0xeed5b7 }, 247 { "bisque3" , 0xcdb79e }, 248 { "bisque4" , 0x8b7d6b }, 249 { "peachpuff1" , 0xffdab9 }, 250 { "peachpuff2" , 0xeecbad }, 251 { "peachpuff3" , 0xcdaf95 }, 252 { "peachpuff4" , 0x8b7765 }, 253 { "navajowhite1" , 0xffdead }, 254 { "navajowhite2" , 0xeecfa1 }, 255 { "navajowhite3" , 0xcdb38b }, 256 { "navajowhite4" , 0x8b795e }, 257 { "lemonchiffon1" , 0xfffacd }, 258 { "lemonchiffon2" , 0xeee9bf }, 259 { "lemonchiffon3" , 0xcdc9a5 }, 260 { "lemonchiffon4" , 0x8b8970 }, 261 { "cornsilk1" , 0xfff8dc }, 262 { "cornsilk2" , 0xeee8cd }, 263 { "cornsilk3" , 0xcdc8b1 }, 264 { "cornsilk4" , 0x8b8878 }, 265 { "ivory1" , 0xfffff0 }, 266 { "ivory2" , 0xeeeee0 }, 267 { "ivory3" , 0xcdcdc1 }, 268 { "ivory4" , 0x8b8b83 }, 269 { "honeydew1" , 0xf0fff0 }, 270 { "honeydew2" , 0xe0eee0 }, 271 { "honeydew3" , 0xc1cdc1 }, 272 { "honeydew4" , 0x838b83 }, 273 { "lavenderblush1" , 0xfff0f5 }, 274 { "lavenderblush2" , 0xeee0e5 }, 275 { "lavenderblush3" , 0xcdc1c5 }, 276 { "lavenderblush4" , 0x8b8386 }, 277 { "mistyrose1" , 0xffe4e1 }, 278 { "mistyrose2" , 0xeed5d2 }, 279 { "mistyrose3" , 0xcdb7b5 }, 280 { "mistyrose4" , 0x8b7d7b }, 281 { "azure1" , 0xf0ffff }, 282 { "azure2" , 0xe0eeee }, 283 { "azure3" , 0xc1cdcd }, 284 { "azure4" , 0x838b8b }, 285 { "slateblue1" , 0x836fff }, 286 { "slateblue2" , 0x7a67ee }, 287 { "slateblue3" , 0x6959cd }, 288 { "slateblue4" , 0x473c8b }, 289 { "royalblue1" , 0x4876ff }, 290 { "royalblue2" , 0x436eee }, 291 { "royalblue3" , 0x3a5fcd }, 292 { "royalblue4" , 0x27408b }, 293 { "blue1" , 0xff }, 294 { "blue2" , 0xee }, 295 { "blue3" , 0xcd }, 296 { "blue4" , 0x8b }, 297 { "dodgerblue1" , 0x1e90ff }, 298 { "dodgerblue2" , 0x1c86ee }, 299 { "dodgerblue3" , 0x1874cd }, 300 { "dodgerblue4" , 0x104e8b }, 301 { "steelblue1" , 0x63b8ff }, 302 { "steelblue2" , 0x5cacee }, 303 { "steelblue3" , 0x4f94cd }, 304 { "steelblue4" , 0x36648b }, 305 { "deepskyblue1" , 0xbfff }, 306 { "deepskyblue2" , 0xb2ee }, 307 { "deepskyblue3" , 0x9acd }, 308 { "deepskyblue4" , 0x688b }, 309 { "skyblue1" , 0x87ceff }, 310 { "skyblue2" , 0x7ec0ee }, 311 { "skyblue3" , 0x6ca6cd }, 312 { "skyblue4" , 0x4a708b }, 313 { "lightskyblue1" , 0xb0e2ff }, 314 { "lightskyblue2" , 0xa4d3ee }, 315 { "lightskyblue3" , 0x8db6cd }, 316 { "lightskyblue4" , 0x607b8b }, 317 { "slategray1" , 0xc6e2ff }, 318 { "slategray2" , 0xb9d3ee }, 319 { "slategray3" , 0x9fb6cd }, 320 { "slategray4" , 0x6c7b8b }, 321 { "lightsteelblue1" , 0xcae1ff }, 322 { "lightsteelblue2" , 0xbcd2ee }, 323 { "lightsteelblue3" , 0xa2b5cd }, 324 { "lightsteelblue4" , 0x6e7b8b }, 325 { "lightblue1" , 0xbfefff }, 326 { "lightblue2" , 0xb2dfee }, 327 { "lightblue3" , 0x9ac0cd }, 328 { "lightblue4" , 0x68838b }, 329 { "lightcyan1" , 0xe0ffff }, 330 { "lightcyan2" , 0xd1eeee }, 331 { "lightcyan3" , 0xb4cdcd }, 332 { "lightcyan4" , 0x7a8b8b }, 333 { "paleturquoise1" , 0xbbffff }, 334 { "paleturquoise2" , 0xaeeeee }, 335 { "paleturquoise3" , 0x96cdcd }, 336 { "paleturquoise4" , 0x668b8b }, 337 { "cadetblue1" , 0x98f5ff }, 338 { "cadetblue2" , 0x8ee5ee }, 339 { "cadetblue3" , 0x7ac5cd }, 340 { "cadetblue4" , 0x53868b }, 341 { "turquoise1" , 0xf5ff }, 342 { "turquoise2" , 0xe5ee }, 343 { "turquoise3" , 0xc5cd }, 344 { "turquoise4" , 0x868b }, 345 { "cyan1" , 0xffff }, 346 { "cyan2" , 0xeeee }, 347 { "cyan3" , 0xcdcd }, 348 { "cyan4" , 0x8b8b }, 349 { "darkslategray1" , 0x97ffff }, 350 { "darkslategray2" , 0x8deeee }, 351 { "darkslategray3" , 0x79cdcd }, 352 { "darkslategray4" , 0x528b8b }, 353 { "aquamarine1" , 0x7fffd4 }, 354 { "aquamarine2" , 0x76eec6 }, 355 { "aquamarine3" , 0x66cdaa }, 356 { "aquamarine4" , 0x458b74 }, 357 { "darkseagreen1" , 0xc1ffc1 }, 358 { "darkseagreen2" , 0xb4eeb4 }, 359 { "darkseagreen3" , 0x9bcd9b }, 360 { "darkseagreen4" , 0x698b69 }, 361 { "seagreen1" , 0x54ff9f }, 362 { "seagreen2" , 0x4eee94 }, 363 { "seagreen3" , 0x43cd80 }, 364 { "seagreen4" , 0x2e8b57 }, 365 { "palegreen1" , 0x9aff9a }, 366 { "palegreen2" , 0x90ee90 }, 367 { "palegreen3" , 0x7ccd7c }, 368 { "palegreen4" , 0x548b54 }, 369 { "springgreen1" , 0xff7f }, 370 { "springgreen2" , 0xee76 }, 371 { "springgreen3" , 0xcd66 }, 372 { "springgreen4" , 0x8b45 }, 373 { "green1" , 0xff00 }, 374 { "green2" , 0xee00 }, 375 { "green3" , 0xcd00 }, 376 { "green4" , 0x8b00 }, 377 { "chartreuse1" , 0x7fff00 }, 378 { "chartreuse2" , 0x76ee00 }, 379 { "chartreuse3" , 0x66cd00 }, 380 { "chartreuse4" , 0x458b00 }, 381 { "olivedrab1" , 0xc0ff3e }, 382 { "olivedrab2" , 0xb3ee3a }, 383 { "olivedrab3" , 0x9acd32 }, 384 { "olivedrab4" , 0x698b22 }, 385 { "darkolivegreen1" , 0xcaff70 }, 386 { "darkolivegreen2" , 0xbcee68 }, 387 { "darkolivegreen3" , 0xa2cd5a }, 388 { "darkolivegreen4" , 0x6e8b3d }, 389 { "khaki1" , 0xfff68f }, 390 { "khaki2" , 0xeee685 }, 391 { "khaki3" , 0xcdc673 }, 392 { "khaki4" , 0x8b864e }, 393 { "lightgoldenrod1" , 0xffec8b }, 394 { "lightgoldenrod2" , 0xeedc82 }, 395 { "lightgoldenrod3" , 0xcdbe70 }, 396 { "lightgoldenrod4" , 0x8b814c }, 397 { "lightyellow1" , 0xffffe0 }, 398 { "lightyellow2" , 0xeeeed1 }, 399 { "lightyellow3" , 0xcdcdb4 }, 400 { "lightyellow4" , 0x8b8b7a }, 401 { "yellow1" , 0xffff00 }, 402 { "yellow2" , 0xeeee00 }, 403 { "yellow3" , 0xcdcd00 }, 404 { "yellow4" , 0x8b8b00 }, 405 { "gold1" , 0xffd700 }, 406 { "gold2" , 0xeec900 }, 407 { "gold3" , 0xcdad00 }, 408 { "gold4" , 0x8b7500 }, 409 { "goldenrod1" , 0xffc125 }, 410 { "goldenrod2" , 0xeeb422 }, 411 { "goldenrod3" , 0xcd9b1d }, 412 { "goldenrod4" , 0x8b6914 }, 413 { "darkgoldenrod1" , 0xffb90f }, 414 { "darkgoldenrod2" , 0xeead0e }, 415 { "darkgoldenrod3" , 0xcd950c }, 416 { "darkgoldenrod4" , 0x8b6508 }, 417 { "rosybrown1" , 0xffc1c1 }, 418 { "rosybrown2" , 0xeeb4b4 }, 419 { "rosybrown3" , 0xcd9b9b }, 420 { "rosybrown4" , 0x8b6969 }, 421 { "indianred1" , 0xff6a6a }, 422 { "indianred2" , 0xee6363 }, 423 { "indianred3" , 0xcd5555 }, 424 { "indianred4" , 0x8b3a3a }, 425 { "sienna1" , 0xff8247 }, 426 { "sienna2" , 0xee7942 }, 427 { "sienna3" , 0xcd6839 }, 428 { "sienna4" , 0x8b4726 }, 429 { "burlywood1" , 0xffd39b }, 430 { "burlywood2" , 0xeec591 }, 431 { "burlywood3" , 0xcdaa7d }, 432 { "burlywood4" , 0x8b7355 }, 433 { "wheat1" , 0xffe7ba }, 434 { "wheat2" , 0xeed8ae }, 435 { "wheat3" , 0xcdba96 }, 436 { "wheat4" , 0x8b7e66 }, 437 { "tan1" , 0xffa54f }, 438 { "tan2" , 0xee9a49 }, 439 { "tan3" , 0xcd853f }, 440 { "tan4" , 0x8b5a2b }, 441 { "chocolate1" , 0xff7f24 }, 442 { "chocolate2" , 0xee7621 }, 443 { "chocolate3" , 0xcd661d }, 444 { "chocolate4" , 0x8b4513 }, 445 { "firebrick1" , 0xff3030 }, 446 { "firebrick2" , 0xee2c2c }, 447 { "firebrick3" , 0xcd2626 }, 448 { "firebrick4" , 0x8b1a1a }, 449 { "brown1" , 0xff4040 }, 450 { "brown2" , 0xee3b3b }, 451 { "brown3" , 0xcd3333 }, 452 { "brown4" , 0x8b2323 }, 453 { "salmon1" , 0xff8c69 }, 454 { "salmon2" , 0xee8262 }, 455 { "salmon3" , 0xcd7054 }, 456 { "salmon4" , 0x8b4c39 }, 457 { "lightsalmon1" , 0xffa07a }, 458 { "lightsalmon2" , 0xee9572 }, 459 { "lightsalmon3" , 0xcd8162 }, 460 { "lightsalmon4" , 0x8b5742 }, 461 { "orange1" , 0xffa500 }, 462 { "orange2" , 0xee9a00 }, 463 { "orange3" , 0xcd8500 }, 464 { "orange4" , 0x8b5a00 }, 465 { "darkorange1" , 0xff7f00 }, 466 { "darkorange2" , 0xee7600 }, 467 { "darkorange3" , 0xcd6600 }, 468 { "darkorange4" , 0x8b4500 }, 469 { "coral1" , 0xff7256 }, 470 { "coral2" , 0xee6a50 }, 471 { "coral3" , 0xcd5b45 }, 472 { "coral4" , 0x8b3e2f }, 473 { "tomato1" , 0xff6347 }, 474 { "tomato2" , 0xee5c42 }, 475 { "tomato3" , 0xcd4f39 }, 476 { "tomato4" , 0x8b3626 }, 477 { "orangered1" , 0xff4500 }, 478 { "orangered2" , 0xee4000 }, 479 { "orangered3" , 0xcd3700 }, 480 { "orangered4" , 0x8b2500 }, 481 { "red1" , 0xff0000 }, 482 { "red2" , 0xee0000 }, 483 { "red3" , 0xcd0000 }, 484 { "red4" , 0x8b0000 }, 485 { "deeppink1" , 0xff1493 }, 486 { "deeppink2" , 0xee1289 }, 487 { "deeppink3" , 0xcd1076 }, 488 { "deeppink4" , 0x8b0a50 }, 489 { "hotpink1" , 0xff6eb4 }, 490 { "hotpink2" , 0xee6aa7 }, 491 { "hotpink3" , 0xcd6090 }, 492 { "hotpink4" , 0x8b3a62 }, 493 { "pink1" , 0xffb5c5 }, 494 { "pink2" , 0xeea9b8 }, 495 { "pink3" , 0xcd919e }, 496 { "pink4" , 0x8b636c }, 497 { "lightpink1" , 0xffaeb9 }, 498 { "lightpink2" , 0xeea2ad }, 499 { "lightpink3" , 0xcd8c95 }, 500 { "lightpink4" , 0x8b5f65 }, 501 { "palevioletred1" , 0xff82ab }, 502 { "palevioletred2" , 0xee799f }, 503 { "palevioletred3" , 0xcd6889 }, 504 { "palevioletred4" , 0x8b475d }, 505 { "maroon1" , 0xff34b3 }, 506 { "maroon2" , 0xee30a7 }, 507 { "maroon3" , 0xcd2990 }, 508 { "maroon4" , 0x8b1c62 }, 509 { "violetred1" , 0xff3e96 }, 510 { "violetred2" , 0xee3a8c }, 511 { "violetred3" , 0xcd3278 }, 512 { "violetred4" , 0x8b2252 }, 513 { "magenta1" , 0xff00ff }, 514 { "magenta2" , 0xee00ee }, 515 { "magenta3" , 0xcd00cd }, 516 { "magenta4" , 0x8b008b }, 517 { "orchid1" , 0xff83fa }, 518 { "orchid2" , 0xee7ae9 }, 519 { "orchid3" , 0xcd69c9 }, 520 { "orchid4" , 0x8b4789 }, 521 { "plum1" , 0xffbbff }, 522 { "plum2" , 0xeeaeee }, 523 { "plum3" , 0xcd96cd }, 524 { "plum4" , 0x8b668b }, 525 { "mediumorchid1" , 0xe066ff }, 526 { "mediumorchid2" , 0xd15fee }, 527 { "mediumorchid3" , 0xb452cd }, 528 { "mediumorchid4" , 0x7a378b }, 529 { "darkorchid1" , 0xbf3eff }, 530 { "darkorchid2" , 0xb23aee }, 531 { "darkorchid3" , 0x9a32cd }, 532 { "darkorchid4" , 0x68228b }, 533 { "purple1" , 0x9b30ff }, 534 { "purple2" , 0x912cee }, 535 { "purple3" , 0x7d26cd }, 536 { "purple4" , 0x551a8b }, 537 { "mediumpurple1" , 0xab82ff }, 538 { "mediumpurple2" , 0x9f79ee }, 539 { "mediumpurple3" , 0x8968cd }, 540 { "mediumpurple4" , 0x5d478b }, 541 { "thistle1" , 0xffe1ff }, 542 { "thistle2" , 0xeed2ee }, 543 { "thistle3" , 0xcdb5cd }, 544 { "thistle4" , 0x8b7b8b }, 545 { "gray0" , 0x0 }, 546 { "grey0" , 0x0 }, 547 { "gray1" , 0x30303 }, 548 { "grey1" , 0x30303 }, 549 { "gray2" , 0x50505 }, 550 { "grey2" , 0x50505 }, 551 { "gray3" , 0x80808 }, 552 { "grey3" , 0x80808 }, 553 { "gray4" , 0xa0a0a }, 554 { "grey4" , 0xa0a0a }, 555 { "gray5" , 0xd0d0d }, 556 { "grey5" , 0xd0d0d }, 557 { "gray6" , 0xf0f0f }, 558 { "grey6" , 0xf0f0f }, 559 { "gray7" , 0x121212 }, 560 { "grey7" , 0x121212 }, 561 { "gray8" , 0x141414 }, 562 { "grey8" , 0x141414 }, 563 { "gray9" , 0x171717 }, 564 { "grey9" , 0x171717 }, 565 { "gray10" , 0x1a1a1a }, 566 { "grey10" , 0x1a1a1a }, 567 { "gray11" , 0x1c1c1c }, 568 { "grey11" , 0x1c1c1c }, 569 { "gray12" , 0x1f1f1f }, 570 { "grey12" , 0x1f1f1f }, 571 { "gray13" , 0x212121 }, 572 { "grey13" , 0x212121 }, 573 { "gray14" , 0x242424 }, 574 { "grey14" , 0x242424 }, 575 { "gray15" , 0x262626 }, 576 { "grey15" , 0x262626 }, 577 { "gray16" , 0x292929 }, 578 { "grey16" , 0x292929 }, 579 { "gray17" , 0x2b2b2b }, 580 { "grey17" , 0x2b2b2b }, 581 { "gray18" , 0x2e2e2e }, 582 { "grey18" , 0x2e2e2e }, 583 { "gray19" , 0x303030 }, 584 { "grey19" , 0x303030 }, 585 { "gray20" , 0x333333 }, 586 { "grey20" , 0x333333 }, 587 { "gray21" , 0x363636 }, 588 { "grey21" , 0x363636 }, 589 { "gray22" , 0x383838 }, 590 { "grey22" , 0x383838 }, 591 { "gray23" , 0x3b3b3b }, 592 { "grey23" , 0x3b3b3b }, 593 { "gray24" , 0x3d3d3d }, 594 { "grey24" , 0x3d3d3d }, 595 { "gray25" , 0x404040 }, 596 { "grey25" , 0x404040 }, 597 { "gray26" , 0x424242 }, 598 { "grey26" , 0x424242 }, 599 { "gray27" , 0x454545 }, 600 { "grey27" , 0x454545 }, 601 { "gray28" , 0x474747 }, 602 { "grey28" , 0x474747 }, 603 { "gray29" , 0x4a4a4a }, 604 { "grey29" , 0x4a4a4a }, 605 { "gray30" , 0x4d4d4d }, 606 { "grey30" , 0x4d4d4d }, 607 { "gray31" , 0x4f4f4f }, 608 { "grey31" , 0x4f4f4f }, 609 { "gray32" , 0x525252 }, 610 { "grey32" , 0x525252 }, 611 { "gray33" , 0x545454 }, 612 { "grey33" , 0x545454 }, 613 { "gray34" , 0x575757 }, 614 { "grey34" , 0x575757 }, 615 { "gray35" , 0x595959 }, 616 { "grey35" , 0x595959 }, 617 { "gray36" , 0x5c5c5c }, 618 { "grey36" , 0x5c5c5c }, 619 { "gray37" , 0x5e5e5e }, 620 { "grey37" , 0x5e5e5e }, 621 { "gray38" , 0x616161 }, 622 { "grey38" , 0x616161 }, 623 { "gray39" , 0x636363 }, 624 { "grey39" , 0x636363 }, 625 { "gray40" , 0x666666 }, 626 { "grey40" , 0x666666 }, 627 { "gray41" , 0x696969 }, 628 { "grey41" , 0x696969 }, 629 { "gray42" , 0x6b6b6b }, 630 { "grey42" , 0x6b6b6b }, 631 { "gray43" , 0x6e6e6e }, 632 { "grey43" , 0x6e6e6e }, 633 { "gray44" , 0x707070 }, 634 { "grey44" , 0x707070 }, 635 { "gray45" , 0x737373 }, 636 { "grey45" , 0x737373 }, 637 { "gray46" , 0x757575 }, 638 { "grey46" , 0x757575 }, 639 { "gray47" , 0x787878 }, 640 { "grey47" , 0x787878 }, 641 { "gray48" , 0x7a7a7a }, 642 { "grey48" , 0x7a7a7a }, 643 { "gray49" , 0x7d7d7d }, 644 { "grey49" , 0x7d7d7d }, 645 { "gray50" , 0x7f7f7f }, 646 { "grey50" , 0x7f7f7f }, 647 { "gray51" , 0x828282 }, 648 { "grey51" , 0x828282 }, 649 { "gray52" , 0x858585 }, 650 { "grey52" , 0x858585 }, 651 { "gray53" , 0x878787 }, 652 { "grey53" , 0x878787 }, 653 { "gray54" , 0x8a8a8a }, 654 { "grey54" , 0x8a8a8a }, 655 { "gray55" , 0x8c8c8c }, 656 { "grey55" , 0x8c8c8c }, 657 { "gray56" , 0x8f8f8f }, 658 { "grey56" , 0x8f8f8f }, 659 { "gray57" , 0x919191 }, 660 { "grey57" , 0x919191 }, 661 { "gray58" , 0x949494 }, 662 { "grey58" , 0x949494 }, 663 { "gray59" , 0x969696 }, 664 { "grey59" , 0x969696 }, 665 { "gray60" , 0x999999 }, 666 { "grey60" , 0x999999 }, 667 { "gray61" , 0x9c9c9c }, 668 { "grey61" , 0x9c9c9c }, 669 { "gray62" , 0x9e9e9e }, 670 { "grey62" , 0x9e9e9e }, 671 { "gray63" , 0xa1a1a1 }, 672 { "grey63" , 0xa1a1a1 }, 673 { "gray64" , 0xa3a3a3 }, 674 { "grey64" , 0xa3a3a3 }, 675 { "gray65" , 0xa6a6a6 }, 676 { "grey65" , 0xa6a6a6 }, 677 { "gray66" , 0xa8a8a8 }, 678 { "grey66" , 0xa8a8a8 }, 679 { "gray67" , 0xababab }, 680 { "grey67" , 0xababab }, 681 { "gray68" , 0xadadad }, 682 { "grey68" , 0xadadad }, 683 { "gray69" , 0xb0b0b0 }, 684 { "grey69" , 0xb0b0b0 }, 685 { "gray70" , 0xb3b3b3 }, 686 { "grey70" , 0xb3b3b3 }, 687 { "gray71" , 0xb5b5b5 }, 688 { "grey71" , 0xb5b5b5 }, 689 { "gray72" , 0xb8b8b8 }, 690 { "grey72" , 0xb8b8b8 }, 691 { "gray73" , 0xbababa }, 692 { "grey73" , 0xbababa }, 693 { "gray74" , 0xbdbdbd }, 694 { "grey74" , 0xbdbdbd }, 695 { "gray75" , 0xbfbfbf }, 696 { "grey75" , 0xbfbfbf }, 697 { "gray76" , 0xc2c2c2 }, 698 { "grey76" , 0xc2c2c2 }, 699 { "gray77" , 0xc4c4c4 }, 700 { "grey77" , 0xc4c4c4 }, 701 { "gray78" , 0xc7c7c7 }, 702 { "grey78" , 0xc7c7c7 }, 703 { "gray79" , 0xc9c9c9 }, 704 { "grey79" , 0xc9c9c9 }, 705 { "gray80" , 0xcccccc }, 706 { "grey80" , 0xcccccc }, 707 { "gray81" , 0xcfcfcf }, 708 { "grey81" , 0xcfcfcf }, 709 { "gray82" , 0xd1d1d1 }, 710 { "grey82" , 0xd1d1d1 }, 711 { "gray83" , 0xd4d4d4 }, 712 { "grey83" , 0xd4d4d4 }, 713 { "gray84" , 0xd6d6d6 }, 714 { "grey84" , 0xd6d6d6 }, 715 { "gray85" , 0xd9d9d9 }, 716 { "grey85" , 0xd9d9d9 }, 717 { "gray86" , 0xdbdbdb }, 718 { "grey86" , 0xdbdbdb }, 719 { "gray87" , 0xdedede }, 720 { "grey87" , 0xdedede }, 721 { "gray88" , 0xe0e0e0 }, 722 { "grey88" , 0xe0e0e0 }, 723 { "gray89" , 0xe3e3e3 }, 724 { "grey89" , 0xe3e3e3 }, 725 { "gray90" , 0xe5e5e5 }, 726 { "grey90" , 0xe5e5e5 }, 727 { "gray91" , 0xe8e8e8 }, 728 { "grey91" , 0xe8e8e8 }, 729 { "gray92" , 0xebebeb }, 730 { "grey92" , 0xebebeb }, 731 { "gray93" , 0xededed }, 732 { "grey93" , 0xededed }, 733 { "gray94" , 0xf0f0f0 }, 734 { "grey94" , 0xf0f0f0 }, 735 { "gray95" , 0xf2f2f2 }, 736 { "grey95" , 0xf2f2f2 }, 737 { "gray96" , 0xf5f5f5 }, 738 { "grey96" , 0xf5f5f5 }, 739 { "gray97" , 0xf7f7f7 }, 740 { "grey97" , 0xf7f7f7 }, 741 { "gray98" , 0xfafafa }, 742 { "grey98" , 0xfafafa }, 743 { "gray99" , 0xfcfcfc }, 744 { "grey99" , 0xfcfcfc }, 745 { "gray100" , 0xffffff }, 746 { "grey100" , 0xffffff }, 747 { "dark grey" , 0xa9a9a9 }, 748 { "darkgrey" , 0xa9a9a9 }, 749 { "dark gray" , 0xa9a9a9 }, 750 { "darkgray" , 0xa9a9a9 }, 751 { "dark blue" , 0x8b }, 752 { "darkblue" , 0x8b }, 753 { "dark cyan" , 0x8b8b }, 754 { "darkcyan" , 0x8b8b }, 755 { "dark magenta" , 0x8b008b }, 756 { "darkmagenta" , 0x8b008b }, 757 { "dark red" , 0x8b0000 }, 758 { "darkred" , 0x8b0000 }, 759 { "light green" , 0x90ee90 }, 760 { "lightgreen" , 0x90ee90 }, 761 { "none", -1 }, 762 { 0, 0 } 763 };