diff --git a/funcs/games/fourInARowDraw.py b/funcs/games/fourInARowDraw.py index 0e99d22..1eb50b9 100644 --- a/funcs/games/fourInARowDraw.py +++ b/funcs/games/fourInARowDraw.py @@ -21,13 +21,13 @@ def drawImage(channel): bottomBorder = 110 exampleCircles = 100 w, h = 2800,2400 - backgroundColor = (255,255,255,255) + backgroundColor = (230,230,234,255) boardOutlineColor = (0,0,0) - pieceOutlineColor = (255,255,255) + pieceOutlineColor = (244,244,248) emptyOutlineColor = (0,0,0) - player1Color = (230,65,40) - player2Color = (255,220,70) - boardColor = (45,125,225) + player1Color = (254,74,73) + player2Color = (254,215,102) + boardColor = (42,183,202) placeSize = 300 white = (255,255,255,160) winBarColor = (250,250,250,255)