Add a Voice & Style section to the docs authoring guide, then bring every docs page in line with it: lead with the task, add success signals to procedures, explain jargon on first use, keep bullet casing consistent, and link out to Troubleshooting where steps can fail. Applied across English source and all localized versions (uk, zh-cn, es, pt-br, ko, pl).
31 lines
858 B
Plaintext
31 lines
858 B
Plaintext
---
|
|
title: 테마
|
|
description: 내장 테마와 사용자 정의 테마로 OpenChamber를 맞춤 설정하세요.
|
|
---
|
|
|
|
# 테마
|
|
|
|
OpenChamber는 내장 테마와 사용자 정의 테마 JSON 파일을 지원합니다.
|
|
|
|
## 사용자 정의 테마 추가
|
|
|
|
1. 테마 디렉터리를 만듭니다:
|
|
|
|
```bash
|
|
mkdir -p ~/.config/openchamber/themes
|
|
```
|
|
|
|
2. 해당 디렉터리에 JSON 파일을 추가합니다(예: `my-theme.json`).
|
|
3. OpenChamber를 열고 **Settings -> Theme -> Reload themes**로 이동합니다.
|
|
4. 드롭다운에서 테마를 선택합니다. 곧바로 적용됩니다.
|
|
|
|
## 테마 위치
|
|
|
|
- macOS/Linux: `~/.config/openchamber/themes/`
|
|
|
|
## 전체 JSON 형식 참조
|
|
|
|
메인 저장소 문서의 전체 형식 가이드를 사용하세요:
|
|
|
|
- [`docs/CUSTOM_THEMES.md`](https://github.com/openchamber/openchamber/blob/main/docs/CUSTOM_THEMES.md)
|