> 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/change-ssh-color-and-font.md).

# Cambiar el color y la fuente de SSH

{% tabs %}
{% tab title="Windows" %}
Para aplicar un cambio a todas sus sesiones, vaya a ***Archivo – Configuración – Tipos – Terminal – Colores*** y marque ***Anular colores del terminal***. También puede ***Importar*** y ***Exportar*** desde esta ventana para compartir la configuración.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4131.png" alt=""><figcaption></figcaption></figure>

También es posible cambiar el color del texto resaltado y del fondo. Estas opciones se encuentran en la parte inferior de la página Colores del terminal.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0001.png" alt=""><figcaption></figcaption></figure>

Con el menú desplegable es posible seleccionar cómo se resalta el texto del terminal. Aquí tiene algunos ejemplos del ***Tipo de selección***:

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0002.png" alt=""><figcaption></figcaption></figure>

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

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

Para cambiar el color de una sesión concreta, vaya a ***Propiedades – Terminal – Pantalla*** de su conexión.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4132.png" alt=""><figcaption></figcaption></figure>

### Véase también

* [Devolutions Academy – Change your SSH terminal's color and font](https://academy.devolutions.net/student/page/3182600-change-your-ssh-terminal-s-color-and-font?curriculum_activity_id=5035273\&path_id=2628397\&sid=e896e17c-7fb7-4606-9192-e167f6fd9d26\&sid_i=0)
  {% endtab %}

{% tab title="macOS" %}
Remote Desktop Manager macOS no admite directamente la exportación de esquemas de color. En su lugar, los esquemas de color deben crearse con la aplicación Terminal (.terminal) o iTerm (.itermcolors).

### Terminal

1. Abra ***Terminal***.
2. Vaya a ***Configuración - Perfiles***.
3. Cree o elija un perfil.
4. Exporte el esquema de color haciendo clic en el botón situado en la parte inferior izquierda.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMM6013_2025_1.png" alt=""><figcaption></figcaption></figure>
5. En Remote Desktop Manager macOS, podrá entonces importar el esquema ya sea a nivel de entrada o en la configuración de todo el sistema.
6. Para importarlo a nivel de entrada, vaya a las ***propiedades*** de su entrada.
7. Seleccione ***Terminal SSH - Terminal***.
8. Abra la pestaña Colores.
9. Elija ***Anular*** en el menú desplegable Colores.
10. Haga clic en ***Importar esquema de color*** y seleccione ***Importar desde terminal.***
11. Haga clic en ***Guardar*** para cerrar las propiedades.

    <figure><img src="https://cdnweb.devolutions.net/docs/RDMM6016_2025_1.png" alt=""><figcaption></figcaption></figure>
12. Para importarlo en la configuración de todo el sistema, vaya a ***Archivo - Configuración***.
13. Seleccione ***Terminal - Tipos***.
14. Haga clic en ***Importar esquema de color*** y seleccione ***Importar*** ***desde terminal***.

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

### Iterm

1. Abra ***Iterm***.
2. Vaya a ***Configuración - Perfiles***.
3. Abra la pestaña ***Colores***.
4. Cree o elija un esquema de color.
5. Exporte el esquema de color haciendo clic en ***Exportar*** en el menú desplegable.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMM6014_2025_1.png" alt=""><figcaption></figcaption></figure>
6. En Remote Desktop Manager macOS, podrá entonces importar el esquema ya sea a nivel de entrada o en la configuración de todo el sistema.
7. Para importarlo a nivel de entrada, vaya a las ***Propiedades*** de su entrada.
8. Seleccione ***Terminal SSH - Terminal***.
9. Abra la pestaña Colores.
10. Elija ***Anular*** en el menú desplegable Colores.
11. Haga clic en Importar esquema de color y seleccione ***Importar desde iterm.***
12. Haga clic en ***Guardar*** para cerrar las propiedades.

    <figure><img src="https://cdnweb.devolutions.net/docs/RDMM6016_2025_1.png" alt=""><figcaption></figcaption></figure>
13. Para importarlo en la configuración de todo el sistema, vaya a ***Archivo - Configuración***.
14. Seleccione ***Terminal - Tipos***.
15. Haga clic en ***Importar esquema de color*** y seleccione ***Importar*** ***desde iterm***.

    <figure><img src="https://cdnweb.devolutions.net/docs/RDMM6015_2025_1.png" alt=""><figcaption></figcaption></figure>

### Véase también

* [Devolutions Academy – Change your SSH terminal's color and font](https://academy.devolutions.net/student/page/3182600-change-your-ssh-terminal-s-color-and-font?curriculum_activity_id=5035273\&path_id=2628397\&sid=e896e17c-7fb7-4606-9192-e167f6fd9d26\&sid_i=0)
  {% 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/es/knowledge-base/how-to-articles/change-ssh-color-and-font.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.
