Skip to content

Commit 84ecf53

Browse files
committed
Update pygame_sdl2 to SDL 2.0.10.
1 parent 8f09fee commit 84ecf53

10 files changed

+889
-104
lines changed

include/color_dict.pxi

+1-19
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ cdef object colors = {
88
'antiquewhite2' : (238, 223, 204),
99
'antiquewhite3' : (205, 192, 176),
1010
'antiquewhite4' : (139, 131, 120),
11-
'aqua' : (0, 255, 255),
1211
'aquamarine' : (127, 255, 212),
1312
'aquamarine1' : (127, 255, 212),
1413
'aquamarine2' : (118, 238, 198),
@@ -69,7 +68,6 @@ cdef object colors = {
6968
'cornsilk2' : (238, 232, 205),
7069
'cornsilk3' : (205, 200, 177),
7170
'cornsilk4' : (139, 136, 120),
72-
'crimson' : (220, 20, 60),
7371
'cyan' : (0, 255, 255),
7472
'cyan1' : (0, 255, 255),
7573
'cyan2' : (0, 238, 238),
@@ -118,6 +116,7 @@ cdef object colors = {
118116
'darkslategrey' : (47, 79, 79),
119117
'darkturquoise' : (0, 206, 209),
120118
'darkviolet' : (148, 0, 211),
119+
'debianred' : (215, 7, 81),
121120
'deeppink' : (255, 20, 147),
122121
'deeppink1' : (255, 20, 147),
123122
'deeppink2' : (238, 18, 137),
@@ -142,7 +141,6 @@ cdef object colors = {
142141
'firebrick4' : (139, 26, 26),
143142
'floralwhite' : (255, 250, 240),
144143
'forestgreen' : (34, 139, 34),
145-
'fuchsia' : (255, 0, 255),
146144
'gainsboro' : (220, 220, 220),
147145
'ghostwhite' : (248, 248, 255),
148146
'gold' : (255, 215, 0),
@@ -380,7 +378,6 @@ cdef object colors = {
380378
'indianred2' : (238, 99, 99),
381379
'indianred3' : (205, 85, 85),
382380
'indianred4' : (139, 58, 58),
383-
'indigo' : (75, 0, 130),
384381
'ivory' : (255, 255, 240),
385382
'ivory1' : (255, 255, 240),
386383
'ivory2' : (238, 238, 224),
@@ -452,7 +449,6 @@ cdef object colors = {
452449
'lightyellow2' : (238, 238, 209),
453450
'lightyellow3' : (205, 205, 180),
454451
'lightyellow4' : (139, 139, 122),
455-
'lime' : (0, 255, 0),
456452
'limegreen' : (50, 205, 50),
457453
'linen' : (250, 240, 230),
458454
'magenta' : (255, 0, 255),
@@ -498,7 +494,6 @@ cdef object colors = {
498494
'navy' : (0, 0, 128),
499495
'navyblue' : (0, 0, 128),
500496
'oldlace' : (253, 245, 230),
501-
'olive' : (128, 128, 0),
502497
'olivedrab' : (107, 142, 35),
503498
'olivedrab1' : (192, 255, 62),
504499
'olivedrab2' : (179, 238, 58),
@@ -558,7 +553,6 @@ cdef object colors = {
558553
'purple2' : (145, 44, 238),
559554
'purple3' : (125, 38, 205),
560555
'purple4' : (85, 26, 139),
561-
'rebeccapurple' : (102, 51, 153),
562556
'red' : (255, 0, 0),
563557
'red1' : (255, 0, 0),
564558
'red2' : (238, 0, 0),
@@ -596,7 +590,6 @@ cdef object colors = {
596590
'sienna2' : (238, 121, 66),
597591
'sienna3' : (205, 104, 57),
598592
'sienna4' : (139, 71, 38),
599-
'silver' : (192, 192, 192),
600593
'skyblue' : (135, 206, 235),
601594
'skyblue1' : (135, 206, 255),
602595
'skyblue2' : (126, 192, 238),
@@ -633,7 +626,6 @@ cdef object colors = {
633626
'tan2' : (238, 154, 73),
634627
'tan3' : (205, 133, 63),
635628
'tan4' : (139, 90, 43),
636-
'teal' : (0, 128, 128),
637629
'thistle' : (216, 191, 216),
638630
'thistle1' : (255, 225, 255),
639631
'thistle2' : (238, 210, 238),
@@ -655,23 +647,13 @@ cdef object colors = {
655647
'violetred2' : (238, 58, 140),
656648
'violetred3' : (205, 50, 120),
657649
'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),
663650
'wheat' : (245, 222, 179),
664651
'wheat1' : (255, 231, 186),
665652
'wheat2' : (238, 216, 174),
666653
'wheat3' : (205, 186, 150),
667654
'wheat4' : (139, 126, 102),
668655
'white' : (255, 255, 255),
669656
'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),
675657
'yellow' : (255, 255, 0),
676658
'yellow1' : (255, 255, 0),
677659
'yellow2' : (238, 238, 0),

0 commit comments

Comments
 (0)