Skip to content

Commit

Permalink
fix: make menu background darker in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Jun 23, 2022
1 parent c4013ee commit e764ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gridplayer/widgets/custom_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

COLORS_DARK = MappingProxyType(
{
"background": "#666",
"background": "#444",
"background_selected": "#888",
"background_checked": "#333",
"background_checked": "#666",
"text": "#eee",
"border": "#888",
}
Expand Down

0 comments on commit e764ce2

Please sign in to comment.