From b53084767da28182949633a1d3fc671cca76b5eb Mon Sep 17 00:00:00 2001 From: Spencer Brown Date: Sat, 9 Dec 2023 18:39:15 +1000 Subject: [PATCH] Fix #2006: Define placeholder highlight BG colour here --- src/app/tk_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/tk_tools.py b/src/app/tk_tools.py index 606e4ab69..94054d324 100644 --- a/src/app/tk_tools.py +++ b/src/app/tk_tools.py @@ -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: