> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/user-interface/ui-customization/theme.md).

# Theme

{% tabs %}
{% tab title="Windows" %}
The theme of Remote Desktop Manager can be changed to better suit your preferences. It modifies the color and shade of the user interface.

This ***Theme*** setting is available in ***File – Settings – User interface***. You can choose the ***Light*** theme or the ***Dark*** theme. You can also choose to mirror your system's theme if you prefer. The theme will be automatically applied once you click ***OK***.

<table><thead><tr><th width="148">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>System</td><td>Uses your system's theme.</td></tr><tr><td>Light</td><td>Uses a clear theme with tones of white, light gray, and blue.</td></tr><tr><td>Dark</td><td>Uses a dark theme with tones of black, dark gray, and blue.</td></tr></tbody></table>

Another quicker way to access this setting is also available in the ***Account*** tab of the ***navigation pane***.

![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2137.png)

To compare both themes, here are two examples of the same view in Remote Desktop Manager: the first one using the ***Light*** theme and the second one the ***Dark*** theme.

![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2135.png)

![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2136.png)
{% endtab %}

{% tab title="macOS" %}
The theme of Remote Desktop Manager can be changed to better suit your preferences. It modifies the color and shade of the user interface.

This ***Theme*** setting is available in ***File – Settings – User interface***. You can choose the ***Light*** theme or the ***Dark*** theme. You can also choose to mirror your system's theme if you prefer. The theme will be automatically applied once you click ***OK***.

<table><thead><tr><th width="149">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>System</td><td>Uses your system's theme.</td></tr><tr><td>Light</td><td>Uses a clear theme with tones of white, light gray, and blue.</td></tr><tr><td>Dark</td><td>Uses a dark theme with tones of black, dark gray, and blue.</td></tr></tbody></table>

Another quicker way to access this setting is also available in the ***Account*** tab of the ***navigation pane***.
{% endtab %}
{% endtabs %}


---

# 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://docs.devolutions.net/rdm/user-interface/ui-customization/theme.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.
