Skip to content

Commit

Permalink
change bg transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanbao2000 committed Jul 2, 2023
1 parent 6759feb commit ea846e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

class BaseTheme(ABC):
transparent_color = (255, 255, 255, 0)
track_background_color = (0, 0, 0, 190)
track_background_color = (0, 0, 0, 220)

divider_lane_color = divider_beat_color = (51, 255, 255, 100)
divider_bar_color = (204, 255, 255, 210)
Expand Down

0 comments on commit ea846e2

Please sign in to comment.