diff --git a/time_display.py b/time_display.py index f8e28ba..4938cf9 100644 --- a/time_display.py +++ b/time_display.py @@ -9,7 +9,7 @@ class TimeDisplay: self.currentHour = [-1, -1] self.currentMinute = [-1, -1] self.currentColor = [0, 0, 0] - self.color = [255, 80, 0] + self.color = [255, 0, 64] self.hourStartColumn = -1 self.timeDotsColumn = 7 self.minuteStartColumn = 9