This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, terry.reedy
Date 2021-05-28.22:50:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622242228.19.0.280013859384.issue44254@roundup.psfhosted.org>
In-reply-to
Content
One quick comment: one shouldn't assume what colors are being used on current macOS systems and a current Tk, like on macOS 11 Big Sur and Tk 8.6.11.  The foreground and background colors can depend on what system appearance is selected by the user (System Preferences -> General -> Appearance: Light/Dark/Auto). Changing the system appearance to Dark causes the Turtle Demo buttons to have a darker background and so the white text labels are now quite visible.  I don't know what the best solution is but it shouldn't be based on the assumption that the colors are fixed.
History
Date User Action Args
2021-05-28 22:50:28ned.deilysetrecipients: + ned.deily, terry.reedy
2021-05-28 22:50:28ned.deilysetmessageid: <1622242228.19.0.280013859384.issue44254@roundup.psfhosted.org>
2021-05-28 22:50:28ned.deilylinkissue44254 messages
2021-05-28 22:50:28ned.deilycreate