# Themes editor

Quantower has a massive set of settings for each functionality, allowing you to tune coloring. Each panel provides a setting up for the visual representation of its contents: show/hide components and apply custom colors and text styling. Then, you can save these changes as defaults per panel or create a panel's Templates containing the specific functionality settings set. Themes editor fulfills the creativity of every trader, allowing them to make the complete coloring override based on their taste.

## Theming basic principles

Quantower UI color theme (Theme) is a set of color variables used throughout the application. Initially, each panel, screen, or technical message uses these variables as color defaults and then applies the custom colors set by the user via settings, if there are any.&#x20;

When you switch your Theme, Quantower will override all in-panel colors to the new Theme's color set and reset all your custom coloring changes. This was made to keep the overall UI presentation complete and persistent (especially when switching between dark and light themes).&#x20;

{% hint style="info" %}
Please note! To reapply your custom in-panel colors after the theme change, save them using "Set as default" or "Save as Template" per each panel.&#x20;
{% endhint %}

After the Theme switch, reopen the required panel to apply the custom "Set by Default" colors or use the previously saved panel's Template via the context menu.

## Themes editor screen

The theme editor screen is in the Miscellaneous section of the Control Center sidebar. Once you launch it, you will be notified about the custom color reset mentioned above. When you click Proceed, your Theme will be reset to its defaults and ready for modification.&#x20;

{% hint style="success" %}
Please note! We recommend selecting the default theme that best meets your preferences and then starting to modify it.
{% endhint %}

<figure><img src="/files/iSAX6WqBDI650Q7XkXVL" alt=""><figcaption><p>Quantower Themes editor</p></figcaption></figure>

The Themes editor screen consists of the following:

* themes selector;
* current Theme's name (available only for custom Themes);
* a set of Theme's color variables;
* a bottom actions bar.

If you have a Default theme selected, you can't apply any color modifications to it. Instead, you should save your changes as a New theme first. You may Save a new theme at the very beginning or after you have made any color edits.&#x20;

When editing any Custom theme, you will be allowed to:

* **delete** this theme
* **duplicate** this theme (Save as new)
* **apply** color changes
* **discard** changes to the Theme's parameters

## Themes sharing

We strive to create the best user experience and constantly update the default themes. But — "as many people as many tastes" — so each user can make another "masterpiece" that will be loved by a traders community.&#x20;

This is why sharing themes is as simple as sharing other Quantower extensions—just copy-paste your theme to the respective folder in any remote `Quantower installation folder -> Settings -> Themes -> [Custom theme]`.&#x20;

Please share & get new Themes in our Discord channel thread.&#x20;

<br>


---

# 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://help.quantower.com/quantower/miscellaneous-panels/themes-editor.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.
