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

# Themes

> Choose the appearance of your documentation with pre-built themes.

Customize the appearance of your documentation by selecting from a variety of professionally designed themes. Each theme offers distinct visual aesthetics and layouts to match your brand and content style.

## Configuring themes

Set your theme in `docs.json` using the [theme](/organize/settings#param-theme) configuration property:

```json docs.json theme={null}
{
  "theme": "mint"
}
```

## Available themes

Mintlify offers nine professionally designed themes, each with unique aesthetics and navigation patterns:

<CardGroup cols={2}>
  <Card title="Mint" icon="leaf" href="https://mint.mintlify.app">
    Classic documentation theme with time-tested layouts and familiar navigation.
  </Card>

  <Card title="Maple" icon="seedling" href="https://maple.mintlify.app">
    Modern, clean aesthetics perfect for AI and SaaS products.
  </Card>

  <Card title="Palm" icon="tree" href="https://palm.mintlify.app">
    Sophisticated fintech theme with deep customization for enterprise documentation.
  </Card>

  <Card title="Willow" icon="leaf-oak" href="https://willow.mintlify.app">
    Stripped-back essentials for distraction-free documentation.
  </Card>

  <Card title="Linden" icon="terminal" href="https://linden.mintlify.app">
    Retro terminal vibes with monospace fonts for that 80s hacker aesthetic.
  </Card>

  <Card title="Almond" icon="grid" href="https://almond.mintlify.app">
    Card-based organization meets minimalist design for intuitive navigation.
  </Card>

  <Card title="Aspen" icon="mountain" href="https://aspen.mintlify.app">
    Modern documentation crafted for complex navigation and custom components.
  </Card>

  <Card title="Sequoia" icon="trees" href="https://sequoia.mintlify.app">
    Minimal, elegant layouts designed for large-scale content-focused documentation.
  </Card>

  <Card title="Luma" icon="lightbulb" href="https://luma.mintlify.app">
    Clean, minimal design for polished documentation.
  </Card>
</CardGroup>

## Preview themes

Click on any theme card above to preview it in action. Each preview link showcases the theme's navigation structure, typography, color palette, and overall visual design.

<Tip>
  Choose a theme that complements your brand identity and matches your documentation's complexity level. Enterprise products may benefit from Palm, while developer tools might prefer Linden or Mint.
</Tip>
