[issue38261] Tkinter CheckButton default label white in macOS dark mode

2020-12-03 Thread Ronald Oussoren
Ronald Oussoren added the comment: This is a duplicate of #42541. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Tkinter colours wrong on MacOS universal2 ___ Python tracker

[issue38261] Tkinter CheckButton default label white in macOS dark mode

2020-11-16 Thread Ronald Oussoren
Ronald Oussoren added the comment: The same behaviour can be observed with Tk 8.6.10 build on macOS 11. IMHO the problem is not so much that the default text color changes, but that the background color of the window does not change, it stays the same light color as in light mode.

[issue38261] Tkinter CheckButton default label white in macOS dark mode

2019-09-24 Thread Ned Deily
Ned Deily added the comment: I assume you are using a Python 3.7.x from a python.org macOS installer? Support for macOS dark mode is almost entirely a Tk issue as Tkinter is basically a shallow wrapper around Tk-provided APIs. We have been shipping Tk 8.6.8, s stable, slightly out-of-date

[issue38261] Tkinter CheckButton default label white in macOS dark mode

2019-09-23 Thread Ryang Sohn
New submission from Ryang Sohn : In macOS, when "Dark Mode" is turned on, TKinter's checkbutton's default label color is white, not black. -- components: Tkinter, macOS files: tkinter_checkbox.py messages: 353056 nosy: Ryang Sohn, ned.deily, ronaldoussoren priority: normal severity: