# UI Color Customization

## <mark style="color:yellow;">Usage</mark>

{% stepper %}
{% step %}

#### Enter the folder with the script

{% endstep %}

{% step %}

#### Enter <kbd>html</kbd> folder

{% endstep %}

{% step %}

#### Open the <kbd>colors.css</kbd> file

{% endstep %}
{% endstepper %}

#### The code looks like this

```css
/* YOU CAN'T USE A COMMA BETWEEN RGB */
    --primary: 253 209 64; /* #fdd140 */
    --primary-rgba: 253, 209, 64; /* #fdd140 keep comma only here*/
    --background-primary: 71 57 19; /* #473913 */
    --background-from: 15 12 4; /* #0F0C04 */
    --background-to: 35 29 8; /* #231D08 */
```

#### To customize the UI for yourself, simply edit the RGB color.


---

# 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.devhub.gg/crafting/ui-color-customization.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.
