Choose from multiple visual themes to match your application's style.
modern)Clean, minimalist design with subtle colors. Perfect for professional applications.
{
"theme": "modern"
}
Characteristics:
classic)Traditional atlas style with warm colors and detailed borders.
{
"theme": "classic"
}
Characteristics:
satellite)Satellite imagery aesthetic with natural colors.
{
"theme": "satellite"
}
Characteristics:
topographic)Elevation-focused with contour-like styling.
{
"theme": "topographic"
}
Characteristics:
dark)Dark mode friendly with light borders on dark background.
{
"theme": "dark"
}
Characteristics:
light)High-contrast bright theme.
{
"theme": "light"
}
Characteristics:
blueprint)Technical drawing style.
{
"theme": "blueprint"
}
Characteristics:
| Theme | Background | Best For |
|---|---|---|
modern | Light gray | Web apps, dashboards |
classic | Warm beige | Educational materials |
satellite | Earth tones | Realistic presentations |
topographic | Subtle green | Geographic studies |
dark | Dark gray | Dark mode UIs |
light | White | Printing, high contrast |
blueprint | Blue | Technical presentations |
modern or light (clean, no distractions)classic (familiar atlas feel)dark or modern (modern UI)modern, light, or classicdarkblueprint or topographicThemes affect how highlights appear:
{
"theme": "dark",
"configuration": {
"highlight_subdivisions": [
{
"subdivision_code": "us-ca",
"fill_color": "#3498db",
"opacity": 0.7
}
]
}
}