From 5f5b571ffeda160176a575beb298a510a46b4751 Mon Sep 17 00:00:00 2001 From: fvogel Date: Wed, 5 Oct 2016 14:45:53 +0000 Subject: 'clam' theme: darker blue for the inside of the box in alternate state --- library/ttk/clamTheme.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ttk/clamTheme.tcl b/library/ttk/clamTheme.tcl index e6cabb7..f4ad43b 100644 --- a/library/ttk/clamTheme.tcl +++ b/library/ttk/clamTheme.tcl @@ -17,8 +17,8 @@ namespace eval ttk::theme::clam { -lightest "#ffffff" -selectbg "#4a6984" -selectfg "#ffffff" - -altindicator "#9fbdd8" - -disabledaltindicator "#c0c0c0" + -altindicator "#5895bc" + -disabledaltindicator "#a0a0a0" } ttk::style theme settings clam { -- cgit v0.12