diff --git a/chutney/garage/garage_display.py b/chutney/garage/garage_display.py index 62624b9..0b3614a 100644 --- a/chutney/garage/garage_display.py +++ b/chutney/garage/garage_display.py @@ -52,8 +52,8 @@ class GarageDisplay: self.symbolDisplay.displaySquare( x=column, y=self.topRow, - outlineColor=self.closedOutlineColor, - fillColor=self.closedFillColor + outlineColor=self.openOutlineColor, + fillColor=self.openFillColor ) def showClosedDoor(self, column):