summaryrefslogtreecommitdiff
path: root/xgps
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-10-18 14:44:06 -0700
committerGary E. Miller <gem@rellim.com>2018-10-18 14:44:06 -0700
commitb62e2440d38f72b3388e18dff4c3f5ea6d3c909d (patch)
treea93bcac7137e84ae35fa7922317ae9a67d02d850 /xgps
parent4e1ef9c58db0da4f76f59d58d8773ffb2e476d67 (diff)
downloadgpsd-b62e2440d38f72b3388e18dff4c3f5ea6d3c909d.tar.gz
xgps tweak sat colors.
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)