diff --git a/colors.py b/colors.py new file mode 100644 index 0000000..1f6e2ef --- /dev/null +++ b/colors.py @@ -0,0 +1,8 @@ +BLACK = (0, 0, 0) +WHITE = (255, 255, 255) +GREEN = (0, 255, 0) +RED = (255, 0, 0) +BROWN = (140, 95, 65) +DBROWN = (65, 50, 20) +YELLOW = (255, 255, 0) +BLUE = (0, 0, 255)