# Stilizzazione Testo

Soulver si ispira agli editor per linguaggi di programmazione evidenziando automaticamente in colori diversi varie parti delle espressioni (numeri, variabili, operatori, ecc.).

{% hint style="info" %}
Come nei linguaggi di programmazione e in Markdown, i fogli in Soulver vengono salvati come testo semplice.

Questo significa che non puoi regolare manualmente gli attributi di stile di selezioni specifiche di testo come faresti in Pages o Microsoft Word.
{% endhint %}

### Personalizzare i colori dell'evidenziazione

Personalizza i colori che Soulver usa per indicare le varie parti dell'espressione nel pannello impostazioni **Stile**:

<figure><img src="/files/qpufZhzXl2mYA3k0di9W" alt=""><figcaption><p>Impostazioni di stile di Soulver nella versione Mac</p></figcaption></figure>

### Cifre a larghezza fissa

Dal menu a comparsa **Font**, seleziona **Predefinito di sistema (cifre monospaziate)**

<figure><img src="/files/M8hlbgn66TcKlFcTochI" alt="" width="375"><figcaption><p>Numero nel font di sistema con cifre monospaziate</p></figcaption></figure>

<figure><img src="/files/jHXyGYp6ZA8c3SnQRHVR" alt="" width="375"><figcaption><p>Numero nel font di sistema predefinito</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/it/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.
