From b07e3116d537e949ed84abf5402564da1efc0fbb Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Fri, 7 Jul 2023 12:32:21 +0100 Subject: Make background colours a bit darker to improve readability --- src/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.qml') 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" } -- cgit v1.2.3-54-g00ecf