# Estilizado de texto

Soulver se inspira en los editores de lenguajes de programación al resaltar automáticamente varias partes de su expresión (números, variables, operadores, etc.) en diferentes colores.

{% hint style="info" %}
Al igual que los lenguajes de programación y markdown, las hojas de cálculo en Soulver se guardan como texto sin formato.

Esto significa que no puede ajustar manualmente los atributos de estilo de selecciones específicas de texto como lo haría en Pages o Microsoft Word.
{% endhint %}

### Personalizar colores de resaltado

Personalice los colores que Soulver utiliza para indicar las varias partes de su expresión en el panel de configuración de **Estilizado**:

<figure><img src="/files/iTSPfvUvSnFQuZgVRDAc" alt=""><figcaption><p>Configuración de estilos de Soulver en la versión de Mac</p></figcaption></figure>

### Dígitos monoespaciados

Desde la lista emergente **Fuente**, seleccione **System Default (monospaced digits)**

<figure><img src="/files/EkFHUHHnWxZtonmn3liU" alt="" width="375"><figcaption><p>Número en la fuente del sistema de dígitos monoespaciados</p></figcaption></figure>

<figure><img src="/files/NbpYVDQVjb9q2u4uqqlN" alt="" width="375"><figcaption><p>Número en la fuente predeterminada del sistema</p></figcaption></figure>


---

# Agent Instructions: 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://documentation.soulver.app/es/documentation/formatting/appearance-and-styles.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.
