aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseniy Movshev <dodoradio@outlook.com>2023-05-30 11:38:56 +0100
committerArseniy Movshev <dodoradio@outlook.com>2023-05-30 11:38:56 +0100
commit87bf766fc720eae7b2c77dba86604295c6dc10a0 (patch)
tree467cbe8cb0a33ec876c76ece7f09a6eb975db6ed
parent4b989d322c598ed0a807e0e2179a071bc823894f (diff)
Switch to the colours used in asteroid-hrm
This app should eventually be a drop-in replacement for that, so it seems appropriate to reuse the colours
Diffstat (limited to '')
-rw-r--r--asteroid-health.desktop.template4
-rw-r--r--src/main.qml4
2 files changed, 4 insertions, 4 deletions
diff --git a/asteroid-health.desktop.template b/asteroid-health.desktop.template
index c7c33b5..6d709b1 100644
--- a/asteroid-health.desktop.template
+++ b/asteroid-health.desktop.template
@@ -3,5 +3,5 @@ Type=Application
Categories=Applications;
Exec=asteroid-health
Icon=ios-pulse-outline
-X-Asteroid-Center-Color=#b04d1c
-X-Asteroid-Outer-Color=#421c0a
+X-Asteroid-Center-Color=#0097A6
+X-Asteroid-Outer-Color=#00060C
diff --git a/src/main.qml b/src/main.qml
index bcf12d8..cfec0c7 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -24,8 +24,8 @@ import org.asteroid.sensorlogd 1.0
Application {
id: app
- centerColor: "#b04d1c"
- outerColor: "#421c0a"
+ centerColor: "#0097A6"
+ outerColor: "#00060C"
property var weekday: ["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];