Skip to content

Commit 4a7521a

Browse files
committed
Darker but not greenish?
1 parent 7ddb486 commit 4a7521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ManualClient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class ManualContext(SuperContext):
8282
'deathlink_received': [1, 0, 0, 1],
8383
'deathlink_primed': [1, 1, 1, 1],
8484
'deathlink_sent': [0, 1, 0, 1],
85-
'game_select_button': [150/255, 200/255, 200/255, 1],
85+
'game_select_button': [200/255, 200/255, 200/255, 1],
8686
}
8787

8888
def __init__(self, server_address, password, game, player_name) -> None:

0 commit comments

Comments
 (0)