From 166783694be8a16620e9014027c5cdc061b96a8c Mon Sep 17 00:00:00 2001 From: eLtMosen Date: Thu, 10 Feb 2022 18:50:51 +0100 Subject: Change colors to implement https://github.com/AsteroidOS/asteroid-launcher/issues/84 --- src/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.qml b/src/main.qml index a0b6e4a..a81f467 100644 --- a/src/main.qml +++ b/src/main.qml @@ -25,8 +25,8 @@ import Nemo.Configuration 1.0 Application { id: app - centerColor: "#b01c7e" - outerColor: "#420a2f" + centerColor: "#9800A6" + outerColor: "#0C0009" ConfigurationValue { id: previousTime -- cgit v1.2.3-54-g00ecf