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

# Appearance

> Choose your theme: System, Dark, or Light.

export const AppearanceFaq = () => <AccordionGroup>
    <Accordion title="How do I switch between light and dark mode?">
      Open <strong>Settings → Appearance</strong> and choose a <strong>theme</strong>: System, Dark, or Light. System follows your macOS appearance automatically.
    </Accordion>
  </AccordionGroup>;

Open **Settings** from the **account menu at the bottom left of the sidebar**, then choose **Appearance**. Settings opens full-screen with sections down the left.

## Theme

Choose a **theme**:

| Theme      | What it does                                                 |
| ---------- | ------------------------------------------------------------ |
| **System** | Follows your macOS light or dark mode setting automatically. |
| **Dark**   | A dark color scheme.                                         |
| **Light**  | A light color scheme.                                        |

The color palette shown alongside is a read-only reference, not something you edit.

## Common questions

<AppearanceFaq />

<Note>
  More answers are in the [FAQ](/support/faq#settings).
</Note>
