# Themes

<figure><img src="/files/1RGIOh0w33KDnk2Nrt9w" alt=""><figcaption><p>Themes Screen</p></figcaption></figure>

The **Theme** screen allows you to apply different colored themes to your radio. By default, the EdgeTX SD card comes with the themes shown above. Long pressing on a selected theme will give you the following options:

* **Set Active** - Sets the selected theme as the active theme.
* **Edit** - Opens the theme editor to edit the selected theme.
* **Duplicate** - Makes a copy of the selected theme.
* **Delete** - Deletes the selected theme.

<figure><img src="/files/ZOSVPHbf4pQf0dDiH2fY" alt=""><figcaption><p>Edit Theme Screen</p></figcaption></figure>

Selecting the **Details** button will open the Edit Theme Details screen. Here you can edit the name, author and description of the them.

<figure><img src="/files/wBOQdprvtXxIjgVkKqBT" alt=""><figcaption><p>Edit Theme Details Screen</p></figcaption></figure>

To edit a theme in the **Theme Editor**, select the color variable from the list on the left side of the screen. Once you do, the **Edit Color** screen will be shown.&#x20;

<figure><img src="/files/SGeRqT5EcNzbQxCqt8Wf" alt=""><figcaption><p>Edit Color Screen</p></figcaption></figure>

Select the color using either the color scales on the left side of the screen. You can choose between the RGB and HSV color scales with the buttons at the upper right side of the screen.&#x20;

Once you have your desired color, press the theme logo in the upper left corner to go back to the **Edit Theme** screen to select another color variable to edit. Once you are finished, press the theme logo to exit the Theme Editor and save your changes.

{% hint style="info" %}
You can find more user-created themes and additional theme creation resources here: <https://github.com/EdgeTX/themes>
{% endhint %}


---

# 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://manual.edgetx.org/color-radios/radio-settings/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.
