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

# Theme system

The ***Theme system*** of Remote Desktop Manager is still in its infancy and will evolve in future releases. You can override most images used by Remote Desktop Manager simply by providing an image in the ***Theme*** folder, the only requirement is that the file uses a specific name. Most images come in pairs, a small one and a large one. You must override both to be consistent.

### Folder location

The ***Theme*** folder can be found in your local [Configuration folder](https://docs.devolutions.net/rdm/installation/client/configuration-file-location/), under the ***Images*** folder.

### Image file specifications

#### Tray icon

It must be a standard [\*.ico](http://en.wikipedia.org/wiki/ICO_%28file_format%29) file containing at least a 16\*16 image. The name must be Trayicon.ico

#### Small images

Png file, 16\*16 pixels.

#### Large images

Png file, 32x32 pixels.

### Image file names

The file name is standardized as: {EntryType}{Size}.png

For instance, for the ***Folder*** type, the image names are: GroupFolderLarge.png and GroupFolderSmall.png Another example is for RDP sessions, their name is RDPConfigured, resulting in SessionRDPConfiguredLarge.png and SessionRDPConfiguredSmall.png.

Please consult [Image List](https://docs.devolutions.net/rdm/kb/how-to-articles/theme-system/image-list/) to see a list of most images.


---

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