diff --git a/gmap.py b/gmap.py index 126a73d..9aae1ba 100644 --- a/gmap.py +++ b/gmap.py @@ -49,7 +49,7 @@ class Worker(threading.Thread): col_val = int((timelen / 60)) if col_val >= 30: - marker = CircleMarker(tup, Color("yellow").get_hex_l() + "70", 12) + marker = CircleMarker(tup, Color("blue").get_hex_l() + "70", 12) else: marker = CircleMarker(tup, colors[col_val].get_hex_l() + "70", 12) self.map.add_marker(marker) diff --git a/maps.png b/maps.png new file mode 100644 index 0000000..8067828 Binary files /dev/null and b/maps.png differ