The current Places PR uses a single style file (GeoJSON) that specifies the colors and shapes of every element displayed in the MapView.
Since all the elements are vector shapes, they can all be styled with different colors. The style that's currently in the PR is basically a "light" theme for the map. Can we find a similar style somewhere on the web that is a "dark" theme? If so, we can adapt it for our Places feature. And if not, we will need to duplicate the current "light" style and tweak all the individual colors to look appropriate for a dark theme.
Some documentation to pre-packaged themes: https://docs.mapbox.com/android/maps/guides/styles/set-a-style/


