From 7940b4fe89a9aa72c23a1f266b637b32a0b6eef3 Mon Sep 17 00:00:00 2001 From: csaba Date: Sun, 12 May 2024 17:32:53 +0000 Subject: One more adaptation of the "classic" theme to the look of current Tk core widgets. --- library/ttk/classicTheme.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ttk/classicTheme.tcl b/library/ttk/classicTheme.tcl index 1aa1593..575e899 100644 --- a/library/ttk/classicTheme.tcl +++ b/library/ttk/classicTheme.tcl @@ -31,9 +31,9 @@ namespace eval ttk::theme::classic { -indicatorcolor $colors(-frame) \ -highlightcolor $colors(-frame) \ -highlightthickness 1 \ - -selectborderwidth 1 \ - -insertwidth 2 \ + -selectborderwidth 0 \ -borderwidth 1 \ + -insertwidth 2 \ -focuswidth 0 # To match pre-Xft X11 appearance, use: -- cgit v0.12