From b10116e95f248196aed8d5fafd599bcfa9a17942 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Wed, 25 Sep 2013 09:28:29 +0100 Subject: [PATCH] change draw tools colour to a darker purple - matching the marker colour used should make it easier to see against some maps that use a pink for some roads --- plugins/draw-tools.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/draw-tools.user.js b/plugins/draw-tools.user.js index 586b6126..a9ee160d 100644 --- a/plugins/draw-tools.user.js +++ b/plugins/draw-tools.user.js @@ -2,7 +2,7 @@ // @id iitc-plugin-draw-tools@breunigs // @name IITC plugin: draw tools // @category Layer -// @version 0.5.0.@@DATETIMEVERSION@@ +// @version 0.5.1.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@ @@ -35,7 +35,7 @@ window.plugin.drawTools.loadExternals = function() { window.plugin.drawTools.setOptions = function() { window.plugin.drawTools.lineOptions = { stroke: true, - color: '#f06eaa', + color: '#a24ac3', weight: 4, opacity: 0.5, fill: false, @@ -44,7 +44,7 @@ window.plugin.drawTools.setOptions = function() { window.plugin.drawTools.polygonOptions = { stroke: true, - color: '#f06eaa', + color: '#a24ac3', weight: 4, opacity: 0.5, fill: true,