# Milk: Accent colour options

Milk allows you to either use a gradient preset colour scheme, or choose your own accent using a colour picker.

### Colour scheme previews

| Option name                                                     | Output                                                              |
| --------------------------------------------------------------- | ------------------------------------------------------------------- |
| <p>Custom<br><img src="/files/WeaguFxRJFQaDvDfmUDC" alt=""></p> | <img src="/files/GQkbzxuMnHvAUOusF86m" alt="" data-size="original"> |
| Aqua                                                            |                                                                     |
| Blush                                                           |                                                                     |
| Blue Lagoon                                                     |                                                                     |
| Calm Darya                                                      |                                                                     |
| Electric Violet                                                 |                                                                     |
| HoneyDew                                                        |                                                                     |
| Hot Red                                                         |                                                                     |
| Ibiza Sunset                                                    |                                                                     |
| Little Leaf                                                     |                                                                     |
| Neon Blue                                                       |                                                                     |
| Nighthawk                                                       |                                                                     |
| Pacific Dream                                                   |                                                                     |
| Pach                                                            |                                                                     |
| Purple Love                                                     |                                                                     |
| Rose Water                                                      |                                                                     |
| Sahara                                                          |                                                                     |
| Titanium                                                        |                                                                     |
| Warm Sunset                                                     |                                                                     |

***

### Choosing a preset colour scheme

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

***

### Setting your own accent colour

1. Open the FlightDeck extension (control panel)
2. Set "Theme Preset Colour" to **"Custom (use colour picker below)"**
3. On the row below, set "Theme Accent Colour" to a colour of your choice, or enter a [hexadecimal colour value](https://www.rapidtables.com/web/color/html-color-codes.html):<br>

   ![](https://web.archive.org/web/20230326174415im_/https://d33v4339jhl8k0.cloudfront.net/docs/assets/5e36e5442c7d3a7e9ae71c84/images/5e9c388a04286364bc989b90/file-FVMldT1V2R.png)
4. Submit

***

### Adding or modifying a preset gradient

Rather than add a new gradient switch to FlightDeck, it is easier to modify the stylesheet for a theme preset you don't like.&#x20;

In this example we'll modify the "Pacific Dream" stylesheet.&#x20;

1. In FlightDeck, select the `Pacific_Dream` preset&#x20;
2. The colour definitions are stored in: `yourforum.com/styles/Milk_v2/theme/colour-presets/Pacific_Dream.css`
3. Modify the colour and gradient values as desired

We recommend using a CSS3 gradient generator such as [cssgradient.io](http://cssgradient.io) to automatically generate new code for your own gradient.&#x20;

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

***

### Unreadable footer links

Some custom presets might cause the footer links to blend into the background. This can be remedied by enabling the **"High contrast footer links"** option in FlightDeck.


---

# 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-accent-colour-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.
