Skip to content

Commit

Permalink
Fix #2006: Define placeholder highlight BG colour here
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Dec 9, 2023
1 parent a2e7311 commit b530847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/tk_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def set_window_icon(window: Union[tk.Toplevel, tk.Tk]) -> None:

LISTBOX_BG_SEL_COLOR = 'blue'
LISTBOX_BG_COLOR = 'white'
LABEL_HIGHLIGHT_BG = '#5AD2D2'

# Some events differ on different systems, so define them here.
if utils.MAC:
Expand Down

0 comments on commit b530847

Please sign in to comment.