summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorculler <culler>2021-04-19 15:44:04 (GMT)
committerculler <culler>2021-04-19 15:44:04 (GMT)
commit1620864ea3524ac3bf9cf1a1de9d594908654617 (patch)
treedb0f7a5fa8e2eec16f1f7802dd22078febd0f3af /library/ttk
parente6275572c8b2c3742835f7fee009e38294508011 (diff)
downloadtk-1620864ea3524ac3bf9cf1a1de9d594908654617.zip
tk-1620864ea3524ac3bf9cf1a1de9d594908654617.tar.gz
tk-1620864ea3524ac3bf9cf1a1de9d594908654617.tar.bz2
Additional fixes to Aqua default colors and handling of fieldbackground for entry and spinbox widgets. Thanks to Christopher Chavez for patches.
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/aquaTheme.tcl6
1 files changed, 2 insertions, 4 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl
index 9896021..876423f 100644
--- a/library/ttk/aquaTheme.tcl
+++ b/library/ttk/aquaTheme.tcl
@@ -44,8 +44,7 @@ namespace eval ttk::theme::aqua {
# Entry
ttk::style configure TEntry \
-foreground systemTextColor \
- -background systemTextBackgroundColor \
- -fieldbackground systemTextBackgroundColor
+ -background systemTextBackgroundColor
ttk::style map TEntry \
-foreground {
disabled systemDisabledControlTextColor
@@ -66,8 +65,7 @@ namespace eval ttk::theme::aqua {
# Spinbox
ttk::style configure TSpinbox \
-foreground systemTextColor \
- -background systemTextBackgroundColor \
- -fieldbackground systemTextBackgroundColor
+ -background systemTextBackgroundColor
ttk::style map TSpinbox \
-foreground {
disabled systemDisabledControlTextColor