branch: externals/osm
commit 0835915d1199fe87af75ca4b8cbead81d2592ef7
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Change track coloring
---
osm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osm.el b/osm.el
index 5be817bdd1..7eeeba0d78 100644
--- a/osm.el
+++ b/osm.el
@@ -185,7 +185,7 @@ the domain name and the :user to the string \"apikey\"."
:type '(alist :key-type symbol :value-type string))
(defcustom osm-track-style
-
"stroke:#00a;stroke-width:5;stroke-linejoin:round;stroke-linecap:round;opacity:0.4;"
+
"stroke:#f0f;stroke-width:5;stroke-linejoin:round;stroke-linecap:round;opacity:0.5;"
"SVG style used to draw tracks."
:type 'string)