FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
205 stars 49 forks source link

adding light theme #178

Closed ghassenghouibi closed 3 years ago

ghassenghouibi commented 5 years ago

Hello, As I said on the title, I add a light . I did'nt change a lot of things,I got helped by your dark theme. This was to reply for issue #158 Hope it will help you !

FrancescoCeruti commented 5 years ago

I've tried it, and it looks a bit too white, there should be, in my opinion, some difference in the colors between certain widgets.

I'd suggest you to start from the default Qt "Fustion" style, and use the stylesheet to customize on top of that. Ideally you would simply ensure to load the base style in light.py with qt_app.setStyle("fusion"), before the setStyleSheet call, you can start with an empty qss file, and see what need to be "fixed", primarily the "custom widgets" styles (from line 632 of the current qss). The "fusion" style will also supply appropriate assets.

ghassenghouibi commented 5 years ago

Thank you for your suggestion ,i'll work on that soon