# Themes

Everything to configure in the guidebook UI is available in this file: `rcore_guidebook_v2\client\ui\config.js`

## How to change a theme

1. open config file located at the path specified above
2. change `activeTheme` to your desired theme

Available themes: `dark, light, twilight, cyber, neon, azure`

## How to create a new theme

1. open config file located at the path specified above
2. scroll to the "themes" section
3. copy the `dark` theme and paste it right below
4. change the name from "dark" to your theme's name
   1. no special characters or spaces! (example: `lightBlue` instead of `light blue`)
5. and change the color hex values to your desired ones


---

# 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://documentation.rcore.cz/paid-resources/rcore_guidebook/themes.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.
