summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-12-23 00:58:49 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-12-23 00:58:49 +0100
commit0835915d1199fe87af75ca4b8cbead81d2592ef7 (patch)
treed5019453aa8b8c16552c2588ac1fc3c6abeb16e7
parent17cfa3ed355f78e844d9d53cb56280dba2adf92f (diff)
Change track coloring
-rw-r--r--osm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/osm.el b/osm.el
index 5be817b..7eeeba0 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)