# 文本样式

Soulver 从编程语言编辑器汲取灵感，通过以不同颜色自动高亮显示您表达式的各个部分（数字、变量、运算符等）。

{% hint style="info" %}
与编程语言和 markdown 一样，Soulver 中的表格是以纯文本形式保存的。

这意味着您无法像在 Pages 或 Microsoft Word 中那样，手动调整特定文本选择的样式属性。
{% endhint %}

### 自定义高亮颜色

在 **样式 (Styling)** 设置面板中，自定义 Soulver 用于指示您表达式各个部分的颜色：

<figure><img src="/files/1z3SXFd1SqUsjm9MnCYt" alt=""><figcaption><p>Mac 版 Soulver 的样式设置</p></figcaption></figure>

### 等宽数字

从 **字体 (Font)** 弹出列表中，选择 **系统默认 (等宽数字) (System Default (monospaced digits))**

<figure><img src="/files/RnDF8g73yePRT2GHQe2s" alt="" width="375"><figcaption><p>等宽数字系统字体中的数字</p></figcaption></figure>

<figure><img src="/files/riKULp7I7uE56iTlxxV5" alt="" width="375"><figcaption><p>默认系统字体中的数字</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/zh/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.
