@@ -561,6 +561,7 @@ ColorContainer::ColorContainer()
561
561
colors[" darkgoldenrod" ] = 0xb8860b ;
562
562
colors[" darkgray" ] = 0xa9a9a9 ;
563
563
colors[" darkgreen" ] = 0x006400 ;
564
+ colors[" darkgrey" ] = 0xa9a9a9 ;
564
565
colors[" darkkhaki" ] = 0xbdb76b ;
565
566
colors[" darkmagenta" ] = 0x8b008b ;
566
567
colors[" darkolivegreen" ] = 0x556b2f ;
@@ -571,11 +572,13 @@ ColorContainer::ColorContainer()
571
572
colors[" darkseagreen" ] = 0x8fbc8f ;
572
573
colors[" darkslateblue" ] = 0x483d8b ;
573
574
colors[" darkslategray" ] = 0x2f4f4f ;
575
+ colors[" darkslategrey" ] = 0x2f4f4f ;
574
576
colors[" darkturquoise" ] = 0x00ced1 ;
575
577
colors[" darkviolet" ] = 0x9400d3 ;
576
578
colors[" deeppink" ] = 0xff1493 ;
577
579
colors[" deepskyblue" ] = 0x00bfff ;
578
580
colors[" dimgray" ] = 0x696969 ;
581
+ colors[" dimgrey" ] = 0x696969 ;
579
582
colors[" dodgerblue" ] = 0x1e90ff ;
580
583
colors[" firebrick" ] = 0xb22222 ;
581
584
colors[" floralwhite" ] = 0xfffaf0 ;
@@ -588,6 +591,7 @@ ColorContainer::ColorContainer()
588
591
colors[" gray" ] = 0x808080 ;
589
592
colors[" green" ] = 0x008000 ;
590
593
colors[" greenyellow" ] = 0xadff2f ;
594
+ colors[" grey" ] = 0x808080 ;
591
595
colors[" honeydew" ] = 0xf0fff0 ;
592
596
colors[" hotpink" ] = 0xff69b4 ;
593
597
colors[" indianred" ] = 0xcd5c5c ;
@@ -604,11 +608,13 @@ ColorContainer::ColorContainer()
604
608
colors[" lightgoldenrodyellow" ] = 0xfafad2 ;
605
609
colors[" lightgray" ] = 0xd3d3d3 ;
606
610
colors[" lightgreen" ] = 0x90ee90 ;
611
+ colors[" lightgrey" ] = 0xd3d3d3 ;
607
612
colors[" lightpink" ] = 0xffb6c1 ;
608
613
colors[" lightsalmon" ] = 0xffa07a ;
609
614
colors[" lightseagreen" ] = 0x20b2aa ;
610
615
colors[" lightskyblue" ] = 0x87cefa ;
611
616
colors[" lightslategray" ] = 0x778899 ;
617
+ colors[" lightslategrey" ] = 0x778899 ;
612
618
colors[" lightsteelblue" ] = 0xb0c4de ;
613
619
colors[" lightyellow" ] = 0xffffe0 ;
614
620
colors[" lime" ] = 0x00ff00 ;
@@ -661,6 +667,7 @@ ColorContainer::ColorContainer()
661
667
colors[" skyblue" ] = 0x87ceeb ;
662
668
colors[" slateblue" ] = 0x6a5acd ;
663
669
colors[" slategray" ] = 0x708090 ;
670
+ colors[" slategrey" ] = 0x708090 ;
664
671
colors[" snow" ] = 0xfffafa ;
665
672
colors[" springgreen" ] = 0x00ff7f ;
666
673
colors[" steelblue" ] = 0x4682b4 ;
0 commit comments