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

# Sistema de temas

El ***sistema de temas*** de Remote Desktop Manager aún está en sus inicios y evolucionará en futuras versiones. Puede sustituir la mayoría de las imágenes que utiliza Remote Desktop Manager simplemente proporcionando una imagen en la carpeta ***Theme***; el único requisito es que el fichero utilice un nombre específico. La mayoría de las imágenes vienen en parejas, una pequeña y una grande. Debe sustituir ambas para mantener la coherencia.

### Ubicación de la carpeta

La carpeta ***Theme*** se encuentra en su [carpeta de configuración](/rdm/es/getting-started/installation/client/configuration-file-location.md) local, dentro de la carpeta ***Images***.

### Especificaciones de los ficheros de imagen

#### Icono de la bandeja

Debe ser un fichero [\*.ico](http://en.wikipedia.org/wiki/ICO_%28file_format%29) estándar que contenga al menos una imagen de 16\*16. El nombre debe ser Trayicon.ico

#### Imágenes pequeñas

Fichero png, 16\*16 píxeles.

#### Imágenes grandes

Fichero png, 32x32 píxeles.

### Nombres de los ficheros de imagen

El nombre del fichero está estandarizado como: {EntryType}{Size}.png

Por ejemplo, para el tipo ***Folder***, los nombres de las imágenes son: GroupFolderLarge.png y GroupFolderSmall.png. Otro ejemplo son las sesiones RDP, cuyo nombre es RDPConfigured, lo que da como resultado SessionRDPConfiguredLarge.png y SessionRDPConfiguredSmall.png.

Consulte [Lista de imágenes](/rdm/es/knowledge-base/how-to-articles/theme-system/image-list.md) para ver una lista de la mayoría de las imágenes.


---

# 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/es/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.
