Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding light theme #178

Closed

Conversation

ghassenghouibi
Copy link

@ghassenghouibi ghassenghouibi commented May 12, 2019

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
Copy link
Owner

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.

@FrancescoCeruti FrancescoCeruti added the UI Related to the User Interface label May 13, 2019
@FrancescoCeruti FrancescoCeruti self-assigned this May 13, 2019
@ghassenghouibi
Copy link
Author

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

@FrancescoCeruti FrancescoCeruti removed their assignment May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI Related to the User Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants