e6d7362cd92ad7ebac922c1d7c66308c5c43d38d
[feedingit] / psa_harmattan / feedingit / qml / Settings.qml
1 import Qt 4.7
2 Item {
3     property string mainTextColour: theme.inverted ? "white" : "black"
4     property string mainShadowColour: theme.inverted ? "black" : "white"
5     property int mainTextSize: 18
6     property string secondaryTextColour: theme.inverted?  "#7b97fd" : "#5c71bd"
7     property int secondaryTextSize: 14
8
9     property string backColour: theme.inverted? "#dddddd" : "#222222"
10 }