Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 58d222d

Browse files
authored
Merge pull request #6 from AirMate/patch-1
More Colors Update
2 parents c5e8884 + e6736b7 commit 58d222d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RandomModules/Mario.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
'HAIR': 0x823BDC
1717
}
1818

19-
CLOTH_COLORS = [(255, 255, 255), (234, 49, 49), (66, 137, 244), (131, 244, 66), (145, 40, 141), (232, 221, 20)]
19+
CLOTH_COLORS = [(255, 255, 255), (173, 36, 36), (9, 96, 168), (10, 193, 3), (99, 27, 98), (211, 155, 20), (204, 0, 91), (10, 160, 149), (105, 158, 0), (158, 60, 0), (82, 12, 206), (81, 81, 81), (193, 193, 0), (98, 63, 193)] # white, red, blue, lime, purple, gold, pink, turquoise, green, orange, smashluigitrousers, grey, yellow and lilac
2020

2121
SENSIBLE_COLORS = {
2222
'OVERALLS': CLOTH_COLORS,
2323
'HAT_AND_SHIRT': CLOTH_COLORS,
2424
'GLOVES': CLOTH_COLORS,
25-
'SHOES': [(119, 95, 6), (0, 0, 0), (239, 239, 239), (255, 255, 255)], # black, brown, gray and white
26-
'SKIN': [(45, 34, 30), (60, 46, 40), (75, 57, 50), (90, 69, 60), (105, 80, 70), (120, 92, 80), (120, 92, 80), (135, 103, 90), (150, 114, 100), (165, 126, 110), (180, 138, 120), (195, 149, 130), (210, 161, 140), (225, 172, 150), (240, 184, 160), (255, 195, 170), (255, 206, 108), (255, 220, 177)],
27-
'HAIR': [(9, 6, 9), (44, 34, 43), (58, 48, 38), (78, 67, 63), (80, 68, 69), (106, 78, 86), (85, 72, 56), (167, 133, 106), (184, 151, 120), (220, 208, 186), (222, 168, 153), (151, 121, 97), (233, 206, 168), (228, 220, 168), (165, 137, 70), (145, 85, 61), (83, 61, 53), (113, 99, 90), (182, 166, 158), (214, 196, 194), (255, 24, 225), (202, 191, 177), (141, 74, 67), (181, 82, 57)],
25+
'SHOES': [(119, 95, 6), (0, 0, 0), (120, 120, 120), (255, 255, 255), (112, 29, 0), (0, 112, 28), (22, 92, 112), (68, 57, 112), (112, 39, 89)], # brown, black, gray, white, redbrown, green, turquoise, purple and pink
26+
'SKIN': [(45, 34, 30), (60, 46, 40), (75, 57, 50), (90, 69, 60), (105, 80, 70), (120, 92, 80), (135, 103, 90), (150, 114, 100), (165, 126, 110), (180, 138, 120), (195, 149, 130), (210, 161, 140), (225, 172, 150), (240, 184, 160), (255, 195, 170), (255, 206, 108), (255, 174, 117), (255, 191, 135), (255, 220, 177)],
27+
'HAIR': [(9, 6, 9), (44, 34, 43), (58, 48, 38), (78, 67, 63), (80, 68, 69), (106, 78, 86), (85, 72, 56), (167, 133, 106), (184, 151, 120), (220, 208, 186), (222, 168, 153), (151, 121, 97), (233, 206, 168), (228, 220, 168), (165, 137, 70), (145, 85, 61), (83, 61, 53), (113, 99, 90), (182, 166, 158), (214, 196, 194), (183, 18, 164), (202, 191, 177), (141, 74, 67), (181, 82, 57), (229, 0, 7), (0, 229, 26), (0, 110, 229), (229, 160, 0), (0, 143, 175)],
2828
}
2929

3030
'''

0 commit comments

Comments
 (0)