-
Notifications
You must be signed in to change notification settings - Fork 375
(Feature): Application Theming #767
Description
Make sure to follow our issue report guidelines
- I have read the feature request guidelines
- I have followed the contributing guidelines to the best of my understanding
- This feature is not on the issue tracker and is not a duplicate
Provide a description of your feature request
I like working with Natron, but one thing that's missing for me is the ability to theme the application itself. I couldn't really find any themes besides @olear's https://github.com/olear/natron-styles, but I think the resource it outdated by now. I tried looking into creating some custom but did not get far.
I noticed that there is the option to set a custom theme by using a custom mainstyle.qss but I did not find any documentation on how to adapt the file to achieve another color palette.
I'm unsure how colours are set in the QSS file since no hex colour values are used but rather color references like { color: %10; }.
Could anyone point me at some helpful resources to help me create some themes? I'd like to contribute so please let me know how I should best go about creating a set of themes for Natron.
Thanks in advance!
Is this a realistically implementable feature?
- My feature is realistically implementable
- My feature is NOT realistically implementable
Can you contribute in creating this feature?
- I am unable, or not willing to contribute to creating this feature
- I am able and willing to contribute to the creation of this feature
Additional details
No response