The proposal is simple, improve Dark Mode.
For example, the fact that on Windows Geany's Dark Mode does not change the color of the TitleBar is something that frustrates me
For me, implementing this would be enough.
Since you are using GTK and not WinAPI to program windows (a pretty obvious choice since this project is not focused on Windows), the DwmSetWindowAttribute
function will only work with the window handle. In other words, if you get the window handle using specific GTK functions, you can change the color of the Title Bar. You can also see what the system Color Mode is using the ShouldAppsUseDarkMode
and ShouldSystemUseDarkMode
functions.
Geting Window Handler using GTK for exemple...
I've already used the method of changing the color of the system's Title Bars, but it's not very cool or interesting as a solution... (but yes, it works)
I already made a similar issue, and it has already been resolved. But it is not the same issue. The big difference is that I would like the problem to be solved with code, within the project, and not on each user's computer (let's face it, having to change a part of the system for each installation just because of 1 application is not very cool...).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.