> For the complete documentation index, see [llms.txt](https://docs.heisenware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heisenware.com/app-builder/build-frontend/theme-editor.md).

# Theme Editor

The Theme Editor lets you customize the visual appearance and color scheme of each App individually. This ensures your App aligns with your corporate branding or specific design requirements.

## How to apply a Theme

Follow these steps to customize your App's Theme:

{% stepper %}
{% step %}

#### Open Theme Editor

From the App Builder's main Toolbar, select Theme Editing mode (<i class="fa-palette">:palette:</i>).
{% endstep %}

{% step %}

#### Choose a base Theme

Select from `Generic`, `Material`, or `Fluent` to define the overall style of your Widgets.
{% endstep %}

{% step %}

#### Select a color scheme

Choose a predefined scheme from the left menu or manually adjust individual colors to create a custom look.
{% endstep %}

{% step %}

#### Apply changes

Click Apply to refresh the UI preview with your new Theme.
{% endstep %}

{% step %}

#### Exit

Click the App Editing icon (<i class="fa-mobile">:mobile:</i>) in the Toolbar to return.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Heisenware's theming engine is built on the DevExtreme framework. For advanced details on the base Themes, see the official [DevExtreme documentation](https://js.devexpress.com/Documentation/Guide/Themes_and_Styles/Predefined_Themes/).
{% endhint %}

<figure><img src="/files/3qwTCEr2uotRPXuFVJVX" alt="" width="563"><figcaption></figcaption></figure>

## How theming affects Widgets

Most [Widgets](/app-builder/build-frontend/widgets.md) include color settings that interact directly with the App Theme. By default, a Widget's color is set to `Automatic`.

* **Automatic**: The Widget inherits its colors from the global App Theme. If you change the Theme later, the Widget updates automatically.
* **Manual override**: If you set a specific color for a Widget (for example, making a specific Button solid red), that setting overrides the Theme. This specific color remains fixed even if the global Theme changes.


---

# 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://docs.heisenware.com/app-builder/build-frontend/theme-editor.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.
