aboutsummaryrefslogtreecommitdiff
path: root/src/main.qml
diff options
context:
space:
mode:
authorArseniy Movshev <dodoradio@outlook.com>2023-07-07 12:32:21 +0100
committerArseniy Movshev <dodoradio@outlook.com>2023-07-07 12:37:30 +0100
commitb07e3116d537e949ed84abf5402564da1efc0fbb (patch)
tree8f45bbe46c85c846c2447b43d8979ec499747014 /src/main.qml
parentcb61105a2f0ed79eb816ec75b72acd35436d4daa (diff)
Make background colours a bit darker to improve readabilityHEADmaster
Diffstat (limited to 'src/main.qml')
-rw-r--r--src/main.qml4
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"
}