View Single Post
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#3093
Apologies if this has been posted before, but I searched this thread and didn't find it.

If you want to make the inverted theme permanent, edit the file /opt/waxmppplugin/bin/wazapp/UI/main.qml and change:
Code:
    Component.onCompleted: {
        //theme.inverted = true
    }
to read:
Code:
    Component.onCompleted: {
        theme.inverted = true
    }
This works in 0.2.6, I haven't looked at the latest releases.

Edit: With this patch, the dark theme is the default, you can still switch to the light theme by choosing 'Invert Colors' in the menu.

Last edited by ginggs; 2012-09-01 at 08:17.