> ## Documentation Index
> Fetch the complete documentation index at: https://maps.solvice.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Map styles

> Solvice map styles

Changing the stylo is only changing the style URL in the map object.
Check out the [Maplibre GL docs](/tiles/maplibre) or the [Leaflet docs](/tiles/leaflet) for more information.

`https://cdn.solvice.io/styles/{styleId}.json`

## Solvice White

<Frame caption="https://cdn.solvice.io/styles/white.json">
  <iframe width="100%" height="355" src="https://cdn.solvice.io/assets/examples/styles/white.html" />
</Frame>

## Solvice Light

If you really want color... 😞

<Frame caption="https://cdn.solvice.io/styles/light.json">
  <iframe width="100%" height="355" src="https://cdn.solvice.io/assets/examples/styles/light.html" />
</Frame>

## Solvice Gray

<Frame caption="https://cdn.solvice.io/styles/grayscale.json">
  <iframe width="100%" height="355" src="https://cdn.solvice.io/assets/examples/styles/gray.html" />
</Frame>

## Solvice Dark

<Frame caption="https://cdn.solvice.io/styles/dark.json">
  <iframe width="100%" height="355" src="https://cdn.solvice.io/assets/examples/styles/dark.html" />
</Frame>

## Solvice Black

<Frame caption="https://cdn.solvice.io/styles/black.json">
  <iframe width="100%" height="355" src="https://cdn.solvice.io/assets/examples/styles/black.html" />
</Frame>
