summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2007-10-30 15:22:51 (GMT)
committerjenglish <jenglish@flightlab.com>2007-10-30 15:22:51 (GMT)
commitbbaec77e7acae48ed03a8b08a5bbd46ee3dd17ec (patch)
tree9b31b537a2c4034a53320d42fa7116e73638c36b /library
parent06e0381cd6b26bb2a980d4452a3bf9c04f43d11d (diff)
downloadtk-bbaec77e7acae48ed03a8b08a5bbd46ee3dd17ec.zip
tk-bbaec77e7acae48ed03a8b08a5bbd46ee3dd17ec.tar.gz
tk-bbaec77e7acae48ed03a8b08a5bbd46ee3dd17ec.tar.bz2
* generic/ttk/ttkWidget.c: Split up RedisplayWidget()
to factor out double-buffering related code. * macosx/ttkMacOSXAquaTheme.c: Use SetThemeBackGround/ kThemeBrushModelessDialogBackground{Active|Inactive} instead of ApplyThemeBackground/kThemeBackgroundWindowHeader (advice from DAS). * library/ttk/aquaTheme.tcl: Use darker shade for inactive and disabled text, to match typical values of most kThemeXXXTextColorInactive values.
Diffstat (limited to 'library')
-rw-r--r--library/ttk/aquaTheme.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl
index cb99600..1ed45d9 100644
--- a/library/ttk/aquaTheme.tcl
+++ b/library/ttk/aquaTheme.tcl
@@ -1,5 +1,5 @@
#
-# $Id: aquaTheme.tcl,v 1.6 2007/10/28 18:56:51 jenglish Exp $
+# $Id: aquaTheme.tcl,v 1.7 2007/10/30 15:22:52 jenglish Exp $
#
# Aqua theme (OSX native look and feel)
#
@@ -17,7 +17,7 @@ namespace eval ttk::theme::aqua {
-insertwidth 1 \
;
ttk::style map . \
- -foreground [list disabled "#a3a3a3" background "#a3a3a3"] \
+ -foreground [list disabled "#7f7f7f" background "#7f7f7f"] \
-selectbackground [list background "#c3c3c3" !focus "#c3c3c3"] \
-selectforeground [list background "#a3a3a3" !focus "#000000"] \
;