> For the complete documentation index, see [llms.txt](https://support.audacityteam.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.audacityteam.org/basics/customizing-audacity/using-themes.md).

# 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="/files/kwROTeD0O2tAICRji1k4" 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.

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

Then,

1. restart Audacity,
2. open the Preferences -> Interface page,
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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.audacityteam.org/basics/customizing-audacity/using-themes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
