lian / msfs2020-go

connect to microsoft flight simulator 2020 using golang
MIT License
388 stars 57 forks source link

Night Mode? #22

Closed FormBurden closed 3 years ago

FormBurden commented 3 years ago

Would it be possible to add a night-mode feature so it's better on the eyes? Are you even able to since it seems that the data is pulled from a website such as OpenStreetMap? Anyway if because of that it makes it incredibly difficult if not impossible, what about filters or something? To layer over the map.

lian commented 3 years ago

that would be nice, and also unsure how easy that is. worst case we can add the overlay like you said. others in here also plan/want the night mode https://github.com/lian/msfs2020-go/issues/21

ip999 commented 3 years ago

Hi, I've opened a little PR with a very simple change to give a dark mode map theme. hope that's ok? #23

lian commented 3 years ago

took @ip999 changes and added different plane color for night mode. will be in next release!

thank you @ip999 !