Skip to content

Commit

Permalink
Adjust background color.
Browse files Browse the repository at this point in the history
Still pretty dark on the real device
  • Loading branch information
soerface committed Dec 3, 2024
1 parent d3c012f commit 7c23b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drinks_touch/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Color(enum.Enum):
ERROR = (255, 0, 0, 255)
SUCCESS = (0, 255, 0, 255)
BLACK = (0, 0, 0, 255)
BACKGROUND = (30, 30, 26, 255)
BACKGROUND = (60, 60, 60, 255)
NAVBAR_BACKGROUND = (5, 5, 5, 255)
BUTTON_BACKGROUND = (0, 0, 0, 255)

Expand Down

0 comments on commit 7c23b69

Please sign in to comment.