Jertzukka / dlensExporter

Python GUI program to convert .dlens into .csv format.
MIT License
12 stars 6 forks source link

Added DarkTheme #2

Closed Piccar closed 1 year ago

Piccar commented 1 year ago

Added a DarkTheme like the one in the Preview GIF. Currently there is no switching On and Off.

Piccar commented 1 year ago

Added a feature where the Darkmode will be enabled if the OS also has Darkmode enabled.

Jertzukka commented 1 year ago

PySide2 already supports system theming at least on my setup, not sure about GTK, Windows etc. Switching to Breeze as light theme doesn't seem to be detected either. I'm not too worried about how the application looks theming wise and more concerned about the function.

theming theming2

Here's my system theme vs QDarkStyleSheets, which doesn't really look that good. (What's up with the cut off labels with this theme?)

Piccar commented 1 year ago

Oh. My bad im sorry. I checked it only on Windows and there the dark theme would not work. So I implemented this little stylesheet. Will close the PR.