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:
parent
e21344295b
commit
b10116e95f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user