From f1b9903635365e90a4b40f2d93126884578c830b Mon Sep 17 00:00:00 2001 From: svkalinin Date: Thu, 25 Aug 2022 16:39:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=82=D0=B5=D0=BC=D1=8B=20=D0=B4=D0=BB=D1=8F=20=D0=B4?= =?UTF-8?q?=D0=B8=D0=B0=D0=BB=D0=BE=D0=B3=D0=B0=20=D0=BD=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=B3=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BF=D0=BE=20=D1=84=D1=83?= =?UTF-8?q?=D0=BD=D0=BA=D1=86=D0=B8=D1=8F=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/ttk_theme_dark.tcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/ttk_theme_dark.tcl b/theme/ttk_theme_dark.tcl index 03aae2c..19557a4 100644 --- a/theme/ttk_theme_dark.tcl +++ b/theme/ttk_theme_dark.tcl @@ -114,6 +114,9 @@ namespace eval ttk::theme::dark { option add *Toplevel.Background $colors(-dark) interactive option add *Text.Foreground $colors(-foreground) interactive option add *Text.Background $colors(-frame) interactive + + option add *Listbox.Background $colors(-treebg) interactive + option add *Listbox.Foreground $colors(-lighter) interactive # option add *Text.Insertbackground yellow interactive # option add *Text.BorderWidth -2 interactive