diff options
-rw-r--r-- | asteroid-stopwatch.desktop.template | 4 | ||||
-rw-r--r-- | src/main.qml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/asteroid-stopwatch.desktop.template b/asteroid-stopwatch.desktop.template index 8c2ba37..78eafee 100644 --- a/asteroid-stopwatch.desktop.template +++ b/asteroid-stopwatch.desktop.template @@ -3,5 +3,5 @@ Type=Application Categories=Applications; Exec=invoker --single-instance --type=qtcomponents-qt5 /usr/bin/asteroid-stopwatch Icon=ios-stopwatch-outline -X-Asteroid-Center-Color=#b01c7e -X-Asteroid-Outer-Color=#420a2f +X-Asteroid-Center-Color=#9800A6 +X-Asteroid-Outer-Color=#0C0009 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 |