chutney/colors.py

5 lines
92 B
Python
Raw Normal View History

2022-12-24 10:59:04 -05:00
BLACK = [0, 0, 0 ]
RED = [255, 0, 0 ]
PINK = [255, 0, 64 ]
BLUE = [0, 64, 128]