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
}