# Milk: Light / dark options

By changing the base colour, you can choose whether your forum is light or dark in appearance.&#x20;

### Base colour previews

| Option name | Output                                                              |
| ----------- | ------------------------------------------------------------------- |
| Light       | <img src="/files/DcTRgyJzbQTtNuPJbCAo" alt="" data-size="original"> |
| Dark        | <img src="/files/AYaFPfzg32Wo8dp5WCju" alt="" data-size="original"> |

***

### Choosing the base colour

1. Open the FlightDeck extension (control panel)
2. Find "Theme base colour"
3. Set as required
4. Submit

***

### Modifying the dark stylesheet

If you want to modify the dark stylesheet, the colour values are stored in: `yourforum.com/styles/Milk_v2/theme/colours_dark.css`

See: [How to edit code files](/getting-started/how-to-edit-code-files.md)


---

# 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.planetstyles.net/feature-guides/milk-theme/milk-light-dark-options.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.
