summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorculler <culler>2019-04-14 17:29:55 (GMT)
committerculler <culler>2019-04-14 17:29:55 (GMT)
commita231332e57a1d87c18d3e76889cc32749851f591 (patch)
treeddc691af62351f94cfc3fd772a6c5c3e167432b9 /library/ttk
parenta955dbaac96f1fbdba1e1b4b197703ac45a2e5f0 (diff)
downloadtk-a231332e57a1d87c18d3e76889cc32749851f591.zip
tk-a231332e57a1d87c18d3e76889cc32749851f591.tar.gz
tk-a231332e57a1d87c18d3e76889cc32749851f591.tar.bz2
For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to match
the NSColor name. Document the new colors.
Diffstat (limited to 'library/ttk')
-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 77ece22..4b0740f 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 systemTtkBackground \
+ -background systemWindowBackgroundColor \
-foreground systemLabelColor \
-selectbackground systemHighlight \
-selectforeground systemLabelColor \
@@ -112,7 +112,7 @@ namespace eval ttk::theme::aqua {
ttk::style configure Heading \
-font TkHeadingFont \
-foreground systemTextColor \
- -background systemTtkBackground
+ -background systemWindowBackgroundColor
ttk::style configure Treeview -rowheight 18 \
-background systemTextBackgroundColor \
-foreground systemTextColor \