summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorculler <culler>2021-04-07 15:44:56 (GMT)
committerculler <culler>2021-04-07 15:44:56 (GMT)
commit20d6c6704f185e6370e1ef868126f94ba261ae73 (patch)
tree0cbe74e0310d0fb0a303709486104a03571fc7b0 /library
parentff51c7383481f2bd7c3695c420b7b82be2599f41 (diff)
parentb93670f51c759848d8400b6934dbd0aee1f22cd6 (diff)
downloadtk-20d6c6704f185e6370e1ef868126f94ba261ae73.zip
tk-20d6c6704f185e6370e1ef868126f94ba261ae73.tar.gz
tk-20d6c6704f185e6370e1ef868126f94ba261ae73.tar.bz2
Merge 8.6
Diffstat (limited to 'library')
-rw-r--r--library/ttk/aquaTheme.tcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl
index 3ccdd70..9896021 100644
--- a/library/ttk/aquaTheme.tcl
+++ b/library/ttk/aquaTheme.tcl
@@ -42,6 +42,10 @@ namespace eval ttk::theme::aqua {
# so we only need to specify !focus.)
# Entry
+ ttk::style configure TEntry \
+ -foreground systemTextColor \
+ -background systemTextBackgroundColor \
+ -fieldbackground systemTextBackgroundColor
ttk::style map TEntry \
-foreground {
disabled systemDisabledControlTextColor
@@ -60,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