diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.qml b/src/main.qml index b5f0ac5..85869c0 100644 --- a/src/main.qml +++ b/src/main.qml @@ -28,8 +28,8 @@ Application { Item { id: colors - property string primary: "#003F1A" - property string secondary: "#00FCC9" + property string primary: "#00382d" + property string secondary: "#00c9a0" property string textDefault: "#FFFFFF" property string textUnselected: "#999999" } |