From 2a6459835829fadd97699adaba2cef18978ed289 Mon Sep 17 00:00:00 2001 From: Si Hollett Date: Wed, 2 Nov 2016 12:55:26 +0000 Subject: [PATCH] change unclinched "lightsalmon" changing it from gray to something more pink --- lib/tmjsfuncs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tmjsfuncs.js b/lib/tmjsfuncs.js index 97925322..e2c2825c 100644 --- a/lib/tmjsfuncs.js +++ b/lib/tmjsfuncs.js @@ -76,7 +76,7 @@ colorCodes[3] = { name: "yellow", unclinched: "rgb(255,255,128)", clinched: "rgb colorCodes[4] = { name: "teal", unclinched: "rgb(100,200,200)", clinched: "rgb(0,200,200)" }; colorCodes[5] = { name: "green", unclinched: "rgb(100,255,100)", clinched: "rgb(0,255,0)" }; colorCodes[6] = { name: "magenta", unclinched: "rgb(255,100,255)", clinched: "rgb(255,0,255)" }; -colorCodes[7] = { name: "lightsalmon", unclinched: "rgb(200,200,200)", clinched: "rgb(255,160,122)" }; +colorCodes[7] = { name: "lightsalmon", unclinched: "rgb(255,200,200)", clinched: "rgb(255,160,122)" }; // array of custom color codes to be pulled from query string parameter "colors=" var customColorCodes = new Array();