chutney/colors.py

5 lines
92 B
Python

BLACK = [0, 0, 0 ]
RED = [255, 0, 0 ]
PINK = [255, 0, 64 ]
BLUE = [0, 64, 128]