# テキストのスタイル設定

Soulverは、プログラミング言語のエディタからインスピレーションを得て、式内の様々な部分（数値、変数、演算子など）を異なる色で自動的にハイライト表示します。

{% hint style="info" %}
プログラミング言語やマークダウンと同様に、Soulverのシートはプレーンテキストとして保存されます。

これは、PagesやMicrosoft Wordで行うような、特定のテキスト選択範囲のスタイリング属性を手動で調整することはできないことを意味します。
{% endhint %}

### ハイライトカラーのカスタマイズ

**スタイリング**設定ペインで、Soulverが式内の様々な部分を示すために使用する色をカスタマイズします。

<figure><img src="/files/YVXDax6ZZHxjOutiEtr7" alt=""><figcaption><p>Mac版のSoulverのスタイリング設定</p></figcaption></figure>

### 等幅フォントの数字

**フォント**ポップアップリストから、**System Default (monospaced digits)** を選択します。

<figure><img src="/files/6rCtkxIEUQhw3VDeSIXq" alt="" width="375"><figcaption><p>等幅フォントのシステムフォントにおける数値</p></figcaption></figure>

<figure><img src="/files/o1CsEzWSX9EngbwDLZtW" 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/ja/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.
