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 | 5f5b571ffeda160176a575beb298a510a46b4751 (patch) | |
tree | 8e3312964dc73edf9356b8f7374bd6cc5807dd24 /library/ttk/clamTheme.tcl | |
parent | 828f2c0dd8dccab4a455c82bcf4550036926032c (diff) | |
download | tk-5f5b571ffeda160176a575beb298a510a46b4751.zip tk-5f5b571ffeda160176a575beb298a510a46b4751.tar.gz tk-5f5b571ffeda160176a575beb298a510a46b4751.tar.bz2 |
'clam' theme: darker blue for the inside of the box in alternate state
Diffstat (limited to 'library/ttk/clamTheme.tcl')
-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 { |