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
754 B
Plaintext
31 lines
754 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)
|