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
This commit is contained in:
Jon Atkins 2013-09-25 09:28:29 +01:00
parent e21344295b
commit b10116e95f

View File

@ -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,