diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-23 00:58:49 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-23 00:58:49 +0100 |
| commit | 0835915d1199fe87af75ca4b8cbead81d2592ef7 (patch) | |
| tree | d5019453aa8b8c16552c2588ac1fc3c6abeb16e7 | |
| parent | 17cfa3ed355f78e844d9d53cb56280dba2adf92f (diff) | |
Change track coloring
| -rw-r--r-- | osm.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
