Files
openchamber/packages/docs/content/docs/zh-cn/themes.mdx
T
Bohdan Triapitsyn ca33c6ae57 docs: add Voice & Style guide and rewrite docs pages to match
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).
2026-05-23 02:43:34 +03:00

31 lines
754 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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)