# Eryn Wells ''' A bunch of colors. ''' BLACK = (0, 0, 0) WHITE = (255, 255, 255) GREY10 = (26, 26, 26) GREY50 = (128, 128, 128)