View Single Post
Posts: 4 | Thanked: 0 times | Joined on Apr 2012
#6
Originally Posted by timoph View Post
You need to have access to the application's source code to change it (if the change cannot be done from the application itself).

The needed change in qml would look something like this:
Code:
    Component.onCompleted: {	
        theme.inverted = true
    }
Hmm, that sounds like a dead end then...

Does anyone know if it's possible to have a "custom" stylesheet for each app? My poking at the blanco theme has thus far proven fruitless, nor have I been successful in finding docs regarding how to style apps.

Thanks for all the input so far!