diff options
author | Arseniy Movshev <dodoradio@outlook.com> | 2023-07-07 12:32:21 +0100 |
---|---|---|
committer | Arseniy Movshev <dodoradio@outlook.com> | 2023-07-07 12:37:30 +0100 |
commit | b07e3116d537e949ed84abf5402564da1efc0fbb (patch) | |
tree | 8f45bbe46c85c846c2447b43d8979ec499747014 /src | |
parent | cb61105a2f0ed79eb816ec75b72acd35436d4daa (diff) |
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" } |