pierr3 / vSMR

EuroScope Plugin to simulate the NOVA 9000 A-SMGCS system on VATSIM
GNU General Public License v3.0
67 stars 27 forks source link

Status code on tag does not respect text colour setting #110

Open broganj opened 8 months ago

broganj commented 8 months ago

Hi, not a major issue but I have the configuration below. The ground status displays in black not white like the rest of the labels. Can i change this behavior?

"departure": { "definition": [ [ "callsign" ], [ "sctype", "deprwy" ], ["groundstatus", "gate"] ], "background_color": { "r": 40, "g": 50, "b": 200, "a": 255 }, "background_color_on_runway": { "r": 40, "g": 50, "b": 200, "a": 255 }, "text_color": { "r": 255, "g": 255, "b": 255 }