Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
broganj opened this issue Jan 6, 2024 · 0 comments
Open

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

broganj opened this issue Jan 6, 2024 · 0 comments

Comments

@broganj
Copy link

broganj commented Jan 6, 2024

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant