comparison lisp/term/x-win.el @ 94851:a9a8e5664a90

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