-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add theme support #16
Conversation
… setting to onThemeUpdated slots
Fix conflict in src/ctrl/time/time_Renderer.cpp as the setting name has changed
…Introduce theme::TimeLine proxy for sending Qt stylesheet changes to non-QWidget derived classes
@herace - you should probably squash this into one commit. In case we want to roll things back at some point? |
oh wow, excellent work @larpon, Im going to Peer review this 👍 |
Cool, its really nice to have to themes on AE. Great stuff man 👍 |
Awesome! There's still room for improvement, but it's a start. We could also provide a custom dark theme maybe (so you don't have to have a dark system theme to get a dark AE theme) |
Yeah, since now the foundation is established putting themes will be less a hassle and of course later on there will be a dark theme. This merge is definitely good stuff 👍 |
This PR will add theme support including support for customizations and tweaks.
Features