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

# Map styles

> Raiden 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.raidenmaps.com/styles/{styleId}.json?key={apiKey}`

## Raiden White

<Frame caption="https://cdn.raidenmaps.com/styles/white.json">
  <iframe width="100%" height="315" src="https://cdn.raidenmaps.com/assets/examples/white.html" />
</Frame>

## Raiden Light

If you really want color... 😞

<Frame caption="https://cdn.raidenmaps.com/styles/light.json">
  <iframe width="100%" height="315" src="https://cdn.raidenmaps.com/assets/examples/light.html" />
</Frame>

## Raiden Gray

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

## Raiden Dark

<Frame caption="https://cdn.raidenmaps.com/styles/dark.json">
  <iframe width="100%" height="315" src="https://cdn.raidenmaps.com/assets/examples/dark.html" />
</Frame>

## Raiden Black

<Frame caption="https://cdn.raidenmaps.com/styles/black.json">
  <iframe width="100%" height="315" src="https://cdn.raidenmaps.com/assets/examples/black.html" />
</Frame>
