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