From 7735a9f97b849c6392f7e113ea3a25cdfab8ac92 Mon Sep 17 00:00:00 2001 From: csharpen Date: Fri, 29 Jul 2022 09:06:01 +0000 Subject: [PATCH] If treating RR73/73 as CQ, soften highlighting to help differentiate foreshadow from an actual CQ --- package.nw/lib/roster/processRosterHunting.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.nw/lib/roster/processRosterHunting.js b/package.nw/lib/roster/processRosterHunting.js index 3f218d63..a5116c8e 100644 --- a/package.nw/lib/roster/processRosterHunting.js +++ b/package.nw/lib/roster/processRosterHunting.js @@ -786,6 +786,13 @@ function processRosterHunting(callRoster, rosterSettings) { callingBg = calling + inversionAlpha; calling = bold; + // If treating RR73/73 as CQ, soften highlighting to help differentiate foreshadow from an actual CQ + if (callObj.DXcall == "RR73" || callObj.DXcall == "73") + { + callingConf = `${unconf}#90EE90${inversionAlpha};`; + calling = `#90EE90${inversionAlpha};` + callingBg = "#000000" + } } // Assemble all styles