tjohnman / Obsession

A modern Hotline client written in Qt featuring Shift-JIS support and other stuff.
GNU General Public License v3.0
10 stars 1 forks source link

Add support for macOS dark mode #43

Open Knezzen opened 1 year ago

Knezzen commented 1 year ago

Hi!

It would be awesome to add support for automatic macOS dark mode detection.

Thanks for an awesome contribution to the Hotline community!

tjohnman commented 12 months ago

Thank you for your kind words! I'm not sure dark mode can be done with Qt 4, though. And I think on Mac, color palettes for the UI are not supported, so I think there's no good way to do it.

Perhaps there could be a Qt 6 build that supports this.