comparison lisp/term/mac-win.el @ 94850:eae0a9597713

(x-colors): Re-order colors.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 10 May 2008 17:28:03 +0000
parents f3ab0c2464f5
children 92723dccd995
comparison
equal deleted inserted replaced
94849:53bd8df0faed 94850:eae0a9597713
292 292
293 293
294 ;; 294 ;;
295 ;; Available colors 295 ;; Available colors
296 ;; 296 ;;
297 297 ;; The ordering of the colors is chosen for the user's convenience in
298 (defvar x-colors '("LightGreen" 298 ;; `list-colors-display', which displays the reverse of this list.
299 "light green" 299 ;; Roughly speaking, `list-colors-display' orders by (i) named shades
300 "DarkRed" 300 ;; of grey with hue 0.0, sorted by value (ii) named colors with
301 "dark red" 301 ;; saturation 1.0, sorted by hue, (iii) named non-white colors with
302 "DarkMagenta" 302 ;; saturation less than 1.0, sorted by hue, (iv) other named shades of
303 "dark magenta" 303 ;; white, (v) numbered colors sorted by hue, and (vi) numbered shades
304 "DarkCyan" 304 ;; of grey.
305 "dark cyan" 305
306 "DarkBlue" 306 (defvar x-colors
307 "dark blue" 307 '("gray100" "gray99" "gray98" "gray97" "gray96" "gray95" "gray94" "gray93" "gray92"
308 "DarkGray" 308 "gray91" "gray90" "gray89" "gray88" "gray87" "gray86" "gray85" "gray84" "gray83"
309 "dark gray" 309 "gray82" "gray81" "gray80" "gray79" "gray78" "gray77" "gray76" "gray75" "gray74"
310 "DarkGrey" 310 "gray73" "gray72" "gray71" "gray70" "gray69" "gray68" "gray67" "gray66" "gray65"
311 "dark grey" 311 "gray64" "gray63" "gray62" "gray61" "gray60" "gray59" "gray58" "gray57" "gray56"
312 "grey100" 312 "gray55" "gray54" "gray53" "gray52" "gray51" "gray50" "gray49" "gray48" "gray47"
313 "gray100" 313 "gray46" "gray45" "gray44" "gray43" "gray42" "gray41" "gray40" "gray39" "gray38"
314 "grey99" 314 "gray37" "gray36" "gray35" "gray34" "gray33" "gray32" "gray31" "gray30" "gray29"
315 "gray99" 315 "gray28" "gray27" "gray26" "gray25" "gray24" "gray23" "gray22" "gray21" "gray20"
316 "grey98" 316 "gray19" "gray18" "gray17" "gray16" "gray15" "gray14" "gray13" "gray12" "gray11"
317 "gray98" 317 "gray10" "gray9" "gray8" "gray7" "gray6" "gray5" "gray4" "gray3" "gray2" "gray1"
318 "grey97" 318 "gray0" "LightPink1" "LightPink2" "LightPink3" "LightPink4" "pink1" "pink2" "pink3"
319 "gray97" 319 "pink4" "PaleVioletRed1" "PaleVioletRed2" "PaleVioletRed3" "PaleVioletRed4"
320 "grey96" 320 "LavenderBlush1" "LavenderBlush2" "LavenderBlush3" "LavenderBlush4" "VioletRed1"
321 "gray96" 321 "VioletRed2" "VioletRed3" "VioletRed4" "HotPink1" "HotPink2" "HotPink3" "HotPink4"
322 "grey95" 322 "DeepPink1" "DeepPink2" "DeepPink3" "DeepPink4" "maroon1" "maroon2" "maroon3"
323 "gray95" 323 "maroon4" "orchid1" "orchid2" "orchid3" "orchid4" "plum1" "plum2" "plum3" "plum4"
324 "grey94" 324 "thistle1" "thistle2" "thistle3" "thistle4" "MediumOrchid1" "MediumOrchid2"
325 "gray94" 325 "MediumOrchid3" "MediumOrchid4" "DarkOrchid1" "DarkOrchid2" "DarkOrchid3"
326 "grey93" 326 "DarkOrchid4" "purple1" "purple2" "purple3" "purple4" "MediumPurple1"
327 "gray93" 327 "MediumPurple2" "MediumPurple3" "MediumPurple4" "SlateBlue1" "SlateBlue2"
328 "grey92" 328 "SlateBlue3" "SlateBlue4" "RoyalBlue1" "RoyalBlue2" "RoyalBlue3" "RoyalBlue4"
329 "gray92" 329 "LightSteelBlue1" "LightSteelBlue2" "LightSteelBlue3" "LightSteelBlue4" "SlateGray1"
330 "grey91" 330 "SlateGray2" "SlateGray3" "SlateGray4" "DodgerBlue1" "DodgerBlue2" "DodgerBlue3"
331 "gray91" 331 "DodgerBlue4" "SteelBlue1" "SteelBlue2" "SteelBlue3" "SteelBlue4" "SkyBlue1"
332 "grey90" 332 "SkyBlue2" "SkyBlue3" "SkyBlue4" "LightSkyBlue1" "LightSkyBlue2" "LightSkyBlue3"
333 "gray90" 333 "LightSkyBlue4" "LightBlue1" "LightBlue2" "LightBlue3" "LightBlue4" "CadetBlue1"
334 "grey89" 334 "CadetBlue2" "CadetBlue3" "CadetBlue4" "azure1" "azure2" "azure3" "azure4"
335 "gray89" 335 "LightCyan1" "LightCyan2" "LightCyan3" "LightCyan4" "PaleTurquoise1"
336 "grey88" 336 "PaleTurquoise2" "PaleTurquoise3" "PaleTurquoise4" "DarkSlateGray1" "DarkSlateGray2"
337 "gray88" 337 "DarkSlateGray3" "DarkSlateGray4" "aquamarine1" "aquamarine2" "aquamarine3"
338 "grey87" 338 "aquamarine4" "SeaGreen1" "SeaGreen2" "SeaGreen3" "SeaGreen4" "honeydew1"
339 "gray87" 339 "honeydew2" "honeydew3" "honeydew4" "DarkSeaGreen1" "DarkSeaGreen2" "DarkSeaGreen3"
340 "grey86" 340 "DarkSeaGreen4" "PaleGreen1" "PaleGreen2" "PaleGreen3" "PaleGreen4"
341 "gray86" 341 "DarkOliveGreen1" "DarkOliveGreen2" "DarkOliveGreen3" "DarkOliveGreen4" "OliveDrab1"
342 "grey85" 342 "OliveDrab2" "OliveDrab3" "OliveDrab4" "ivory1" "ivory2" "ivory3" "ivory4"
343 "gray85" 343 "LightYellow1" "LightYellow2" "LightYellow3" "LightYellow4" "khaki1" "khaki2"
344 "grey84" 344 "khaki3" "khaki4" "LemonChiffon1" "LemonChiffon2" "LemonChiffon3" "LemonChiffon4"
345 "gray84" 345 "LightGoldenrod1" "LightGoldenrod2" "LightGoldenrod3" "LightGoldenrod4" "cornsilk1"
346 "grey83" 346 "cornsilk2" "cornsilk3" "cornsilk4" "goldenrod1" "goldenrod2" "goldenrod3"
347 "gray83" 347 "goldenrod4" "DarkGoldenrod1" "DarkGoldenrod2" "DarkGoldenrod3" "DarkGoldenrod4"
348 "grey82" 348 "wheat1" "wheat2" "wheat3" "wheat4" "NavajoWhite1" "NavajoWhite2" "NavajoWhite3"
349 "gray82" 349 "NavajoWhite4" "burlywood1" "burlywood2" "burlywood3" "burlywood4" "AntiqueWhite1"
350 "grey81" 350 "AntiqueWhite2" "AntiqueWhite3" "AntiqueWhite4" "bisque1" "bisque2" "bisque3"
351 "gray81" 351 "bisque4" "tan1" "tan2" "tan3" "tan4" "PeachPuff1" "PeachPuff2" "PeachPuff3"
352 "grey80" 352 "PeachPuff4" "seashell1" "seashell2" "seashell3" "seashell4" "chocolate1"
353 "gray80" 353 "chocolate2" "chocolate3" "chocolate4" "sienna1" "sienna2" "sienna3" "sienna4"
354 "grey79" 354 "LightSalmon1" "LightSalmon2" "LightSalmon3" "LightSalmon4" "salmon1" "salmon2"
355 "gray79" 355 "salmon3" "salmon4" "coral1" "coral2" "coral3" "coral4" "tomato1" "tomato2"
356 "grey78" 356 "tomato3" "tomato4" "MistyRose1" "MistyRose2" "MistyRose3" "MistyRose4" "snow1"
357 "gray78" 357 "snow2" "snow3" "snow4" "RosyBrown1" "RosyBrown2" "RosyBrown3" "RosyBrown4"
358 "grey77" 358 "IndianRed1" "IndianRed2" "IndianRed3" "IndianRed4" "firebrick1" "firebrick2"
359 "gray77" 359 "firebrick3" "firebrick4" "brown1" "brown2" "brown3" "brown4" "magenta1" "magenta2"
360 "grey76" 360 "magenta3" "magenta4" "blue1" "blue2" "blue3" "blue4" "DeepSkyBlue1" "DeepSkyBlue2"
361 "gray76" 361 "DeepSkyBlue3" "DeepSkyBlue4" "turquoise1" "turquoise2" "turquoise3" "turquoise4"
362 "grey75" 362 "cyan1" "cyan2" "cyan3" "cyan4" "SpringGreen1" "SpringGreen2" "SpringGreen3"
363 "gray75" 363 "SpringGreen4" "green1" "green2" "green3" "green4" "chartreuse1" "chartreuse2"
364 "grey74" 364 "chartreuse3" "chartreuse4" "yellow1" "yellow2" "yellow3" "yellow4" "gold1" "gold2"
365 "gray74" 365 "gold3" "gold4" "orange1" "orange2" "orange3" "orange4" "DarkOrange1" "DarkOrange2"
366 "grey73" 366 "DarkOrange3" "DarkOrange4" "OrangeRed1" "OrangeRed2" "OrangeRed3" "OrangeRed4"
367 "gray73" 367 "red1" "red2" "red3" "red4" "lavender blush" "ghost white" "lavender" "alice blue"
368 "grey72" 368 "azure" "light cyan" "mint cream" "honeydew" "ivory" "light goldenrod yellow"
369 "gray72" 369 "light yellow" "beige" "floral white" "old lace" "blanched almond" "moccasin"
370 "grey71" 370 "papaya whip" "bisque" "antique white" "linen" "peach puff" "seashell" "misty rose"
371 "gray71" 371 "snow" "light pink" "pink" "hot pink" "deep pink" "maroon" "pale violet red"
372 "grey70" 372 "violet red" "medium violet red" "violet" "plum" "thistle" "orchid" "medium orchid"
373 "gray70" 373 "dark orchid" "purple" "blue violet" "medium purple" "light slate blue"
374 "grey69" 374 "medium slate blue" "slate blue" "dark slate blue" "midnight blue" "navy"
375 "gray69" 375 "dark blue" "light steel blue" "cornflower blue" "dodger blue" "royal blue"
376 "grey68" 376 "light slate gray" "slate gray" "dark slate gray" "steel blue" "cadet blue"
377 "gray68" 377 "light sky blue" "sky blue" "light blue" "powder blue" "pale turquoise"
378 "grey67" 378 "medium turquoise" "dark cyan" "aquamarine" "medium aquamarine" "light sea green"
379 "gray67" 379 "medium sea green" "sea green" "dark sea green" "pale green" "lime green"
380 "grey66" 380 "forest green" "light green" "green yellow" "yellow green" "olive drab"
381 "gray66" 381 "dark olive green" "lemon chiffon" "khaki" "dark khaki" "cornsilk"
382 "grey65" 382 "pale goldenrod" "light goldenrod" "goldenrod" "dark goldenrod" "wheat"
383 "gray65" 383 "navajo white" "tan" "burlywood" "sandy brown" "peru" "chocolate" "saddle brown"
384 "grey64" 384 "sienna" "rosy brown" "dark salmon" "coral" "tomato" "light salmon" "salmon"
385 "gray64" 385 "light coral" "indian red" "firebrick" "brown" "dark red" "magenta"
386 "grey63" 386 "dark magenta" "dark violet" "medium blue" "blue" "deep sky blue" "turquoise"
387 "gray63" 387 "cyan" "medium spring green" "spring green" "green" "lawn green" "chartreuse"
388 "grey62" 388 "yellow" "gold" "orange" "dark orange" "orange red" "red" "white" "white smoke"
389 "gray62" 389 "gainsboro" "light grey" "gray" "dark grey" "dim gray" "black" )
390 "grey61"
391 "gray61"
392 "grey60"
393 "gray60"
394 "grey59"
395 "gray59"
396 "grey58"
397 "gray58"
398 "grey57"
399 "gray57"
400 "grey56"
401 "gray56"
402 "grey55"
403 "gray55"
404 "grey54"
405 "gray54"
406 "grey53"
407 "gray53"
408 "grey52"
409 "gray52"
410 "grey51"
411 "gray51"
412 "grey50"
413 "gray50"
414 "grey49"
415 "gray49"
416 "grey48"
417 "gray48"
418 "grey47"
419 "gray47"
420 "grey46"
421 "gray46"
422 "grey45"
423 "gray45"
424 "grey44"
425 "gray44"
426 "grey43"
427 "gray43"
428 "grey42"
429 "gray42"
430 "grey41"
431 "gray41"
432 "grey40"
433 "gray40"
434 "grey39"
435 "gray39"
436 "grey38"
437 "gray38"
438 "grey37"
439 "gray37"
440 "grey36"
441 "gray36"
442 "grey35"
443 "gray35"
444 "grey34"
445 "gray34"
446 "grey33"
447 "gray33"
448 "grey32"
449 "gray32"
450 "grey31"
451 "gray31"
452 "grey30"
453 "gray30"
454 "grey29"
455 "gray29"
456 "grey28"
457 "gray28"
458 "grey27"
459 "gray27"
460 "grey26"
461 "gray26"
462 "grey25"
463 "gray25"
464 "grey24"
465 "gray24"
466 "grey23"
467 "gray23"
468 "grey22"
469 "gray22"
470 "grey21"
471 "gray21"
472 "grey20"
473 "gray20"
474 "grey19"
475 "gray19"
476 "grey18"
477 "gray18"
478 "grey17"
479 "gray17"
480 "grey16"
481 "gray16"
482 "grey15"
483 "gray15"
484 "grey14"
485 "gray14"
486 "grey13"
487 "gray13"
488 "grey12"
489 "gray12"
490 "grey11"
491 "gray11"
492 "grey10"
493 "gray10"
494 "grey9"
495 "gray9"
496 "grey8"
497 "gray8"
498 "grey7"
499 "gray7"
500 "grey6"
501 "gray6"
502 "grey5"
503 "gray5"
504 "grey4"
505 "gray4"
506 "grey3"
507 "gray3"
508 "grey2"
509 "gray2"
510 "grey1"
511 "gray1"
512 "grey0"
513 "gray0"
514 "thistle4"
515 "thistle3"
516 "thistle2"
517 "thistle1"
518 "MediumPurple4"
519 "MediumPurple3"
520 "MediumPurple2"
521 "MediumPurple1"
522 "purple4"
523 "purple3"
524 "purple2"
525 "purple1"
526 "DarkOrchid4"
527 "DarkOrchid3"
528 "DarkOrchid2"
529 "DarkOrchid1"
530 "MediumOrchid4"
531 "MediumOrchid3"
532 "MediumOrchid2"
533 "MediumOrchid1"
534 "plum4"
535 "plum3"
536 "plum2"
537 "plum1"
538 "orchid4"
539 "orchid3"
540 "orchid2"
541 "orchid1"
542 "magenta4"
543 "magenta3"
544 "magenta2"
545 "magenta1"
546 "VioletRed4"
547 "VioletRed3"
548 "VioletRed2"
549 "VioletRed1"
550 "maroon4"
551 "maroon3"
552 "maroon2"
553 "maroon1"
554 "PaleVioletRed4"
555 "PaleVioletRed3"
556 "PaleVioletRed2"
557 "PaleVioletRed1"
558 "LightPink4"
559 "LightPink3"
560 "LightPink2"
561 "LightPink1"
562 "pink4"
563 "pink3"
564 "pink2"
565 "pink1"
566 "HotPink4"
567 "HotPink3"
568 "HotPink2"
569 "HotPink1"
570 "DeepPink4"
571 "DeepPink3"
572 "DeepPink2"
573 "DeepPink1"
574 "red4"
575 "red3"
576 "red2"
577 "red1"
578 "OrangeRed4"
579 "OrangeRed3"
580 "OrangeRed2"
581 "OrangeRed1"
582 "tomato4"
583 "tomato3"
584 "tomato2"
585 "tomato1"
586 "coral4"
587 "coral3"
588 "coral2"
589 "coral1"
590 "DarkOrange4"
591 "DarkOrange3"
592 "DarkOrange2"
593 "DarkOrange1"
594 "orange4"
595 "orange3"
596 "orange2"
597 "orange1"
598 "LightSalmon4"
599 "LightSalmon3"
600 "LightSalmon2"
601 "LightSalmon1"
602 "salmon4"
603 "salmon3"
604 "salmon2"
605 "salmon1"
606 "brown4"
607 "brown3"
608 "brown2"
609 "brown1"
610 "firebrick4"
611 "firebrick3"
612 "firebrick2"
613 "firebrick1"
614 "chocolate4"
615 "chocolate3"
616 "chocolate2"
617 "chocolate1"
618 "tan4"
619 "tan3"
620 "tan2"
621 "tan1"
622 "wheat4"
623 "wheat3"
624 "wheat2"
625 "wheat1"
626 "burlywood4"
627 "burlywood3"
628 "burlywood2"
629 "burlywood1"
630 "sienna4"
631 "sienna3"
632 "sienna2"
633 "sienna1"
634 "IndianRed4"
635 "IndianRed3"
636 "IndianRed2"
637 "IndianRed1"
638 "RosyBrown4"
639 "RosyBrown3"
640 "RosyBrown2"
641 "RosyBrown1"
642 "DarkGoldenrod4"
643 "DarkGoldenrod3"
644 "DarkGoldenrod2"
645 "DarkGoldenrod1"
646 "goldenrod4"
647 "goldenrod3"
648 "goldenrod2"
649 "goldenrod1"
650 "gold4"
651 "gold3"
652 "gold2"
653 "gold1"
654 "yellow4"
655 "yellow3"
656 "yellow2"
657 "yellow1"
658 "LightYellow4"
659 "LightYellow3"
660 "LightYellow2"
661 "LightYellow1"
662 "LightGoldenrod4"
663 "LightGoldenrod3"
664 "LightGoldenrod2"
665 "LightGoldenrod1"
666 "khaki4"
667 "khaki3"
668 "khaki2"
669 "khaki1"
670 "DarkOliveGreen4"
671 "DarkOliveGreen3"
672 "DarkOliveGreen2"
673 "DarkOliveGreen1"
674 "OliveDrab4"
675 "OliveDrab3"
676 "OliveDrab2"
677 "OliveDrab1"
678 "chartreuse4"
679 "chartreuse3"
680 "chartreuse2"
681 "chartreuse1"
682 "green4"
683 "green3"
684 "green2"
685 "green1"
686 "SpringGreen4"
687 "SpringGreen3"
688 "SpringGreen2"
689 "SpringGreen1"
690 "PaleGreen4"
691 "PaleGreen3"
692 "PaleGreen2"
693 "PaleGreen1"
694 "SeaGreen4"
695 "SeaGreen3"
696 "SeaGreen2"
697 "SeaGreen1"
698 "DarkSeaGreen4"
699 "DarkSeaGreen3"
700 "DarkSeaGreen2"
701 "DarkSeaGreen1"
702 "aquamarine4"
703 "aquamarine3"
704 "aquamarine2"
705 "aquamarine1"
706 "DarkSlateGray4"
707 "DarkSlateGray3"
708 "DarkSlateGray2"
709 "DarkSlateGray1"
710 "cyan4"
711 "cyan3"
712 "cyan2"
713 "cyan1"
714 "turquoise4"
715 "turquoise3"
716 "turquoise2"
717 "turquoise1"
718 "CadetBlue4"
719 "CadetBlue3"
720 "CadetBlue2"
721 "CadetBlue1"
722 "PaleTurquoise4"
723 "PaleTurquoise3"
724 "PaleTurquoise2"
725 "PaleTurquoise1"
726 "LightCyan4"
727 "LightCyan3"
728 "LightCyan2"
729 "LightCyan1"
730 "LightBlue4"
731 "LightBlue3"
732 "LightBlue2"
733 "LightBlue1"
734 "LightSteelBlue4"
735 "LightSteelBlue3"
736 "LightSteelBlue2"
737 "LightSteelBlue1"
738 "SlateGray4"
739 "SlateGray3"
740 "SlateGray2"
741 "SlateGray1"
742 "LightSkyBlue4"
743 "LightSkyBlue3"
744 "LightSkyBlue2"
745 "LightSkyBlue1"
746 "SkyBlue4"
747 "SkyBlue3"
748 "SkyBlue2"
749 "SkyBlue1"
750 "DeepSkyBlue4"
751 "DeepSkyBlue3"
752 "DeepSkyBlue2"
753 "DeepSkyBlue1"
754 "SteelBlue4"
755 "SteelBlue3"
756 "SteelBlue2"
757 "SteelBlue1"
758 "DodgerBlue4"
759 "DodgerBlue3"
760 "DodgerBlue2"
761 "DodgerBlue1"
762 "blue4"
763 "blue3"
764 "blue2"
765 "blue1"
766 "RoyalBlue4"
767 "RoyalBlue3"
768 "RoyalBlue2"
769 "RoyalBlue1"
770 "SlateBlue4"
771 "SlateBlue3"
772 "SlateBlue2"
773 "SlateBlue1"
774 "azure4"
775 "azure3"
776 "azure2"
777 "azure1"
778 "MistyRose4"
779 "MistyRose3"
780 "MistyRose2"
781 "MistyRose1"
782 "LavenderBlush4"
783 "LavenderBlush3"
784 "LavenderBlush2"
785 "LavenderBlush1"
786 "honeydew4"
787 "honeydew3"
788 "honeydew2"
789 "honeydew1"
790 "ivory4"
791 "ivory3"
792 "ivory2"
793 "ivory1"
794 "cornsilk4"
795 "cornsilk3"
796 "cornsilk2"
797 "cornsilk1"
798 "LemonChiffon4"
799 "LemonChiffon3"
800 "LemonChiffon2"
801 "LemonChiffon1"
802 "NavajoWhite4"
803 "NavajoWhite3"
804 "NavajoWhite2"
805 "NavajoWhite1"
806 "PeachPuff4"
807 "PeachPuff3"
808 "PeachPuff2"
809 "PeachPuff1"
810 "bisque4"
811 "bisque3"
812 "bisque2"
813 "bisque1"
814 "AntiqueWhite4"
815 "AntiqueWhite3"
816 "AntiqueWhite2"
817 "AntiqueWhite1"
818 "seashell4"
819 "seashell3"
820 "seashell2"
821 "seashell1"
822 "snow4"
823 "snow3"
824 "snow2"
825 "snow1"
826 "thistle"
827 "MediumPurple"
828 "medium purple"
829 "purple"
830 "BlueViolet"
831 "blue violet"
832 "DarkViolet"
833 "dark violet"
834 "DarkOrchid"
835 "dark orchid"
836 "MediumOrchid"
837 "medium orchid"
838 "orchid"
839 "plum"
840 "violet"
841 "magenta"
842 "VioletRed"
843 "violet red"
844 "MediumVioletRed"
845 "medium violet red"
846 "maroon"
847 "PaleVioletRed"
848 "pale violet red"
849 "LightPink"
850 "light pink"
851 "pink"
852 "DeepPink"
853 "deep pink"
854 "HotPink"
855 "hot pink"
856 "red"
857 "OrangeRed"
858 "orange red"
859 "tomato"
860 "LightCoral"
861 "light coral"
862 "coral"
863 "DarkOrange"
864 "dark orange"
865 "orange"
866 "LightSalmon"
867 "light salmon"
868 "salmon"
869 "DarkSalmon"
870 "dark salmon"
871 "brown"
872 "firebrick"
873 "chocolate"
874 "tan"
875 "SandyBrown"
876 "sandy brown"
877 "wheat"
878 "beige"
879 "burlywood"
880 "peru"
881 "sienna"
882 "SaddleBrown"
883 "saddle brown"
884 "IndianRed"
885 "indian red"
886 "RosyBrown"
887 "rosy brown"
888 "DarkGoldenrod"
889 "dark goldenrod"
890 "goldenrod"
891 "LightGoldenrod"
892 "light goldenrod"
893 "gold"
894 "yellow"
895 "LightYellow"
896 "light yellow"
897 "LightGoldenrodYellow"
898 "light goldenrod yellow"
899 "PaleGoldenrod"
900 "pale goldenrod"
901 "khaki"
902 "DarkKhaki"
903 "dark khaki"
904 "OliveDrab"
905 "olive drab"
906 "ForestGreen"
907 "forest green"
908 "YellowGreen"
909 "yellow green"
910 "LimeGreen"
911 "lime green"
912 "GreenYellow"
913 "green yellow"
914 "MediumSpringGreen"
915 "medium spring green"
916 "chartreuse"
917 "green"
918 "LawnGreen"
919 "lawn green"
920 "SpringGreen"
921 "spring green"
922 "PaleGreen"
923 "pale green"
924 "LightSeaGreen"
925 "light sea green"
926 "MediumSeaGreen"
927 "medium sea green"
928 "SeaGreen"
929 "sea green"
930 "DarkSeaGreen"
931 "dark sea green"
932 "DarkOliveGreen"
933 "dark olive green"
934 "DarkGreen"
935 "dark green"
936 "aquamarine"
937 "MediumAquamarine"
938 "medium aquamarine"
939 "CadetBlue"
940 "cadet blue"
941 "LightCyan"
942 "light cyan"
943 "cyan"
944 "turquoise"
945 "MediumTurquoise"
946 "medium turquoise"
947 "DarkTurquoise"
948 "dark turquoise"
949 "PaleTurquoise"
950 "pale turquoise"
951 "PowderBlue"
952 "powder blue"
953 "LightBlue"
954 "light blue"
955 "LightSteelBlue"
956 "light steel blue"
957 "SteelBlue"
958 "steel blue"
959 "LightSkyBlue"
960 "light sky blue"
961 "SkyBlue"
962 "sky blue"
963 "DeepSkyBlue"
964 "deep sky blue"
965 "DodgerBlue"
966 "dodger blue"
967 "blue"
968 "RoyalBlue"
969 "royal blue"
970 "MediumBlue"
971 "medium blue"
972 "LightSlateBlue"
973 "light slate blue"
974 "MediumSlateBlue"
975 "medium slate blue"
976 "SlateBlue"
977 "slate blue"
978 "DarkSlateBlue"
979 "dark slate blue"
980 "CornflowerBlue"
981 "cornflower blue"
982 "NavyBlue"
983 "navy blue"
984 "navy"
985 "MidnightBlue"
986 "midnight blue"
987 "LightGray"
988 "light gray"
989 "LightGrey"
990 "light grey"
991 "grey"
992 "gray"
993 "LightSlateGrey"
994 "light slate grey"
995 "LightSlateGray"
996 "light slate gray"
997 "SlateGrey"
998 "slate grey"
999 "SlateGray"
1000 "slate gray"
1001 "DimGrey"
1002 "dim grey"
1003 "DimGray"
1004 "dim gray"
1005 "DarkSlateGrey"
1006 "dark slate grey"
1007 "DarkSlateGray"
1008 "dark slate gray"
1009 "black"
1010 "white"
1011 "MistyRose"
1012 "misty rose"
1013 "LavenderBlush"
1014 "lavender blush"
1015 "lavender"
1016 "AliceBlue"
1017 "alice blue"
1018 "azure"
1019 "MintCream"
1020 "mint cream"
1021 "honeydew"
1022 "seashell"
1023 "LemonChiffon"
1024 "lemon chiffon"
1025 "ivory"
1026 "cornsilk"
1027 "moccasin"
1028 "NavajoWhite"
1029 "navajo white"
1030 "PeachPuff"
1031 "peach puff"
1032 "bisque"
1033 "BlanchedAlmond"
1034 "blanched almond"
1035 "PapayaWhip"
1036 "papaya whip"
1037 "AntiqueWhite"
1038 "antique white"
1039 "linen"
1040 "OldLace"
1041 "old lace"
1042 "FloralWhite"
1043 "floral white"
1044 "gainsboro"
1045 "WhiteSmoke"
1046 "white smoke"
1047 "GhostWhite"
1048 "ghost white"
1049 "snow")
1050 "The list of X colors from the `rgb.txt' file. 390 "The list of X colors from the `rgb.txt' file.
1051 XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp") 391 XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp")
1052 392
1053 (defun xw-defined-colors (&optional frame) 393 (defun xw-defined-colors (&optional frame)
1054 "Internal function called by `defined-colors', which see." 394 "Internal function called by `defined-colors', which see."