Skip to content

Commit

Permalink
Stash
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Aug 4, 2023
1 parent ee52e16 commit a375ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wideboy/scenes/night/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def setup(self):
# =====================================================================

CLOCK_POSITION = (self.width - 100, 0)
CLOCK_COLOR_FG = Color(0, 0, 0, 192)
CLOCK_COLOR_OUTLINE = Color(128, 255, 255, 255)
CLOCK_COLOR_FG = Color(0, 0, 0, 255)
CLOCK_COLOR_OUTLINE = Color(255, 192, 192, 255)

self.clock_time_widget = TimeSprite(
self,
Expand Down

0 comments on commit a375ce9

Please sign in to comment.