# Using themes

Audacity comes with 4 themes preinstalled: Light, Dark, Classic and High Contrast. You can switch between themes by going to **Edit -> Preferences -> Interface** (macOS: Audacity -> Preferences -> Interface)

<figure><img src="https://2387260374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhmBVzGzh8SctWQ6jPR%2Fuploads%2FOGUQb970ilwsiOn5rD4p%2Fimage.png?alt=media&#x26;token=0bf12980-65e4-4caa-b09d-385a7030e245" alt=""><figcaption><p>Location of the themes options</p></figcaption></figure>

Once you have chosen a theme, click **OK** to close the preferences dialog and load the new theme.

## Installing custom themes

Custom themes commonly are distributed as files called ImageCache.png. You can find some custom themes here:

{% embed url="<https://plugins.audacityteam.org/additional-resources/audacity-themes>" %}

To install a custom theme, place the ImageCache.png in the following folders. You may create the folders if they aren't present.&#x20;

* **Windows:** C:\Users\\\<username>\AppData\Roaming\Audacity\Theme\custom\\
* **MacOS:** \~/Library/Application Support/audacity/Theme/custom/
* **Linux:** \~/.local/share/audacity/Theme/custom/

Then,&#x20;

1. restart Audacity,&#x20;
2. open the Preferences -> Interface page,&#x20;
3. select Custom as the theme and
4. press OK.

{% hint style="info" %}
**Note:** Custom themes are optimized for one version of Audacity only and may break from one Audacity version to the next. If a theme looks different from the screenshots, that's likely the reason.
{% endhint %}

## Creating custom themes

For instructions on creating custom themes, please check the following page:

{% embed url="<https://audacity.gitbook.io/dev/scripting/creating-custom-themes>" %}


---

# 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://support.audacityteam.org/basics/customizing-audacity/using-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.
