From 3af8df0743723e2f81f039f492337f8b8400c622 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Fri, 10 Oct 2014 05:05:08 +0100 Subject: [PATCH] neutral portal colour: change to a slightly redder orange - so that anomaly portals with cluster markers in orange don't get quite so lost. it's not so red that the red cluster portals become an issue --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 9e7f25ce..af9c713f 100644 --- a/main.js +++ b/main.js @@ -149,7 +149,7 @@ window.FIELD_MU_DISPLAY_AREA_ZOOM_RATIO = 0.001; window.FIELD_MU_DISPLAY_POINT_TOLERANCE = 60 window.COLOR_SELECTED_PORTAL = '#f0f'; -window.COLORS = ['#FF9900', '#0088FF', '#03DC03']; // none, res, enl +window.COLORS = ['#FF6600', '#0088FF', '#03DC03']; // none, res, enl window.COLORS_LVL = ['#000', '#FECE5A', '#FFA630', '#FF7315', '#E40000', '#FD2992', '#EB26CD', '#C124E0', '#9627F4']; window.COLORS_MOD = {VERY_RARE: '#b08cff', RARE: '#73a8ff', COMMON: '#8cffbf'};