From a1c33da691be7ff060efa0b46d6773ab0f305f09 Mon Sep 17 00:00:00 2001 From: Sergey Kalinin Date: Thu, 2 Aug 2018 14:04:16 +0300 Subject: [PATCH] Some changes --- lib/ttk_theme_black.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ttk_theme_black.tcl b/lib/ttk_theme_black.tcl index 77dc11a..39acbf1 100644 --- a/lib/ttk_theme_black.tcl +++ b/lib/ttk_theme_black.tcl @@ -97,7 +97,7 @@ namespace eval ttk::theme::black { # -itemfill #ffffff -itemaccentfill yellow } option add *Toplevel.Background $colors(-dark) interactive - option add *Treeview.Background red interactive + #option add *Treeview.Background red interactive # option add *Frame.Background $colors(-frame) interactive # option add *Label.Background $colors(-frame) interactive # option add *Label.Foreground $colors(-foreground) interactive