summaryrefslogtreecommitdiff
path: root/xgps
diff options
context:
space:
mode:
Diffstat (limited to 'xgps')
-rwxr-xr-xxgps4
1 files changed, 2 insertions, 2 deletions
diff --git a/xgps b/xgps
index 96be4780..eeb42dcd 100755
--- a/xgps
+++ b/xgps
@@ -455,9 +455,9 @@ class SkyView(Gtk.DrawingArea):
# RINEX 3 says 30 is "threshold for good tracking"
self.set_color(255, 255, 0) # yellow
elif sat.ss < 42:
- self.set_color(0, 180, 0) # green
+ self.set_color(0, 205, 0) # green3
else:
- self.set_color(0, 255, 0) # green1
+ self.set_color(0, 255, 180) # green and some blue
# shape by constellation
constellation = gnssid_str(sat)