Python-project/colours.py
2019-01-30 23:35:43 +01:00

7 lines
121 B
Python

# colours variables
WHITE=(245, 245, 245)
BLACK=(10, 10, 10)
RED=(245, 0, 0)
BLUE=(0, 0, 245)
BGCOLOR=(87,156,135)