diff --git a/package.nw/lib/roster/processRosterHunting.js b/package.nw/lib/roster/processRosterHunting.js index 3f218d63..e901ea52 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