aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asteroid-map.desktop.template4
-rw-r--r--src/main.qml4
2 files changed, 4 insertions, 4 deletions
diff --git a/asteroid-map.desktop.template b/asteroid-map.desktop.template
index 0527294..5bddf68 100644
--- a/asteroid-map.desktop.template
+++ b/asteroid-map.desktop.template
@@ -3,5 +3,5 @@ Type=Application
Categories=Applications;
Exec=invoker --single-instance --type=qtcomponents-qt5 /usr/bin/asteroid-map
Icon=ios-topographic-outline
-X-Asteroid-Center-Color=#003F1A
-X-Asteroid-Outer-Color=#00FCC9
+X-Asteroid-Center-Color=#00FCC9
+X-Asteroid-Outer-Color=#003F1A
diff --git a/src/main.qml b/src/main.qml
index 5980264..b5f0ac5 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -22,8 +22,8 @@ import Nemo.Configuration 1.0
import QtSensors 5.3
Application {
- centerColor: colors.primary
- outerColor: colors.secondary
+ centerColor: colors.secondary
+ outerColor: colors.primary
id: app
Item {