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

# Système de thèmes

Le ***Système de thèmes*** de Remote Desktop Manager est encore à ses débuts et évoluera dans les versions futures. Vous pouvez remplacer la plupart des images utilisées par Remote Desktop Manager simplement en fournissant une image dans le dossier ***Theme***, la seule exigence étant que le fichier utilise un nom précis. La plupart des images vont par paires, une petite et une grande. Vous devez remplacer les deux pour demeurer cohérent.

### Emplacement du dossier

Le dossier ***Theme*** se trouve dans votre [dossier Configuration](/rdm/fr/getting-started/installation/client/configuration-file-location.md) local, sous le dossier ***Images***.

### Spécifications des fichiers image

#### Icône de la barre d'état système

Il doit s'agir d'un fichier [\*.ico](http://en.wikipedia.org/wiki/ICO_%28file_format%29) standard contenant au moins une image 16\*16. Le nom doit être Trayicon.ico

#### Petites images

Fichier Png, 16\*16 pixels.

#### Grandes images

Fichier Png, 32x32 pixels.

### Noms des fichiers image

Le nom du fichier est normalisé comme suit : {EntryType}{Size}.png

Par exemple, pour le type ***Dossier***, les noms d'images sont : GroupFolderLarge.png et GroupFolderSmall.png Un autre exemple concerne les sessions RDP, leur nom est RDPConfigured, ce qui donne SessionRDPConfiguredLarge.png et SessionRDPConfiguredSmall.png.

Veuillez consulter [Liste des images](/rdm/fr/knowledge-base/how-to-articles/theme-system/image-list.md) pour voir une liste de la plupart des 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/fr/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.
