From 515da810599f2f56a8bcb0455c67dae3e3803549 Mon Sep 17 00:00:00 2001 From: eLtMosen Date: Thu, 10 Feb 2022 17:52:38 +0100 Subject: Change colors to implement https://github.com/AsteroidOS/asteroid-launcher/issues/84 --- asteroid-compass.desktop.template | 4 ++-- src/main.qml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/asteroid-compass.desktop.template b/asteroid-compass.desktop.template index c1b2944..9461686 100644 --- a/asteroid-compass.desktop.template +++ b/asteroid-compass.desktop.template @@ -3,5 +3,5 @@ Type=Application Categories=Applications; Exec=invoker --single-instance --type=qtcomponents-qt5 /usr/bin/asteroid-compass Icon=ios-compass-outline -X-Asteroid-Center-Color=#4cd479 -X-Asteroid-Outer-Color=#1c723a +X-Asteroid-Center-Color=#29A600 +X-Asteroid-Outer-Color=#070C00 diff --git a/src/main.qml b/src/main.qml index f6c171c..6a7db45 100644 --- a/src/main.qml +++ b/src/main.qml @@ -23,8 +23,8 @@ import QtSensors 5.3 Application { id: app - centerColor: "#4cd479" - outerColor: "#1c723a" + centerColor: "#29A600" + outerColor: "#070C00" property int rotation: 0; property int calibration: 0; -- cgit v1.2.3-70-g09d2