chutney/colors.py

7 lines
121 B
Python
Raw Normal View History

2022-12-25 14:23:31 -05:00
BLACK = [0, 0, 0 ]
RED = [255, 0, 0 ]
PINK = [255, 0, 64 ]
GREEN = [0, 255, 0 ]
BLUE = [0, 64, 128]