diff options
author | fvogelnew1@free.fr <fvogel> | 2016-10-05 14:45:53 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2016-10-05 14:45:53 (GMT) |
commit | 737dfeae3331b794686d733f3a268324fb0db808 (patch) | |
tree | 8e3312964dc73edf9356b8f7374bd6cc5807dd24 /library | |
parent | d13660084cbfc2c376522104fa04379df8c48e44 (diff) | |
download | tk-737dfeae3331b794686d733f3a268324fb0db808.zip tk-737dfeae3331b794686d733f3a268324fb0db808.tar.gz tk-737dfeae3331b794686d733f3a268324fb0db808.tar.bz2 |
'clam' theme: darker blue for the inside of the box in alternate state
Diffstat (limited to 'library')
-rw-r--r-- | library/ttk/clamTheme.tcl | 4 |
1 files 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 { |