# Textstile

Soulver orientiert sich an Editoren für Programmiersprachen und hebt verschiedene Teile deines Ausdrucks (Zahlen, Variablen, Operatoren usw.) automatisch in unterschiedlichen Farben hervor.

{% hint style="info" %}
Wie Programmiersprachen und Markdown werden Sheets in Soulver als Klartext gespeichert.

Das bedeutet, du kannst Stilattribute für bestimmte Textauswahlen nicht manuell anpassen, wie du es z. B. in Pages oder Microsoft Word tun würdest.
{% endhint %}

### Hervorhebungsfarben anpassen

Passe die Farben an, mit denen Soulver die verschiedenen Teile deines Ausdrucks markiert, im Einstellungsbereich **Darstellung**:

<figure><img src="/files/ltA3NJzXF2HfK0eeimdU" alt=""><figcaption><p>Die Darstellungs-Einstellungen in der Mac-Version von Soulver</p></figcaption></figure>

### Monospace-Ziffern

Wähle in der Popup-Liste **Schrift** die Option **Systemstandard (Monospace-Ziffern)**

<figure><img src="/files/BBvlmWm6MQFvPsZGiuGK" alt="" width="375"><figcaption><p>Zahl in der Systemschrift mit Monospace-Ziffern</p></figcaption></figure>

<figure><img src="/files/zlksHqkELG95UolSj3q1" alt="" width="375"><figcaption><p>Zahl in der Standard-Systemschrift</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/de/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.
