diff options
| author | Sebastian <[email protected]> | 2026-02-25 23:53:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-25 23:53:09 +0100 |
| commit | 9d29d692c6d93322f5894cca4232d80106e7c81a (patch) | |
| tree | 65ac7313b158679e73722a90f7c813291a0ba03c /packages/web/src/content/docs/themes.mdx | |
| parent | 1172fa418e9aa5e0fcfccea326c6c9d35e1d57fd (diff) | |
| download | opencode-9d29d692c6d93322f5894cca4232d80106e7c81a.tar.gz opencode-9d29d692c6d93322f5894cca4232d80106e7c81a.zip | |
split tui/server config (#13968)
Diffstat (limited to 'packages/web/src/content/docs/themes.mdx')
| -rw-r--r-- | packages/web/src/content/docs/themes.mdx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/themes.mdx b/packages/web/src/content/docs/themes.mdx index d37ce3135..8a7c6a46a 100644 --- a/packages/web/src/content/docs/themes.mdx +++ b/packages/web/src/content/docs/themes.mdx @@ -61,11 +61,11 @@ The system theme is for users who: ## Using a theme -You can select a theme by bringing up the theme select with the `/theme` command. Or you can specify it in your [config](/docs/config). +You can select a theme by bringing up the theme select with the `/theme` command. Or you can specify it in `tui.json`. -```json title="opencode.json" {3} +```json title="tui.json" {3} { - "$schema": "https://opencode.ai/config.json", + "$schema": "https://opencode.ai/tui.json", "theme": "tokyonight" } ``` |
