summaryrefslogtreecommitdiffstats
path: root/library/ttk/aquaTheme.tcl
diff options
context:
space:
mode:
authorculler <culler>2019-04-01 15:03:24 (GMT)
committerculler <culler>2019-04-01 15:03:24 (GMT)
commitc01cc1fe20294b8c83dba11c2be15caff3cdce61 (patch)
treea571cd53561fcb6c09cd1998236659a80bcf442f /library/ttk/aquaTheme.tcl
parentade11f80ecb09290cd8272d7d58f55dac2e508de (diff)
downloadtk-c01cc1fe20294b8c83dba11c2be15caff3cdce61.zip
tk-c01cc1fe20294b8c83dba11c2be15caff3cdce61.tar.gz
tk-c01cc1fe20294b8c83dba11c2be15caff3cdce61.tar.bz2
Use geometry masters, not parents, to find the nesting depth.
Diffstat (limited to 'library/ttk/aquaTheme.tcl')
-rw-r--r--library/ttk/aquaTheme.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl
index 1e7745a..8379c49 100644
--- a/library/ttk/aquaTheme.tcl
+++ b/library/ttk/aquaTheme.tcl
@@ -7,7 +7,7 @@ namespace eval ttk::theme::aqua {
ttk::style configure . \
-font TkDefaultFont \
- -background systemWindowBody \
+ -background systemTtkBackground \
-foreground systemLabelColor \
-selectbackground systemHighlight \
-selectforeground systemLabelColor \