WMICraft/common/colors.py

8 lines
132 B
Python
Raw Normal View History

2022-03-09 16:59:58 +01:00
BLACK = (0, 0, 0)
WHITE = (255, 255, 255)
ORANGE = (249, 141, 42)
RED = (255, 58, 58)
GREEN = (0, 255, 0)
2022-03-09 16:59:58 +01:00
FONT_DARK = (37, 37, 37)