@@ -8,7 +8,6 @@ cdef object colors = {
8
8
' antiquewhite2' : (238 , 223 , 204 ),
9
9
' antiquewhite3' : (205 , 192 , 176 ),
10
10
' antiquewhite4' : (139 , 131 , 120 ),
11
- ' aqua' : (0 , 255 , 255 ),
12
11
' aquamarine' : (127 , 255 , 212 ),
13
12
' aquamarine1' : (127 , 255 , 212 ),
14
13
' aquamarine2' : (118 , 238 , 198 ),
@@ -69,7 +68,6 @@ cdef object colors = {
69
68
' cornsilk2' : (238 , 232 , 205 ),
70
69
' cornsilk3' : (205 , 200 , 177 ),
71
70
' cornsilk4' : (139 , 136 , 120 ),
72
- ' crimson' : (220 , 20 , 60 ),
73
71
' cyan' : (0 , 255 , 255 ),
74
72
' cyan1' : (0 , 255 , 255 ),
75
73
' cyan2' : (0 , 238 , 238 ),
@@ -118,6 +116,7 @@ cdef object colors = {
118
116
' darkslategrey' : (47 , 79 , 79 ),
119
117
' darkturquoise' : (0 , 206 , 209 ),
120
118
' darkviolet' : (148 , 0 , 211 ),
119
+ ' debianred' : (215 , 7 , 81 ),
121
120
' deeppink' : (255 , 20 , 147 ),
122
121
' deeppink1' : (255 , 20 , 147 ),
123
122
' deeppink2' : (238 , 18 , 137 ),
@@ -142,7 +141,6 @@ cdef object colors = {
142
141
' firebrick4' : (139 , 26 , 26 ),
143
142
' floralwhite' : (255 , 250 , 240 ),
144
143
' forestgreen' : (34 , 139 , 34 ),
145
- ' fuchsia' : (255 , 0 , 255 ),
146
144
' gainsboro' : (220 , 220 , 220 ),
147
145
' ghostwhite' : (248 , 248 , 255 ),
148
146
' gold' : (255 , 215 , 0 ),
@@ -380,7 +378,6 @@ cdef object colors = {
380
378
' indianred2' : (238 , 99 , 99 ),
381
379
' indianred3' : (205 , 85 , 85 ),
382
380
' indianred4' : (139 , 58 , 58 ),
383
- ' indigo' : (75 , 0 , 130 ),
384
381
' ivory' : (255 , 255 , 240 ),
385
382
' ivory1' : (255 , 255 , 240 ),
386
383
' ivory2' : (238 , 238 , 224 ),
@@ -452,7 +449,6 @@ cdef object colors = {
452
449
' lightyellow2' : (238 , 238 , 209 ),
453
450
' lightyellow3' : (205 , 205 , 180 ),
454
451
' lightyellow4' : (139 , 139 , 122 ),
455
- ' lime' : (0 , 255 , 0 ),
456
452
' limegreen' : (50 , 205 , 50 ),
457
453
' linen' : (250 , 240 , 230 ),
458
454
' magenta' : (255 , 0 , 255 ),
@@ -498,7 +494,6 @@ cdef object colors = {
498
494
' navy' : (0 , 0 , 128 ),
499
495
' navyblue' : (0 , 0 , 128 ),
500
496
' oldlace' : (253 , 245 , 230 ),
501
- ' olive' : (128 , 128 , 0 ),
502
497
' olivedrab' : (107 , 142 , 35 ),
503
498
' olivedrab1' : (192 , 255 , 62 ),
504
499
' olivedrab2' : (179 , 238 , 58 ),
@@ -558,7 +553,6 @@ cdef object colors = {
558
553
' purple2' : (145 , 44 , 238 ),
559
554
' purple3' : (125 , 38 , 205 ),
560
555
' purple4' : (85 , 26 , 139 ),
561
- ' rebeccapurple' : (102 , 51 , 153 ),
562
556
' red' : (255 , 0 , 0 ),
563
557
' red1' : (255 , 0 , 0 ),
564
558
' red2' : (238 , 0 , 0 ),
@@ -596,7 +590,6 @@ cdef object colors = {
596
590
' sienna2' : (238 , 121 , 66 ),
597
591
' sienna3' : (205 , 104 , 57 ),
598
592
' sienna4' : (139 , 71 , 38 ),
599
- ' silver' : (192 , 192 , 192 ),
600
593
' skyblue' : (135 , 206 , 235 ),
601
594
' skyblue1' : (135 , 206 , 255 ),
602
595
' skyblue2' : (126 , 192 , 238 ),
@@ -633,7 +626,6 @@ cdef object colors = {
633
626
' tan2' : (238 , 154 , 73 ),
634
627
' tan3' : (205 , 133 , 63 ),
635
628
' tan4' : (139 , 90 , 43 ),
636
- ' teal' : (0 , 128 , 128 ),
637
629
' thistle' : (216 , 191 , 216 ),
638
630
' thistle1' : (255 , 225 , 255 ),
639
631
' thistle2' : (238 , 210 , 238 ),
@@ -655,23 +647,13 @@ cdef object colors = {
655
647
' violetred2' : (238 , 58 , 140 ),
656
648
' violetred3' : (205 , 50 , 120 ),
657
649
' violetred4' : (139 , 34 , 82 ),
658
- ' webgray' : (128 , 128 , 128 ),
659
- ' webgreen' : (0 , 128 , 0 ),
660
- ' webgrey' : (128 , 128 , 128 ),
661
- ' webmaroon' : (128 , 0 , 0 ),
662
- ' webpurple' : (128 , 0 , 128 ),
663
650
' wheat' : (245 , 222 , 179 ),
664
651
' wheat1' : (255 , 231 , 186 ),
665
652
' wheat2' : (238 , 216 , 174 ),
666
653
' wheat3' : (205 , 186 , 150 ),
667
654
' wheat4' : (139 , 126 , 102 ),
668
655
' white' : (255 , 255 , 255 ),
669
656
' whitesmoke' : (245 , 245 , 245 ),
670
- ' x11gray' : (190 , 190 , 190 ),
671
- ' x11green' : (0 , 255 , 0 ),
672
- ' x11grey' : (190 , 190 , 190 ),
673
- ' x11maroon' : (176 , 48 , 96 ),
674
- ' x11purple' : (160 , 32 , 240 ),
675
657
' yellow' : (255 , 255 , 0 ),
676
658
' yellow1' : (255 , 255 , 0 ),
677
659
' yellow2' : (238 , 238 , 0 ),
0 commit comments