chutney/colors.py

7 lines
121 B
Python

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