> 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/it/user-interface/ui-customization/theme.md).

# Tema

{% tabs %}
{% tab title="Windows" %}
Il tema di Remote Desktop Manager può essere modificato per adattarsi meglio alle sue preferenze. Modifica il colore e la tonalità dell'interfaccia utente.

Questa impostazione ***Tema*** è disponibile in ***File – Impostazioni – Interfaccia utente***. Può scegliere il tema ***Chiaro*** o il tema ***Scuro***. Può anche scegliere di rispecchiare il tema del suo sistema, se preferisce. Il tema verrà applicato automaticamente dopo aver cliccato su ***OK***.

<table><thead><tr><th width="148">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td>Sistema</td><td>Utilizza il tema del suo sistema.</td></tr><tr><td>Chiaro</td><td>Utilizza un tema chiaro con tonalità di bianco, grigio chiaro e blu.</td></tr><tr><td>Scuro</td><td>Utilizza un tema scuro con tonalità di nero, grigio scuro e blu.</td></tr></tbody></table>

Un altro modo più rapido per accedere a questa impostazione è disponibile anche nella scheda ***Account*** del ***riquadro di navigazione***.

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

Per confrontare i due temi, ecco due esempi della stessa vista in Remote Desktop Manager: il primo utilizza il tema ***Chiaro*** e il secondo il tema ***Scuro***.

![](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" %}
Il tema di Remote Desktop Manager può essere modificato per adattarsi meglio alle sue preferenze. Modifica il colore e la tonalità dell'interfaccia utente.

Questa impostazione ***Tema*** è disponibile in ***File – Impostazioni – Interfaccia utente***. Può scegliere il tema ***Chiaro*** o il tema ***Scuro***. Può anche scegliere di rispecchiare il tema del suo sistema, se preferisce. Il tema verrà applicato automaticamente dopo aver cliccato su ***OK***.

<table><thead><tr><th width="149">OPZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td>Sistema</td><td>Utilizza il tema del suo sistema.</td></tr><tr><td>Chiaro</td><td>Utilizza un tema chiaro con tonalità di bianco, grigio chiaro e blu.</td></tr><tr><td>Scuro</td><td>Utilizza un tema scuro con tonalità di nero, grigio scuro e blu.</td></tr></tbody></table>

Un altro modo più rapido per accedere a questa impostazione è disponibile anche nella scheda ***Account*** del ***riquadro di navigazione***.
{% 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, and the optional `goal` query parameter:

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