# 텍스트 스타일링

Soulver는 프로그래밍 언어 편집기에서 영감을 받아 표현식의 다양한 부분(숫자, 변수, 연산자 등)을 다른 색상으로 자동 하이라이트합니다.

{% hint style="info" %}
프로그래밍 언어 및 마크다운과 마찬가지로, Soulver의 시트는 일반 텍스트로 저장됩니다.

이는 Pages나 Microsoft Word에서처럼 특정 텍스트 선택 영역의 스타일 속성을 수동으로 조정할 수 없다는 것을 의미합니다.
{% endhint %}

### 하이라이팅 색상 사용자 정의

**스타일링** 설정 창에서 Soulver가 표현식의 다양한 부분을 나타내는 데 사용하는 색상을 사용자 정의하세요.

<figure><img src="/files/AS4S8ZDlFzZg2HPfjp86" alt=""><figcaption><p>Mac 버전의 Soulver 스타일링 설정</p></figcaption></figure>

### 고정폭 숫자

**글꼴** 팝업 목록에서 \*\*시스템 기본값 (고정폭 숫자)\*\*을 선택하세요.

<figure><img src="/files/HRwW7UDDVNRDSmelLgcH" alt="" width="375"><figcaption><p>고정폭 숫자 시스템 글꼴의 숫자</p></figcaption></figure>

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