> For the complete documentation index, see [llms.txt](https://devcontrol2.gitbook.io/devcontrol2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devcontrol2.gitbook.io/devcontrol2/readme/set-up-your-account/customize-colors.md).

# Customize colors

DevControl2 uses **Material You Utilities** for color customization.

Open **Material You Utilities** from the sidebar to change the look of the interface.

This usually changes only your own view.

{% stepper %}
{% step %}

### Open Material You Utilities

Log in to Home Assistant.

In the sidebar, open **Material UI Utilities**.

{% hint style="info" %}
If you don't see it in the sidebar, you may have already hidden it. Try following the steps in [Customize sidebar](/devcontrol2/readme/set-up-your-account/customize-sidebar.md) to make it appear again.
{% endhint %}
{% endstep %}

{% step %}

### Choose the color style you want

Select the colors or theme that work best for you.

For example, you may prefer:

* a dark theme at night
* a light theme during the day
* a higher-contrast theme for readability
  {% endstep %}

{% step %}

### Save and check the result

Return to the dashboard.

Confirm that the colors, cards, and text look correct.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If a change does not appear immediately, refresh the page once.
{% endhint %}

### If the colors do not change

Try this:

* refresh the page once
* log out and log in again
* reopen **Material UI Utilities**
* follow the steps on [Refreshing page](/devcontrol2/readme/troubleshooting/refreshing-page.md)

If the issue continues, contact us at <devcontrol2@bombol.space>

### Example screen

<figure><img src="/files/4GesFkRtdi5GE4xx7Pd5" alt="screen of the metarial you utities. you can set base color, contrast level and scheme like expressive. the material you untilities are located at the elft side of dashboard."><figcaption><p>Theme settings view</p></figcaption></figure>

### Related pages

* [Log in](/devcontrol2/readme/set-up-your-account/log-in.md)
* [Customize sidebar](/devcontrol2/readme/set-up-your-account/customize-sidebar.md)
* [Refreshing page](/devcontrol2/readme/troubleshooting/refreshing-page.md)


---

# 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:

```
GET https://devcontrol2.gitbook.io/devcontrol2/readme/set-up-your-account/customize-colors.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.
