diff options
author | eLtMosen <koennecke@mosushi.com> | 2022-02-10 17:52:38 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2022-02-15 00:15:51 +0100 |
commit | 515da810599f2f56a8bcb0455c67dae3e3803549 (patch) | |
tree | 9becd13fd16ba7eab249004f53aeef3ff54438ec /src | |
parent | b3cf236b34c386a9cbff81ffc1631554bd60ee1b (diff) |
Change colors to implement https://github.com/AsteroidOS/asteroid-launcher/issues/84
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 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; |