summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorculler <culler>2021-04-07 15:34:29 (GMT)
committerculler <culler>2021-04-07 15:34:29 (GMT)
commit77c7015f5d5b6a979514730a4fe527c2447e1cbf (patch)
tree3abac7fb07403f3502986824e016dea4e83f2b81 /library/ttk
parentd9aeb17bc875cb8fc6d1575fd094c619385526e7 (diff)
downloadtk-77c7015f5d5b6a979514730a4fe527c2447e1cbf.zip
tk-77c7015f5d5b6a979514730a4fe527c2447e1cbf.tar.gz
tk-77c7015f5d5b6a979514730a4fe527c2447e1cbf.tar.bz2
Fix the background for ttk::spinbox too.
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/aquaTheme.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl
index bba1aae..9896021 100644
--- a/library/ttk/aquaTheme.tcl
+++ b/library/ttk/aquaTheme.tcl
@@ -64,6 +64,10 @@ namespace eval ttk::theme::aqua {
}
# Spinbox
+ ttk::style configure TSpinbox \
+ -foreground systemTextColor \
+ -background systemTextBackgroundColor \
+ -fieldbackground systemTextBackgroundColor
ttk::style map TSpinbox \
-foreground {
disabled systemDisabledControlTextColor