http://bugs.winehq.org/show_bug.cgi?id=59739 --- Comment #26 from Stian Low <wineryyyyy@gmail.com> --- (In reply to Stefan Dösinger from comment #2)
The best solution to easily changeable themes would be a default theme that manages to follow the system gtk/qt/macos theme, but as you observed, it isn't easy to do. I tried to go a little step into this direction by cleaning up the color management in light.msstyles, but Windows theming is awful (MR 7590).
Partly based on @dösinger response: Is replacing default .msstyle files considered too difficult for various 3rd party wine wrapper tools/launchers? This seems to be the simplest global backwards-compatible solution. Other than possible file differences across wine wrappers/launchers, it should just be a matter of locating the default .msstyles files and replacing them with whatever you prefer as the global basis to be copied each time a new prefix created. For example for GE-Proton10-32, replace these files: ./GE-Proton10-32/files/lib/wine/i386-windows/light.msstyles ./GE-Proton10-32/files/lib/wine/x86_64-windows/light.msstyles For wine 11.8, I built with Aero theme enabled which seems default so I had to replace these files: ./wine-11.8-install/lib/wine/i386-windows/aero.msstyles ./wine-11.8-install/lib/wine/x86_64-windows/aero.msstyles This is already supported and does not require any of those launchers to be rebuilt to support this method of global theme setting. So far it seems to be a simple file search and replace solution to the install paths. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.