# Appearance Mode (Light / Dark / User Controlled)

This setting allows you to control the overall color appearance of your website by choosing between Light mode, Dark mode, or a user-controlled option. When Light or Dark mode is selected, the entire site will follow that fixed appearance. If the “User Controlled” option is enabled, a toggle icon appears in the header, allowing visitors to switch between light and dark modes based on their personal preference.

**Step-by-Step Guide to Configure This Section**

1. Go to Ghost Admin
2. Navigate to  **Settings → Design → Theme → Site Wide**&#x20;
3. Find the **Appearance** setting
4. Select one of the following options:
   * **Light** – forces the site to always use light mode
   * **Dark** – forces the site to always use dark mode
   * **User Controlled** – enables a toggle icon in the header for visitors
5. Click **Save** to apply changes

<figure><img src="/files/9uM5XABejZh1YjhPESEl" alt=""><figcaption></figcaption></figure>


---

# 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://themesupport.gitbook.io/gravity-docs/general-settings/appearance-mode-light-dark-user-controlled.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.
