# \&darkmode

General Option! ([`&push`](/advanced-settings/setup-parameters/push.md), [`&room`](/advanced-settings/setup-parameters/room.md), [`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&scene`](/advanced-settings/mixer-scene-parameters/scene.md))

## Aliases

* `&nightmode`

## Options

Example: `&darkmode=0`

| Value            | Description            |
| ---------------- | ---------------------- |
| (no value given) | enables the dark-mode  |
| `0` \| `false`   | disables the dark-mode |

## Details

Enables the dark-mode stylings of the website.

Conversely, setting [`&lightmode`](/advanced-settings/design-parameters/and-lightmode.md), `&darkmode=0` or `&darkmode=false` will disable the dark-mode, forcing the light-mode.

The dark-mode will be selected automatically by default if your system is set to dark color mode, so this flag can be used to override that.

## Related

{% content-ref url="/pages/oVoeucFogh9kxB9i9d81" %}
[\&lightmode](/advanced-settings/design-parameters/and-lightmode.md)
{% endcontent-ref %}


---

# 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://docs.vdo.ninja/advanced-settings/design-parameters/darkmode.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.
