--- layout: api title: "v1.6.0 API: Theming" categories: api version: v1.6.1 permalink: /api/v1.6.0/mapbox-theming --- {% raw %}
Mapbox.js implements a simple, light style on all interaction elements. A dark theme
is available by applying class="dark"
to the map div.
Example:
<div id="map" class="dark"></div>
{% endraw %}