-
Notifications
You must be signed in to change notification settings - Fork 603
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
[Feature Request] Dark Mode #120
Comments
Cemu uses wxWidgets for the user interface. AFAIK it's wxWidgets that needs to provide a Dark Mode UI so might want to try asking (nicely) wxWidgets devs about it (but chances are they have already received this request from other people by now). TLDR; Cemu depends on wxWidgets devs to implement this functionality. |
I don't feel like I was asking impolitely I apologize if it seemed that way. |
Don't sweat it, I didn't say that you were being impolite here or anything :P |
WxWidgets uses Win32 for theming, which doesn't itself have dark mode toggle support, so the entire thing must be manually changed it does support windows 10's high contrast black mode though. |
According to https://www.windowslatest.com/2022/06/02/windows-11-22h2-is-bringing-mica-acrylic-design-to-more-win32-desktop-apps/ might make it easier for win32 applications to also use the dark mode elements they added for windows explorer. But we'll need to wait till that's out and devs are running it. 🤞 |
There is this... https://github.com/ysc3839/win32-darkmode |
That's where msstyles come in hand, msstyles are the microsoft themes/styles that you could use to modify those themes, so Win32 normally uses those msstyles, the main fault being ms being lazy and not fixing their msstyles which means they are still not fully dark, you could patch uxtheme and get a custom msstyles and get nice results Here is a custom dark msstyles which somehow seems to work. And the graphics packs tab using MicaForEveryone with the Tabbed (basically a more contrasty Mica) My main point: |
Its still a wxWidgets issue, Themes on Windows will color anything that reports supporting theming, so just because a custom theme fixes the issue somewhat doesn't pass the blame from wxWidgets to Microsoft. |
Some concepts for that in a similar project that also uses wxWidgets can be found here: https://github.com/tenacityteam/tenacity/pull/608 |
Can't wait! |
Nice! I'd been waiting for so long for Cemu to have a Dark Mode, that I thought it would never happen. But seeing that it may be within a year from now is very satisfying! |
follow up? |
No news. wxWidgets 3.3.0 is not out yet |
Here's a way to approximate when wxWidgets 3.3.0 will release: https://github.com/wxWidgets/wxWidgets/milestone/14 |
Probably the only emulator I use without some type of dark mode. Idk if it's possible based on the ui software cemu uses but it would be greatly appreciated!
The text was updated successfully, but these errors were encountered: