> 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/de/knowledge-base/how-to-articles/theme-system.md).

# Theme-System

Das ***Theme-System*** von Remote Desktop Manager steckt noch in den Anfängen und wird sich in zukünftigen Versionen weiterentwickeln. Sie können die meisten von Remote Desktop Manager verwendeten Bilder überschreiben, indem Sie einfach ein Bild im Ordner ***Theme*** bereitstellen. Die einzige Voraussetzung ist, dass die Datei einen bestimmten Namen verwendet. Die meisten Bilder kommen paarweise vor, ein kleines und ein großes. Sie müssen beide überschreiben, um konsistent zu bleiben.

### Ordnerspeicherort

Der Ordner ***Theme*** befindet sich in Ihrem lokalen [Konfigurationsordner](/rdm/de/getting-started/installation/client/configuration-file-location.md), unter dem Ordner ***Images***.

### Spezifikationen der Bilddateien

#### Taskleistensymbol

Es muss eine standardmäßige [\*.ico](http://en.wikipedia.org/wiki/ICO_%28file_format%29)-Datei sein, die mindestens ein 16\*16-Bild enthält. Der Name muss Trayicon.ico sein

#### Kleine Bilder

Png-Datei, 16\*16 Pixel.

#### Große Bilder

Png-Datei, 32x32 Pixel.

### Namen der Bilddateien

Der Dateiname ist wie folgt standardisiert: {EntryType}{Size}.png

Zum Beispiel lauten für den Typ ***Ordner*** die Bildnamen: GroupFolderLarge.png und GroupFolderSmall.png. Ein weiteres Beispiel sind RDP-Sitzungen, deren Name RDPConfigured lautet, was zu SessionRDPConfiguredLarge.png und SessionRDPConfiguredSmall.png führt.

Bitte konsultieren Sie [Bilderliste](/rdm/de/knowledge-base/how-to-articles/theme-system/image-list.md), um eine Liste der meisten Bilder zu sehen.


---

# 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/de/knowledge-base/how-to-articles/theme-system.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.
