-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows10/11 Dark Mode Support #2413
Comments
More annoying my app MeerK40t (https://github.com/meerk40t/meerk40t) literally does support darkmode for linux and osx but the windows version is a flashlight in your eyes. You could do this, but you'd basically need to force change all the colors on every widget you use, or build a dark-mode capable set of them https://www.blog.pythonlibrary.org/2011/11/05/wxpython-creating-a-dark-mode/ |
I found the original wxWidgets experimentally supports dark mode with MSWEnableDarkMode() on ver3.3 (not released yet). Are there any plans to support dark mode on wxpython? |
Ping. Any plans on getting dark mode support on wxPython for Windows? The users is asking for it. Just implementing the undocumented |
Ping. I hope dark mode will be added in the next release. |
It will probably be a while before this will be supported in wxPython. I don't have any plans to move to the unstable branch of wxWidgets (3.3). Perhaps you could look into asking if the MSWEnableDarkMode patches could be backported to 3.2. |
Operating system:
windows 10
wxPython version & source:
wxpython=4.11 pypi
Python version & source:
python3.9.9
Description of the problem:
I can't use dark mode on Windows
Code Example (click to expand)
The text was updated successfully, but these errors were encountered: