# Dark mode

The theme supports Dark Mode and Automatic Dark Mode. It is enabled by default and works with all color schemes except the Dark option.

### Step-by-step:

{% stepper %}
{% step %}
Go to the "**Design & branding**" settings in Ghost Admin and click "**Customize**".
{% endstep %}

{% step %}
Under the **Site wide** section, locate the **dark mode toggle**.
{% endstep %}

{% step %}
Click "**Save**" to apply the changes.
{% endstep %}
{% endstepper %}

A dark mode switch appears in the **mobile menu** and in the **footer**, allowing visitors to toggle between light and dark modes. When the Dark color scheme is selected, dark mode stays active and the switch is hidden.

The theme stores each visitor’s preference for future visits.

### Automatic Dark Mode

If a visitor has not used the dark mode switch, the theme follows the system appearance setting of their device or browser. Once toggled manually, the selected preference overrides the system setting.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pinathemes.gitbook.io/docs/breeze/customization/site-wide/dark-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
