Created
September 2, 2013 13:13
-
-
Save stqism/6412723 to your computer and use it in GitHub Desktop.
Turning a list of hex values in to curses color defines, powered by python. Note: This is an absolutely horrible thing to do
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define COLOR_B0171F 0 | |
#define COLOR_DC143C 1 | |
#define COLOR_FFB6C1 2 | |
#define COLOR_FFAEB9 3 | |
#define COLOR_EEA2AD 4 | |
#define COLOR_CD8C95 5 | |
#define COLOR_8B5F65 6 | |
#define COLOR_FFC0CB 7 | |
#define COLOR_FFB5C5 8 | |
#define COLOR_EEA9B8 9 | |
#define COLOR_CD919E 10 | |
#define COLOR_8B636C 11 | |
#define COLOR_DB7093 12 | |
#define COLOR_FF82AB 13 | |
#define COLOR_EE799F 14 | |
#define COLOR_CD6889 15 | |
#define COLOR_8B475D 16 | |
#define COLOR_FFF0F5 17 | |
#define COLOR_EEE0E5 18 | |
#define COLOR_CDC1C5 19 | |
#define COLOR_8B8386 20 | |
#define COLOR_FF3E96 21 | |
#define COLOR_EE3A8C 22 | |
#define COLOR_CD3278 23 | |
#define COLOR_8B2252 24 | |
#define COLOR_FF69B4 25 | |
#define COLOR_FF6EB4 26 | |
#define COLOR_EE6AA7 27 | |
#define COLOR_CD6090 28 | |
#define COLOR_8B3A62 29 | |
#define COLOR_872657 30 | |
#define COLOR_FF1493 31 | |
#define COLOR_EE1289 32 | |
#define COLOR_CD1076 33 | |
#define COLOR_8B0A50 34 | |
#define COLOR_FF34B3 35 | |
#define COLOR_EE30A7 36 | |
#define COLOR_CD2990 37 | |
#define COLOR_8B1C62 38 | |
#define COLOR_C71585 39 | |
#define COLOR_D02090 40 | |
#define COLOR_DA70D6 41 | |
#define COLOR_FF83FA 42 | |
#define COLOR_EE7AE9 43 | |
#define COLOR_CD69C9 44 | |
#define COLOR_8B4789 45 | |
#define COLOR_D8BFD8 46 | |
#define COLOR_FFE1FF 47 | |
#define COLOR_EED2EE 48 | |
#define COLOR_CDB5CD 49 | |
#define COLOR_8B7B8B 50 | |
#define COLOR_FFBBFF 51 | |
#define COLOR_EEAEEE 52 | |
#define COLOR_CD96CD 53 | |
#define COLOR_8B668B 54 | |
#define COLOR_DDA0DD 55 | |
#define COLOR_EE82EE 56 | |
#define COLOR_FF00FF 57 | |
#define COLOR_EE00EE 58 | |
#define COLOR_CD00CD 59 | |
#define COLOR_8B008B 60 | |
#define COLOR_800080 61 | |
#define COLOR_BA55D3 62 | |
#define COLOR_E066FF 63 | |
#define COLOR_D15FEE 64 | |
#define COLOR_B452CD 65 | |
#define COLOR_7A378B 66 | |
#define COLOR_9400D3 67 | |
#define COLOR_9932CC 68 | |
#define COLOR_BF3EFF 69 | |
#define COLOR_B23AEE 70 | |
#define COLOR_9A32CD 71 | |
#define COLOR_68228B 72 | |
#define COLOR_4B0082 73 | |
#define COLOR_8A2BE2 74 | |
#define COLOR_9B30FF 75 | |
#define COLOR_912CEE 76 | |
#define COLOR_7D26CD 77 | |
#define COLOR_551A8B 78 | |
#define COLOR_9370DB 79 | |
#define COLOR_AB82FF 80 | |
#define COLOR_9F79EE 81 | |
#define COLOR_8968CD 82 | |
#define COLOR_5D478B 83 | |
#define COLOR_483D8B 84 | |
#define COLOR_8470FF 85 | |
#define COLOR_7B68EE 86 | |
#define COLOR_6A5ACD 87 | |
#define COLOR_836FFF 88 | |
#define COLOR_7A67EE 89 | |
#define COLOR_6959CD 90 | |
#define COLOR_473C8B 91 | |
#define COLOR_F8F8FF 92 | |
#define COLOR_E6E6FA 93 | |
#define COLOR_0000FF 94 | |
#define COLOR_0000EE 95 | |
#define COLOR_0000CD 96 | |
#define COLOR_00008B 97 | |
#define COLOR_000080 98 | |
#define COLOR_191970 99 | |
#define COLOR_3D59AB 100 | |
#define COLOR_4169E1 101 | |
#define COLOR_4876FF 102 | |
#define COLOR_436EEE 103 | |
#define COLOR_3A5FCD 104 | |
#define COLOR_27408B 105 | |
#define COLOR_6495ED 106 | |
#define COLOR_B0C4DE 107 | |
#define COLOR_CAE1FF 108 | |
#define COLOR_BCD2EE 109 | |
#define COLOR_A2B5CD 110 | |
#define COLOR_6E7B8B 111 | |
#define COLOR_778899 112 | |
#define COLOR_708090 113 | |
#define COLOR_C6E2FF 114 | |
#define COLOR_B9D3EE 115 | |
#define COLOR_9FB6CD 116 | |
#define COLOR_6C7B8B 117 | |
#define COLOR_1E90FF 118 | |
#define COLOR_1C86EE 119 | |
#define COLOR_1874CD 120 | |
#define COLOR_104E8B 121 | |
#define COLOR_F0F8FF 122 | |
#define COLOR_4682B4 123 | |
#define COLOR_63B8FF 124 | |
#define COLOR_5CACEE 125 | |
#define COLOR_4F94CD 126 | |
#define COLOR_36648B 127 | |
#define COLOR_87CEFA 128 | |
#define COLOR_B0E2FF 129 | |
#define COLOR_A4D3EE 130 | |
#define COLOR_8DB6CD 131 | |
#define COLOR_607B8B 132 | |
#define COLOR_87CEFF 133 | |
#define COLOR_7EC0EE 134 | |
#define COLOR_6CA6CD 135 | |
#define COLOR_4A708B 136 | |
#define COLOR_87CEEB 137 | |
#define COLOR_00BFFF 138 | |
#define COLOR_00B2EE 139 | |
#define COLOR_009ACD 140 | |
#define COLOR_00688B 141 | |
#define COLOR_33A1C9 142 | |
#define COLOR_ADD8E6 143 | |
#define COLOR_BFEFFF 144 | |
#define COLOR_B2DFEE 145 | |
#define COLOR_9AC0CD 146 | |
#define COLOR_68838B 147 | |
#define COLOR_B0E0E6 148 | |
#define COLOR_98F5FF 149 | |
#define COLOR_8EE5EE 150 | |
#define COLOR_7AC5CD 151 | |
#define COLOR_53868B 152 | |
#define COLOR_00F5FF 153 | |
#define COLOR_00E5EE 154 | |
#define COLOR_00C5CD 155 | |
#define COLOR_00868B 156 | |
#define COLOR_5F9EA0 157 | |
#define COLOR_00CED1 158 | |
#define COLOR_F0FFFF 159 | |
#define COLOR_E0EEEE 160 | |
#define COLOR_C1CDCD 161 | |
#define COLOR_838B8B 162 | |
#define COLOR_E0FFFF 163 | |
#define COLOR_D1EEEE 164 | |
#define COLOR_B4CDCD 165 | |
#define COLOR_7A8B8B 166 | |
#define COLOR_BBFFFF 167 | |
#define COLOR_AEEEEE 168 | |
#define COLOR_96CDCD 169 | |
#define COLOR_668B8B 170 | |
#define COLOR_2F4F4F 171 | |
#define COLOR_97FFFF 172 | |
#define COLOR_8DEEEE 173 | |
#define COLOR_79CDCD 174 | |
#define COLOR_528B8B 175 | |
#define COLOR_00FFFF 176 | |
#define COLOR_00EEEE 177 | |
#define COLOR_00CDCD 178 | |
#define COLOR_008B8B 179 | |
#define COLOR_008080 180 | |
#define COLOR_48D1CC 181 | |
#define COLOR_20B2AA 182 | |
#define COLOR_03A89E 183 | |
#define COLOR_40E0D0 184 | |
#define COLOR_808A87 185 | |
#define COLOR_00C78C 186 | |
#define COLOR_7FFFD4 187 | |
#define COLOR_76EEC6 188 | |
#define COLOR_66CDAA 189 | |
#define COLOR_458B74 190 | |
#define COLOR_00FA9A 191 | |
#define COLOR_F5FFFA 192 | |
#define COLOR_00FF7F 193 | |
#define COLOR_00EE76 194 | |
#define COLOR_00CD66 195 | |
#define COLOR_008B45 196 | |
#define COLOR_3CB371 197 | |
#define COLOR_54FF9F 198 | |
#define COLOR_4EEE94 199 | |
#define COLOR_43CD80 200 | |
#define COLOR_2E8B57 201 | |
#define COLOR_00C957 202 | |
#define COLOR_BDFCC9 203 | |
#define COLOR_3D9140 204 | |
#define COLOR_F0FFF0 205 | |
#define COLOR_E0EEE0 206 | |
#define COLOR_C1CDC1 207 | |
#define COLOR_838B83 208 | |
#define COLOR_8FBC8F 209 | |
#define COLOR_C1FFC1 210 | |
#define COLOR_B4EEB4 211 | |
#define COLOR_9BCD9B 212 | |
#define COLOR_698B69 213 | |
#define COLOR_98FB98 214 | |
#define COLOR_9AFF9A 215 | |
#define COLOR_90EE90 216 | |
#define COLOR_7CCD7C 217 | |
#define COLOR_548B54 218 | |
#define COLOR_32CD32 219 | |
#define COLOR_228B22 220 | |
#define COLOR_00FF00 221 | |
#define COLOR_00EE00 222 | |
#define COLOR_00CD00 223 | |
#define COLOR_008B00 224 | |
#define COLOR_008000 225 | |
#define COLOR_006400 226 | |
#define COLOR_308014 227 | |
#define COLOR_7CFC00 228 | |
#define COLOR_7FFF00 229 | |
#define COLOR_76EE00 230 | |
#define COLOR_66CD00 231 | |
#define COLOR_458B00 232 | |
#define COLOR_ADFF2F 233 | |
#define COLOR_CAFF70 234 | |
#define COLOR_BCEE68 235 | |
#define COLOR_A2CD5A 236 | |
#define COLOR_6E8B3D 237 | |
#define COLOR_556B2F 238 | |
#define COLOR_6B8E23 239 | |
#define COLOR_C0FF3E 240 | |
#define COLOR_B3EE3A 241 | |
#define COLOR_9ACD32 242 | |
#define COLOR_698B22 243 | |
#define COLOR_FFFFF0 244 | |
#define COLOR_EEEEE0 245 | |
#define COLOR_CDCDC1 246 | |
#define COLOR_8B8B83 247 | |
#define COLOR_F5F5DC 248 | |
#define COLOR_FFFFE0 249 | |
#define COLOR_EEEED1 250 | |
#define COLOR_CDCDB4 251 | |
#define COLOR_8B8B7A 252 | |
#define COLOR_FAFAD2 253 | |
#define COLOR_FFFF00 254 | |
#define COLOR_EEEE00 255 | |
#define COLOR_CDCD00 256 | |
#define COLOR_8B8B00 257 | |
#define COLOR_808069 258 | |
#define COLOR_808000 259 | |
#define COLOR_BDB76B 260 | |
#define COLOR_FFF68F 261 | |
#define COLOR_EEE685 262 | |
#define COLOR_CDC673 263 | |
#define COLOR_8B864E 264 | |
#define COLOR_F0E68C 265 | |
#define COLOR_EEE8AA 266 | |
#define COLOR_FFFACD 267 | |
#define COLOR_EEE9BF 268 | |
#define COLOR_CDC9A5 269 | |
#define COLOR_8B8970 270 | |
#define COLOR_FFEC8B 271 | |
#define COLOR_EEDC82 272 | |
#define COLOR_CDBE70 273 | |
#define COLOR_8B814C 274 | |
#define COLOR_E3CF57 275 | |
#define COLOR_FFD700 276 | |
#define COLOR_EEC900 277 | |
#define COLOR_CDAD00 278 | |
#define COLOR_8B7500 279 | |
#define COLOR_FFF8DC 280 | |
#define COLOR_EEE8CD 281 | |
#define COLOR_CDC8B1 282 | |
#define COLOR_8B8878 283 | |
#define COLOR_DAA520 284 | |
#define COLOR_FFC125 285 | |
#define COLOR_EEB422 286 | |
#define COLOR_CD9B1D 287 | |
#define COLOR_8B6914 288 | |
#define COLOR_B8860B 289 | |
#define COLOR_FFB90F 290 | |
#define COLOR_EEAD0E 291 | |
#define COLOR_CD950C 292 | |
#define COLOR_8B6508 293 | |
#define COLOR_FFA500 294 | |
#define COLOR_EE9A00 295 | |
#define COLOR_CD8500 296 | |
#define COLOR_8B5A00 297 | |
#define COLOR_FFFAF0 298 | |
#define COLOR_FDF5E6 299 | |
#define COLOR_F5DEB3 300 | |
#define COLOR_FFE7BA 301 | |
#define COLOR_EED8AE 302 | |
#define COLOR_CDBA96 303 | |
#define COLOR_8B7E66 304 | |
#define COLOR_FFE4B5 305 | |
#define COLOR_FFEFD5 306 | |
#define COLOR_FFEBCD 307 | |
#define COLOR_FFDEAD 308 | |
#define COLOR_EECFA1 309 | |
#define COLOR_CDB38B 310 | |
#define COLOR_8B795E 311 | |
#define COLOR_FCE6C9 312 | |
#define COLOR_D2B48C 313 | |
#define COLOR_9C661F 314 | |
#define COLOR_FF9912 315 | |
#define COLOR_FAEBD7 316 | |
#define COLOR_FFEFDB 317 | |
#define COLOR_EEDFCC 318 | |
#define COLOR_CDC0B0 319 | |
#define COLOR_8B8378 320 | |
#define COLOR_DEB887 321 | |
#define COLOR_FFD39B 322 | |
#define COLOR_EEC591 323 | |
#define COLOR_CDAA7D 324 | |
#define COLOR_8B7355 325 | |
#define COLOR_FFE4C4 326 | |
#define COLOR_EED5B7 327 | |
#define COLOR_CDB79E 328 | |
#define COLOR_8B7D6B 329 | |
#define COLOR_E3A869 330 | |
#define COLOR_ED9121 331 | |
#define COLOR_FF8C00 332 | |
#define COLOR_FF7F00 333 | |
#define COLOR_EE7600 334 | |
#define COLOR_CD6600 335 | |
#define COLOR_8B4500 336 | |
#define COLOR_FF8000 337 | |
#define COLOR_FFA54F 338 | |
#define COLOR_EE9A49 339 | |
#define COLOR_CD853F 340 | |
#define COLOR_8B5A2B 341 | |
#define COLOR_FAF0E6 342 | |
#define COLOR_FFDAB9 343 | |
#define COLOR_EECBAD 344 | |
#define COLOR_CDAF95 345 | |
#define COLOR_8B7765 346 | |
#define COLOR_FFF5EE 347 | |
#define COLOR_EEE5DE 348 | |
#define COLOR_CDC5BF 349 | |
#define COLOR_8B8682 350 | |
#define COLOR_F4A460 351 | |
#define COLOR_C76114 352 | |
#define COLOR_D2691E 353 | |
#define COLOR_FF7F24 354 | |
#define COLOR_EE7621 355 | |
#define COLOR_CD661D 356 | |
#define COLOR_8B4513 357 | |
#define COLOR_292421 358 | |
#define COLOR_FF7D40 359 | |
#define COLOR_FF6103 360 | |
#define COLOR_8A360F 361 | |
#define COLOR_A0522D 362 | |
#define COLOR_FF8247 363 | |
#define COLOR_EE7942 364 | |
#define COLOR_CD6839 365 | |
#define COLOR_8B4726 366 | |
#define COLOR_FFA07A 367 | |
#define COLOR_EE9572 368 | |
#define COLOR_CD8162 369 | |
#define COLOR_8B5742 370 | |
#define COLOR_FF7F50 371 | |
#define COLOR_FF4500 372 | |
#define COLOR_EE4000 373 | |
#define COLOR_CD3700 374 | |
#define COLOR_8B2500 375 | |
#define COLOR_5E2612 376 | |
#define COLOR_E9967A 377 | |
#define COLOR_FF8C69 378 | |
#define COLOR_EE8262 379 | |
#define COLOR_CD7054 380 | |
#define COLOR_8B4C39 381 | |
#define COLOR_FF7256 382 | |
#define COLOR_EE6A50 383 | |
#define COLOR_CD5B45 384 | |
#define COLOR_8B3E2F 385 | |
#define COLOR_8A3324 386 | |
#define COLOR_FF6347 387 | |
#define COLOR_EE5C42 388 | |
#define COLOR_CD4F39 389 | |
#define COLOR_8B3626 390 | |
#define COLOR_FA8072 391 | |
#define COLOR_FFE4E1 392 | |
#define COLOR_EED5D2 393 | |
#define COLOR_CDB7B5 394 | |
#define COLOR_8B7D7B 395 | |
#define COLOR_FFFAFA 396 | |
#define COLOR_EEE9E9 397 | |
#define COLOR_CDC9C9 398 | |
#define COLOR_8B8989 399 | |
#define COLOR_BC8F8F 400 | |
#define COLOR_FFC1C1 401 | |
#define COLOR_EEB4B4 402 | |
#define COLOR_CD9B9B 403 | |
#define COLOR_8B6969 404 | |
#define COLOR_F08080 405 | |
#define COLOR_CD5C5C 406 | |
#define COLOR_FF6A6A 407 | |
#define COLOR_EE6363 408 | |
#define COLOR_8B3A3A 409 | |
#define COLOR_CD5555 410 | |
#define COLOR_A52A2A 411 | |
#define COLOR_FF4040 412 | |
#define COLOR_EE3B3B 413 | |
#define COLOR_CD3333 414 | |
#define COLOR_8B2323 415 | |
#define COLOR_B22222 416 | |
#define COLOR_FF3030 417 | |
#define COLOR_EE2C2C 418 | |
#define COLOR_CD2626 419 | |
#define COLOR_8B1A1A 420 | |
#define COLOR_FF0000 421 | |
#define COLOR_EE0000 422 | |
#define COLOR_CD0000 423 | |
#define COLOR_8B0000 424 | |
#define COLOR_800000 425 | |
#define COLOR_8E388E 426 | |
#define COLOR_7171C6 427 | |
#define COLOR_7D9EC0 428 | |
#define COLOR_388E8E 429 | |
#define COLOR_71C671 430 | |
#define COLOR_8E8E38 431 | |
#define COLOR_C5C1AA 432 | |
#define COLOR_C67171 433 | |
#define COLOR_555555 434 | |
#define COLOR_1E1E1E 435 | |
#define COLOR_282828 436 | |
#define COLOR_515151 437 | |
#define COLOR_5B5B5B 438 | |
#define COLOR_848484 439 | |
#define COLOR_8E8E8E 440 | |
#define COLOR_AAAAAA 441 | |
#define COLOR_B7B7B7 442 | |
#define COLOR_C1C1C1 443 | |
#define COLOR_EAEAEA 444 | |
#define COLOR_F4F4F4 445 | |
#define COLOR_FFFFFF 446 | |
#define COLOR_F5F5F5 447 | |
#define COLOR_DCDCDC 448 | |
#define COLOR_D3D3D3 449 | |
#define COLOR_C0C0C0 450 | |
#define COLOR_A9A9A9 451 | |
#define COLOR_808080 452 | |
#define COLOR_696969 453 | |
#define COLOR_000000 454 | |
#define COLOR_FCFCFC 455 | |
#define COLOR_FAFAFA 456 | |
#define COLOR_F7F7F7 457 | |
#define COLOR_F5F5F5 458 | |
#define COLOR_F2F2F2 459 | |
#define COLOR_F0F0F0 460 | |
#define COLOR_EDEDED 461 | |
#define COLOR_EBEBEB 462 | |
#define COLOR_E8E8E8 463 | |
#define COLOR_E5E5E5 464 | |
#define COLOR_E3E3E3 465 | |
#define COLOR_E0E0E0 466 | |
#define COLOR_DEDEDE 467 | |
#define COLOR_DBDBDB 468 | |
#define COLOR_D9D9D9 469 | |
#define COLOR_D6D6D6 470 | |
#define COLOR_D4D4D4 471 | |
#define COLOR_D1D1D1 472 | |
#define COLOR_CFCFCF 473 | |
#define COLOR_CCCCCC 474 | |
#define COLOR_C9C9C9 475 | |
#define COLOR_C7C7C7 476 | |
#define COLOR_C4C4C4 477 | |
#define COLOR_C2C2C2 478 | |
#define COLOR_BFBFBF 479 | |
#define COLOR_BDBDBD 480 | |
#define COLOR_BABABA 481 | |
#define COLOR_B8B8B8 482 | |
#define COLOR_B5B5B5 483 | |
#define COLOR_B3B3B3 484 | |
#define COLOR_B0B0B0 485 | |
#define COLOR_ADADAD 486 | |
#define COLOR_ABABAB 487 | |
#define COLOR_A8A8A8 488 | |
#define COLOR_A6A6A6 489 | |
#define COLOR_A3A3A3 490 | |
#define COLOR_A1A1A1 491 | |
#define COLOR_9E9E9E 492 | |
#define COLOR_9C9C9C 493 | |
#define COLOR_999999 494 | |
#define COLOR_969696 495 | |
#define COLOR_949494 496 | |
#define COLOR_919191 497 | |
#define COLOR_8F8F8F 498 | |
#define COLOR_8C8C8C 499 | |
#define COLOR_8A8A8A 500 | |
#define COLOR_878787 501 | |
#define COLOR_858585 502 | |
#define COLOR_828282 503 | |
#define COLOR_7F7F7F 504 | |
#define COLOR_7D7D7D 505 | |
#define COLOR_7A7A7A 506 | |
#define COLOR_787878 507 | |
#define COLOR_757575 508 | |
#define COLOR_737373 509 | |
#define COLOR_707070 510 | |
#define COLOR_6E6E6E 511 | |
#define COLOR_6B6B6B 512 | |
#define COLOR_696969 513 | |
#define COLOR_666666 514 | |
#define COLOR_636363 515 | |
#define COLOR_616161 516 | |
#define COLOR_5E5E5E 517 | |
#define COLOR_5C5C5C 518 | |
#define COLOR_595959 519 | |
#define COLOR_575757 520 | |
#define COLOR_545454 521 | |
#define COLOR_525252 522 | |
#define COLOR_4F4F4F 523 | |
#define COLOR_4D4D4D 524 | |
#define COLOR_4A4A4A 525 | |
#define COLOR_474747 526 | |
#define COLOR_454545 527 | |
#define COLOR_424242 528 | |
#define COLOR_404040 529 | |
#define COLOR_3D3D3D 530 | |
#define COLOR_3B3B3B 531 | |
#define COLOR_383838 532 | |
#define COLOR_363636 533 | |
#define COLOR_333333 534 | |
#define COLOR_303030 535 | |
#define COLOR_2E2E2E 536 | |
#define COLOR_2B2B2B 537 | |
#define COLOR_292929 538 | |
#define COLOR_262626 539 | |
#define COLOR_242424 540 | |
#define COLOR_212121 541 | |
#define COLOR_1F1F1F 542 | |
#define COLOR_1C1C1C 543 | |
#define COLOR_1A1A1A 544 | |
#define COLOR_171717 545 | |
#define COLOR_141414 546 | |
#define COLOR_121212 547 | |
#define COLOR_0F0F0F 548 | |
#define COLOR_0D0D0D 549 | |
#define COLOR_0A0A0A 550 | |
#define COLOR_080808 551 | |
#define COLOR_050505 552 | |
#define COLOR_030303 553 | |
init_color(B0171F, 687, 89, 121); | |
init_color(DC143C, 859, 78, 234); | |
init_color(FFB6C1, 996, 710, 753); | |
init_color(FFAEB9, 996, 679, 722); | |
init_color(EEA2AD, 929, 632, 675); | |
init_color(CD8C95, 800, 546, 582); | |
init_color(8B5F65, 542, 371, 394); | |
init_color(FFC0CB, 996, 750, 792); | |
init_color(FFB5C5, 996, 707, 769); | |
init_color(EEA9B8, 929, 660, 718); | |
init_color(CD919E, 800, 566, 617); | |
init_color(8B636C, 542, 386, 421); | |
init_color(DB7093, 855, 437, 574); | |
init_color(FF82AB, 996, 507, 667); | |
init_color(EE799F, 929, 472, 621); | |
init_color(CD6889, 800, 406, 535); | |
init_color(8B475D, 542, 277, 363); | |
init_color(FFF0F5, 996, 937, 957); | |
init_color(EEE0E5, 929, 875, 894); | |
init_color(CDC1C5, 800, 753, 769); | |
init_color(8B8386, 542, 511, 523); | |
init_color(FF3E96, 996, 242, 585); | |
init_color(EE3A8C, 929, 226, 546); | |
init_color(CD3278, 800, 195, 468); | |
init_color(8B2252, 542, 132, 320); | |
init_color(FF69B4, 996, 410, 703); | |
init_color(FF6EB4, 996, 429, 703); | |
init_color(EE6AA7, 929, 414, 652); | |
init_color(CD6090, 800, 375, 562); | |
init_color(8B3A62, 542, 226, 382); | |
init_color(872657, 527, 148, 339); | |
init_color(FF1493, 996, 78, 574); | |
init_color(EE1289, 929, 70, 535); | |
init_color(CD1076, 800, 62, 460); | |
init_color(8B0A50, 542, 39, 312); | |
init_color(FF34B3, 996, 203, 699); | |
init_color(EE30A7, 929, 187, 652); | |
init_color(CD2990, 800, 160, 562); | |
init_color(8B1C62, 542, 109, 382); | |
init_color(C71585, 777, 82, 519); | |
init_color(D02090, 812, 125, 562); | |
init_color(DA70D6, 851, 437, 835); | |
init_color(FF83FA, 996, 511, 976); | |
init_color(EE7AE9, 929, 476, 910); | |
init_color(CD69C9, 800, 410, 785); | |
init_color(8B4789, 542, 277, 535); | |
init_color(D8BFD8, 843, 746, 843); | |
init_color(FFE1FF, 996, 878, 996); | |
init_color(EED2EE, 929, 820, 929); | |
init_color(CDB5CD, 800, 707, 800); | |
init_color(8B7B8B, 542, 480, 542); | |
init_color(FFBBFF, 996, 730, 996); | |
init_color(EEAEEE, 929, 679, 929); | |
init_color(CD96CD, 800, 585, 800); | |
init_color(8B668B, 542, 398, 542); | |
init_color(DDA0DD, 863, 625, 863); | |
init_color(EE82EE, 929, 507, 929); | |
init_color(FF00FF, 996, 0, 996); | |
init_color(EE00EE, 929, 0, 929); | |
init_color(CD00CD, 800, 0, 800); | |
init_color(8B008B, 542, 0, 542); | |
init_color(800080, 500, 0, 500); | |
init_color(BA55D3, 726, 332, 824); | |
init_color(E066FF, 875, 398, 996); | |
init_color(D15FEE, 816, 371, 929); | |
init_color(B452CD, 703, 320, 800); | |
init_color(7A378B, 476, 214, 542); | |
init_color(9400D3, 578, 0, 824); | |
init_color(9932CC, 597, 195, 796); | |
init_color(BF3EFF, 746, 242, 996); | |
init_color(B23AEE, 695, 226, 929); | |
init_color(9A32CD, 601, 195, 800); | |
init_color(68228B, 406, 132, 542); | |
init_color(4B0082, 292, 0, 507); | |
init_color(8A2BE2, 539, 167, 882); | |
init_color(9B30FF, 605, 187, 996); | |
init_color(912CEE, 566, 171, 929); | |
init_color(7D26CD, 488, 148, 800); | |
init_color(551A8B, 332, 101, 542); | |
init_color(9370DB, 574, 437, 855); | |
init_color(AB82FF, 667, 507, 996); | |
init_color(9F79EE, 621, 472, 929); | |
init_color(8968CD, 535, 406, 800); | |
init_color(5D478B, 363, 277, 542); | |
init_color(483D8B, 281, 238, 542); | |
init_color(8470FF, 515, 437, 996); | |
init_color(7B68EE, 480, 406, 929); | |
init_color(6A5ACD, 414, 351, 800); | |
init_color(836FFF, 511, 433, 996); | |
init_color(7A67EE, 476, 402, 929); | |
init_color(6959CD, 410, 347, 800); | |
init_color(473C8B, 277, 234, 542); | |
init_color(F8F8FF, 968, 968, 996); | |
init_color(E6E6FA, 898, 898, 976); | |
init_color(0000FF, 0, 0, 996); | |
init_color(0000EE, 0, 0, 929); | |
init_color(0000CD, 0, 0, 800); | |
init_color(00008B, 0, 0, 542); | |
init_color(000080, 0, 0, 500); | |
init_color(191970, 97, 97, 437); | |
init_color(3D59AB, 238, 347, 667); | |
init_color(4169E1, 253, 410, 878); | |
init_color(4876FF, 281, 460, 996); | |
init_color(436EEE, 261, 429, 929); | |
init_color(3A5FCD, 226, 371, 800); | |
init_color(27408B, 152, 250, 542); | |
init_color(6495ED, 390, 582, 925); | |
init_color(B0C4DE, 687, 765, 867); | |
init_color(CAE1FF, 789, 878, 996); | |
init_color(BCD2EE, 734, 820, 929); | |
init_color(A2B5CD, 632, 707, 800); | |
init_color(6E7B8B, 429, 480, 542); | |
init_color(778899, 464, 531, 597); | |
init_color(708090, 437, 500, 562); | |
init_color(C6E2FF, 773, 882, 996); | |
init_color(B9D3EE, 722, 824, 929); | |
init_color(9FB6CD, 621, 710, 800); | |
init_color(6C7B8B, 421, 480, 542); | |
init_color(1E90FF, 117, 562, 996); | |
init_color(1C86EE, 109, 523, 929); | |
init_color(1874CD, 93, 453, 800); | |
init_color(104E8B, 62, 304, 542); | |
init_color(F0F8FF, 937, 968, 996); | |
init_color(4682B4, 273, 507, 703); | |
init_color(63B8FF, 386, 718, 996); | |
init_color(5CACEE, 359, 671, 929); | |
init_color(4F94CD, 308, 578, 800); | |
init_color(36648B, 210, 390, 542); | |
init_color(87CEFA, 527, 804, 976); | |
init_color(B0E2FF, 687, 882, 996); | |
init_color(A4D3EE, 640, 824, 929); | |
init_color(8DB6CD, 550, 710, 800); | |
init_color(607B8B, 375, 480, 542); | |
init_color(87CEFF, 527, 804, 996); | |
init_color(7EC0EE, 492, 750, 929); | |
init_color(6CA6CD, 421, 648, 800); | |
init_color(4A708B, 289, 437, 542); | |
init_color(87CEEB, 527, 804, 917); | |
init_color(00BFFF, 0, 746, 996); | |
init_color(00B2EE, 0, 695, 929); | |
init_color(009ACD, 0, 601, 800); | |
init_color(00688B, 0, 406, 542); | |
init_color(33A1C9, 199, 628, 785); | |
init_color(ADD8E6, 675, 843, 898); | |
init_color(BFEFFF, 746, 933, 996); | |
init_color(B2DFEE, 695, 871, 929); | |
init_color(9AC0CD, 601, 750, 800); | |
init_color(68838B, 406, 511, 542); | |
init_color(B0E0E6, 687, 875, 898); | |
init_color(98F5FF, 593, 957, 996); | |
init_color(8EE5EE, 554, 894, 929); | |
init_color(7AC5CD, 476, 769, 800); | |
init_color(53868B, 324, 523, 542); | |
init_color(00F5FF, 0, 957, 996); | |
init_color(00E5EE, 0, 894, 929); | |
init_color(00C5CD, 0, 769, 800); | |
init_color(00868B, 0, 523, 542); | |
init_color(5F9EA0, 371, 617, 625); | |
init_color(00CED1, 0, 804, 816); | |
init_color(F0FFFF, 937, 996, 996); | |
init_color(E0EEEE, 875, 929, 929); | |
init_color(C1CDCD, 753, 800, 800); | |
init_color(838B8B, 511, 542, 542); | |
init_color(E0FFFF, 875, 996, 996); | |
init_color(D1EEEE, 816, 929, 929); | |
init_color(B4CDCD, 703, 800, 800); | |
init_color(7A8B8B, 476, 542, 542); | |
init_color(BBFFFF, 730, 996, 996); | |
init_color(AEEEEE, 679, 929, 929); | |
init_color(96CDCD, 585, 800, 800); | |
init_color(668B8B, 398, 542, 542); | |
init_color(2F4F4F, 183, 308, 308); | |
init_color(97FFFF, 589, 996, 996); | |
init_color(8DEEEE, 550, 929, 929); | |
init_color(79CDCD, 472, 800, 800); | |
init_color(528B8B, 320, 542, 542); | |
init_color(00FFFF, 0, 996, 996); | |
init_color(00EEEE, 0, 929, 929); | |
init_color(00CDCD, 0, 800, 800); | |
init_color(008B8B, 0, 542, 542); | |
init_color(008080, 0, 500, 500); | |
init_color(48D1CC, 281, 816, 796); | |
init_color(20B2AA, 125, 695, 664); | |
init_color(03A89E, 11, 656, 617); | |
init_color(40E0D0, 250, 875, 812); | |
init_color(808A87, 500, 539, 527); | |
init_color(00C78C, 0, 777, 546); | |
init_color(7FFFD4, 496, 996, 828); | |
init_color(76EEC6, 460, 929, 773); | |
init_color(66CDAA, 398, 800, 664); | |
init_color(458B74, 269, 542, 453); | |
init_color(00FA9A, 0, 976, 601); | |
init_color(F5FFFA, 957, 996, 976); | |
init_color(00FF7F, 0, 996, 496); | |
init_color(00EE76, 0, 929, 460); | |
init_color(00CD66, 0, 800, 398); | |
init_color(008B45, 0, 542, 269); | |
init_color(3CB371, 234, 699, 441); | |
init_color(54FF9F, 328, 996, 621); | |
init_color(4EEE94, 304, 929, 578); | |
init_color(43CD80, 261, 800, 500); | |
init_color(2E8B57, 179, 542, 339); | |
init_color(00C957, 0, 785, 339); | |
init_color(BDFCC9, 738, 984, 785); | |
init_color(3D9140, 238, 566, 250); | |
init_color(F0FFF0, 937, 996, 937); | |
init_color(E0EEE0, 875, 929, 875); | |
init_color(C1CDC1, 753, 800, 753); | |
init_color(838B83, 511, 542, 511); | |
init_color(8FBC8F, 558, 734, 558); | |
init_color(C1FFC1, 753, 996, 753); | |
init_color(B4EEB4, 703, 929, 703); | |
init_color(9BCD9B, 605, 800, 605); | |
init_color(698B69, 410, 542, 410); | |
init_color(98FB98, 593, 980, 593); | |
init_color(9AFF9A, 601, 996, 601); | |
init_color(90EE90, 562, 929, 562); | |
init_color(7CCD7C, 484, 800, 484); | |
init_color(548B54, 328, 542, 328); | |
init_color(32CD32, 195, 800, 195); | |
init_color(228B22, 132, 542, 132); | |
init_color(00FF00, 0, 996, 0); | |
init_color(00EE00, 0, 929, 0); | |
init_color(00CD00, 0, 800, 0); | |
init_color(008B00, 0, 542, 0); | |
init_color(008000, 0, 500, 0); | |
init_color(006400, 0, 390, 0); | |
init_color(308014, 187, 500, 78); | |
init_color(7CFC00, 484, 984, 0); | |
init_color(7FFF00, 496, 996, 0); | |
init_color(76EE00, 460, 929, 0); | |
init_color(66CD00, 398, 800, 0); | |
init_color(458B00, 269, 542, 0); | |
init_color(ADFF2F, 675, 996, 183); | |
init_color(CAFF70, 789, 996, 437); | |
init_color(BCEE68, 734, 929, 406); | |
init_color(A2CD5A, 632, 800, 351); | |
init_color(6E8B3D, 429, 542, 238); | |
init_color(556B2F, 332, 417, 183); | |
init_color(6B8E23, 417, 554, 136); | |
init_color(C0FF3E, 750, 996, 242); | |
init_color(B3EE3A, 699, 929, 226); | |
init_color(9ACD32, 601, 800, 195); | |
init_color(698B22, 410, 542, 132); | |
init_color(FFFFF0, 996, 996, 937); | |
init_color(EEEEE0, 929, 929, 875); | |
init_color(CDCDC1, 800, 800, 753); | |
init_color(8B8B83, 542, 542, 511); | |
init_color(F5F5DC, 957, 957, 859); | |
init_color(FFFFE0, 996, 996, 875); | |
init_color(EEEED1, 929, 929, 816); | |
init_color(CDCDB4, 800, 800, 703); | |
init_color(8B8B7A, 542, 542, 476); | |
init_color(FAFAD2, 976, 976, 820); | |
init_color(FFFF00, 996, 996, 0); | |
init_color(EEEE00, 929, 929, 0); | |
init_color(CDCD00, 800, 800, 0); | |
init_color(8B8B00, 542, 542, 0); | |
init_color(808069, 500, 500, 410); | |
init_color(808000, 500, 500, 0); | |
init_color(BDB76B, 738, 714, 417); | |
init_color(FFF68F, 996, 960, 558); | |
init_color(EEE685, 929, 898, 519); | |
init_color(CDC673, 800, 773, 449); | |
init_color(8B864E, 542, 523, 304); | |
init_color(F0E68C, 937, 898, 546); | |
init_color(EEE8AA, 929, 906, 664); | |
init_color(FFFACD, 996, 976, 800); | |
init_color(EEE9BF, 929, 910, 746); | |
init_color(CDC9A5, 800, 785, 644); | |
init_color(8B8970, 542, 535, 437); | |
init_color(FFEC8B, 996, 921, 542); | |
init_color(EEDC82, 929, 859, 507); | |
init_color(CDBE70, 800, 742, 437); | |
init_color(8B814C, 542, 503, 296); | |
init_color(E3CF57, 886, 808, 339); | |
init_color(FFD700, 996, 839, 0); | |
init_color(EEC900, 929, 785, 0); | |
init_color(CDAD00, 800, 675, 0); | |
init_color(8B7500, 542, 457, 0); | |
init_color(FFF8DC, 996, 968, 859); | |
init_color(EEE8CD, 929, 906, 800); | |
init_color(CDC8B1, 800, 781, 691); | |
init_color(8B8878, 542, 531, 468); | |
init_color(DAA520, 851, 644, 125); | |
init_color(FFC125, 996, 753, 144); | |
init_color(EEB422, 929, 703, 132); | |
init_color(CD9B1D, 800, 605, 113); | |
init_color(8B6914, 542, 410, 78); | |
init_color(B8860B, 718, 523, 42); | |
init_color(FFB90F, 996, 722, 58); | |
init_color(EEAD0E, 929, 675, 54); | |
init_color(CD950C, 800, 582, 46); | |
init_color(8B6508, 542, 394, 31); | |
init_color(FFA500, 996, 644, 0); | |
init_color(EE9A00, 929, 601, 0); | |
init_color(CD8500, 800, 519, 0); | |
init_color(8B5A00, 542, 351, 0); | |
init_color(FFFAF0, 996, 976, 937); | |
init_color(FDF5E6, 988, 957, 898); | |
init_color(F5DEB3, 957, 867, 699); | |
init_color(FFE7BA, 996, 902, 726); | |
init_color(EED8AE, 929, 843, 679); | |
init_color(CDBA96, 800, 726, 585); | |
init_color(8B7E66, 542, 492, 398); | |
init_color(FFE4B5, 996, 890, 707); | |
init_color(FFEFD5, 996, 933, 832); | |
init_color(FFEBCD, 996, 917, 800); | |
init_color(FFDEAD, 996, 867, 675); | |
init_color(EECFA1, 929, 808, 628); | |
init_color(CDB38B, 800, 699, 542); | |
init_color(8B795E, 542, 472, 367); | |
init_color(FCE6C9, 984, 898, 785); | |
init_color(D2B48C, 820, 703, 546); | |
init_color(9C661F, 609, 398, 121); | |
init_color(FF9912, 996, 597, 70); | |
init_color(FAEBD7, 976, 917, 839); | |
init_color(FFEFDB, 996, 933, 855); | |
init_color(EEDFCC, 929, 871, 796); | |
init_color(CDC0B0, 800, 750, 687); | |
init_color(8B8378, 542, 511, 468); | |
init_color(DEB887, 867, 718, 527); | |
init_color(FFD39B, 996, 824, 605); | |
init_color(EEC591, 929, 769, 566); | |
init_color(CDAA7D, 800, 664, 488); | |
init_color(8B7355, 542, 449, 332); | |
init_color(FFE4C4, 996, 890, 765); | |
init_color(EED5B7, 929, 832, 714); | |
init_color(CDB79E, 800, 714, 617); | |
init_color(8B7D6B, 542, 488, 417); | |
init_color(E3A869, 886, 656, 410); | |
init_color(ED9121, 925, 566, 128); | |
init_color(FF8C00, 996, 546, 0); | |
init_color(FF7F00, 996, 496, 0); | |
init_color(EE7600, 929, 460, 0); | |
init_color(CD6600, 800, 398, 0); | |
init_color(8B4500, 542, 269, 0); | |
init_color(FF8000, 996, 500, 0); | |
init_color(FFA54F, 996, 644, 308); | |
init_color(EE9A49, 929, 601, 285); | |
init_color(CD853F, 800, 519, 246); | |
init_color(8B5A2B, 542, 351, 167); | |
init_color(FAF0E6, 976, 937, 898); | |
init_color(FFDAB9, 996, 851, 722); | |
init_color(EECBAD, 929, 792, 675); | |
init_color(CDAF95, 800, 683, 582); | |
init_color(8B7765, 542, 464, 394); | |
init_color(FFF5EE, 996, 957, 929); | |
init_color(EEE5DE, 929, 894, 867); | |
init_color(CDC5BF, 800, 769, 746); | |
init_color(8B8682, 542, 523, 507); | |
init_color(F4A460, 953, 640, 375); | |
init_color(C76114, 777, 378, 78); | |
init_color(D2691E, 820, 410, 117); | |
init_color(FF7F24, 996, 496, 140); | |
init_color(EE7621, 929, 460, 128); | |
init_color(CD661D, 800, 398, 113); | |
init_color(8B4513, 542, 269, 74); | |
init_color(292421, 160, 140, 128); | |
init_color(FF7D40, 996, 488, 250); | |
init_color(FF6103, 996, 378, 11); | |
init_color(8A360F, 539, 210, 58); | |
init_color(A0522D, 625, 320, 175); | |
init_color(FF8247, 996, 507, 277); | |
init_color(EE7942, 929, 472, 257); | |
init_color(CD6839, 800, 406, 222); | |
init_color(8B4726, 542, 277, 148); | |
init_color(FFA07A, 996, 625, 476); | |
init_color(EE9572, 929, 582, 445); | |
init_color(CD8162, 800, 503, 382); | |
init_color(8B5742, 542, 339, 257); | |
init_color(FF7F50, 996, 496, 312); | |
init_color(FF4500, 996, 269, 0); | |
init_color(EE4000, 929, 250, 0); | |
init_color(CD3700, 800, 214, 0); | |
init_color(8B2500, 542, 144, 0); | |
init_color(5E2612, 367, 148, 70); | |
init_color(E9967A, 910, 585, 476); | |
init_color(FF8C69, 996, 546, 410); | |
init_color(EE8262, 929, 507, 382); | |
init_color(CD7054, 800, 437, 328); | |
init_color(8B4C39, 542, 296, 222); | |
init_color(FF7256, 996, 445, 335); | |
init_color(EE6A50, 929, 414, 312); | |
init_color(CD5B45, 800, 355, 269); | |
init_color(8B3E2F, 542, 242, 183); | |
init_color(8A3324, 539, 199, 140); | |
init_color(FF6347, 996, 386, 277); | |
init_color(EE5C42, 929, 359, 257); | |
init_color(CD4F39, 800, 308, 222); | |
init_color(8B3626, 542, 210, 148); | |
init_color(FA8072, 976, 500, 445); | |
init_color(FFE4E1, 996, 890, 878); | |
init_color(EED5D2, 929, 832, 820); | |
init_color(CDB7B5, 800, 714, 707); | |
init_color(8B7D7B, 542, 488, 480); | |
init_color(FFFAFA, 996, 976, 976); | |
init_color(EEE9E9, 929, 910, 910); | |
init_color(CDC9C9, 800, 785, 785); | |
init_color(8B8989, 542, 535, 535); | |
init_color(BC8F8F, 734, 558, 558); | |
init_color(FFC1C1, 996, 753, 753); | |
init_color(EEB4B4, 929, 703, 703); | |
init_color(CD9B9B, 800, 605, 605); | |
init_color(8B6969, 542, 410, 410); | |
init_color(F08080, 937, 500, 500); | |
init_color(CD5C5C, 800, 359, 359); | |
init_color(FF6A6A, 996, 414, 414); | |
init_color(EE6363, 929, 386, 386); | |
init_color(8B3A3A, 542, 226, 226); | |
init_color(CD5555, 800, 332, 332); | |
init_color(A52A2A, 644, 164, 164); | |
init_color(FF4040, 996, 250, 250); | |
init_color(EE3B3B, 929, 230, 230); | |
init_color(CD3333, 800, 199, 199); | |
init_color(8B2323, 542, 136, 136); | |
init_color(B22222, 695, 132, 132); | |
init_color(FF3030, 996, 187, 187); | |
init_color(EE2C2C, 929, 171, 171); | |
init_color(CD2626, 800, 148, 148); | |
init_color(8B1A1A, 542, 101, 101); | |
init_color(FF0000, 996, 0, 0); | |
init_color(EE0000, 929, 0, 0); | |
init_color(CD0000, 800, 0, 0); | |
init_color(8B0000, 542, 0, 0); | |
init_color(800000, 500, 0, 0); | |
init_color(8E388E, 554, 218, 554); | |
init_color(7171C6, 441, 441, 773); | |
init_color(7D9EC0, 488, 617, 750); | |
init_color(388E8E, 218, 554, 554); | |
init_color(71C671, 441, 773, 441); | |
init_color(8E8E38, 554, 554, 218); | |
init_color(C5C1AA, 769, 753, 664); | |
init_color(C67171, 773, 441, 441); | |
init_color(555555, 332, 332, 332); | |
init_color(1E1E1E, 117, 117, 117); | |
init_color(282828, 156, 156, 156); | |
init_color(515151, 316, 316, 316); | |
init_color(5B5B5B, 355, 355, 355); | |
init_color(848484, 515, 515, 515); | |
init_color(8E8E8E, 554, 554, 554); | |
init_color(AAAAAA, 664, 664, 664); | |
init_color(B7B7B7, 714, 714, 714); | |
init_color(C1C1C1, 753, 753, 753); | |
init_color(EAEAEA, 914, 914, 914); | |
init_color(F4F4F4, 953, 953, 953); | |
init_color(FFFFFF, 996, 996, 996); | |
init_color(F5F5F5, 957, 957, 957); | |
init_color(DCDCDC, 859, 859, 859); | |
init_color(D3D3D3, 824, 824, 824); | |
init_color(C0C0C0, 750, 750, 750); | |
init_color(A9A9A9, 660, 660, 660); | |
init_color(808080, 500, 500, 500); | |
init_color(696969, 410, 410, 410); | |
init_color(000000, 0, 0, 0); | |
init_color(FCFCFC, 984, 984, 984); | |
init_color(FAFAFA, 976, 976, 976); | |
init_color(F7F7F7, 964, 964, 964); | |
init_color(F5F5F5, 957, 957, 957); | |
init_color(F2F2F2, 945, 945, 945); | |
init_color(F0F0F0, 937, 937, 937); | |
init_color(EDEDED, 925, 925, 925); | |
init_color(EBEBEB, 917, 917, 917); | |
init_color(E8E8E8, 906, 906, 906); | |
init_color(E5E5E5, 894, 894, 894); | |
init_color(E3E3E3, 886, 886, 886); | |
init_color(E0E0E0, 875, 875, 875); | |
init_color(DEDEDE, 867, 867, 867); | |
init_color(DBDBDB, 855, 855, 855); | |
init_color(D9D9D9, 847, 847, 847); | |
init_color(D6D6D6, 835, 835, 835); | |
init_color(D4D4D4, 828, 828, 828); | |
init_color(D1D1D1, 816, 816, 816); | |
init_color(CFCFCF, 808, 808, 808); | |
init_color(CCCCCC, 796, 796, 796); | |
init_color(C9C9C9, 785, 785, 785); | |
init_color(C7C7C7, 777, 777, 777); | |
init_color(C4C4C4, 765, 765, 765); | |
init_color(C2C2C2, 757, 757, 757); | |
init_color(BFBFBF, 746, 746, 746); | |
init_color(BDBDBD, 738, 738, 738); | |
init_color(BABABA, 726, 726, 726); | |
init_color(B8B8B8, 718, 718, 718); | |
init_color(B5B5B5, 707, 707, 707); | |
init_color(B3B3B3, 699, 699, 699); | |
init_color(B0B0B0, 687, 687, 687); | |
init_color(ADADAD, 675, 675, 675); | |
init_color(ABABAB, 667, 667, 667); | |
init_color(A8A8A8, 656, 656, 656); | |
init_color(A6A6A6, 648, 648, 648); | |
init_color(A3A3A3, 636, 636, 636); | |
init_color(A1A1A1, 628, 628, 628); | |
init_color(9E9E9E, 617, 617, 617); | |
init_color(9C9C9C, 609, 609, 609); | |
init_color(999999, 597, 597, 597); | |
init_color(969696, 585, 585, 585); | |
init_color(949494, 578, 578, 578); | |
init_color(919191, 566, 566, 566); | |
init_color(8F8F8F, 558, 558, 558); | |
init_color(8C8C8C, 546, 546, 546); | |
init_color(8A8A8A, 539, 539, 539); | |
init_color(878787, 527, 527, 527); | |
init_color(858585, 519, 519, 519); | |
init_color(828282, 507, 507, 507); | |
init_color(7F7F7F, 496, 496, 496); | |
init_color(7D7D7D, 488, 488, 488); | |
init_color(7A7A7A, 476, 476, 476); | |
init_color(787878, 468, 468, 468); | |
init_color(757575, 457, 457, 457); | |
init_color(737373, 449, 449, 449); | |
init_color(707070, 437, 437, 437); | |
init_color(6E6E6E, 429, 429, 429); | |
init_color(6B6B6B, 417, 417, 417); | |
init_color(696969, 410, 410, 410); | |
init_color(666666, 398, 398, 398); | |
init_color(636363, 386, 386, 386); | |
init_color(616161, 378, 378, 378); | |
init_color(5E5E5E, 367, 367, 367); | |
init_color(5C5C5C, 359, 359, 359); | |
init_color(595959, 347, 347, 347); | |
init_color(575757, 339, 339, 339); | |
init_color(545454, 328, 328, 328); | |
init_color(525252, 320, 320, 320); | |
init_color(4F4F4F, 308, 308, 308); | |
init_color(4D4D4D, 300, 300, 300); | |
init_color(4A4A4A, 289, 289, 289); | |
init_color(474747, 277, 277, 277); | |
init_color(454545, 269, 269, 269); | |
init_color(424242, 257, 257, 257); | |
init_color(404040, 250, 250, 250); | |
init_color(3D3D3D, 238, 238, 238); | |
init_color(3B3B3B, 230, 230, 230); | |
init_color(383838, 218, 218, 218); | |
init_color(363636, 210, 210, 210); | |
init_color(333333, 199, 199, 199); | |
init_color(303030, 187, 187, 187); | |
init_color(2E2E2E, 179, 179, 179); | |
init_color(2B2B2B, 167, 167, 167); | |
init_color(292929, 160, 160, 160); | |
init_color(262626, 148, 148, 148); | |
init_color(242424, 140, 140, 140); | |
init_color(212121, 128, 128, 128); | |
init_color(1F1F1F, 121, 121, 121); | |
init_color(1C1C1C, 109, 109, 109); | |
init_color(1A1A1A, 101, 101, 101); | |
init_color(171717, 89, 89, 89); | |
init_color(141414, 78, 78, 78); | |
init_color(121212, 70, 70, 70); | |
init_color(0F0F0F, 58, 58, 58); | |
init_color(0D0D0D, 50, 50, 50); | |
init_color(0A0A0A, 39, 39, 39); | |
init_color(080808, 31, 31, 31); | |
init_color(050505, 19, 19, 19); | |
init_color(030303, 11, 11, 11); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment