diff options
author | Arseniy Movshev <dodoradio@outlook.com> | 2023-07-07 12:32:21 +0100 |
---|---|---|
committer | Arseniy Movshev <dodoradio@outlook.com> | 2023-07-07 12:37:30 +0100 |
commit | b07e3116d537e949ed84abf5402564da1efc0fbb (patch) | |
tree | 8f45bbe46c85c846c2447b43d8979ec499747014 | |
parent | cb61105a2f0ed79eb816ec75b72acd35436d4daa (diff) |
-rw-r--r-- | asteroid-map.desktop.template | 4 | ||||
-rw-r--r-- | src/main.qml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/asteroid-map.desktop.template b/asteroid-map.desktop.template index 5bddf68..96377ed 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=#00FCC9 -X-Asteroid-Outer-Color=#003F1A +X-Asteroid-Center-Color=#00C9A0 +X-Asteroid-Outer-Color=#00382D diff --git a/src/main.qml b/src/main.qml index b5f0ac5..85869c0 100644 --- a/src/main.qml +++ b/src/main.qml @@ -28,8 +28,8 @@ Application { Item { id: colors - property string primary: "#003F1A" - property string secondary: "#00FCC9" + property string primary: "#00382d" + property string secondary: "#00c9a0" property string textDefault: "#FFFFFF" property string textUnselected: "#999999" } |