palette

Defines the Picotron color palette.

picopod.palette.PICOTRON_PALETTE = [(0, 0, 0), (29, 43, 83), (126, 37, 83), (0, 135, 81), (171, 82, 54), (95, 87, 79), (194, 195, 199), (255, 241, 232), (255, 0, 77), (255, 163, 0), (255, 236, 39), (0, 228, 54), (41, 173, 255), (131, 118, 156), (255, 119, 168), (255, 204, 170), (36, 99, 176), (0, 165, 161), (101, 70, 136), (18, 83, 89), (112, 50, 46), (69, 45, 50), (162, 136, 121), (255, 172, 197), (185, 0, 62), (226, 107, 19), (149, 240, 75), (0, 178, 81), (100, 223, 246), (189, 154, 223), (228, 13, 171), (244, 150, 113)]

Color palette from Picotron 0.3.0d as a list of (R, G, B) tuples.