mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Merge pull request #1266 from QwenLM/docs-fix
docs:Fix the errors in the document
This commit is contained in:
commit
c0839dceac
18 changed files with 69 additions and 106 deletions
|
|
@ -32,7 +32,7 @@ Qwen Code comes with a selection of pre-defined themes, which you can list using
|
|||
|
||||
### Theme Persistence
|
||||
|
||||
Selected themes are saved in Qwen Code's [configuration](./configuration.md) so your preference is remembered across sessions.
|
||||
Selected themes are saved in Qwen Code's [configuration](../configuration/settings) so your preference is remembered across sessions.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -146,7 +146,7 @@ The theme file must be a valid JSON file that follows the same structure as a cu
|
|||
|
||||
- Select your custom theme using the `/theme` command in Qwen Code. Your custom theme will appear in the theme selection dialog.
|
||||
- Or, set it as the default by adding `"theme": "MyCustomTheme"` to the `ui` object in your `settings.json`.
|
||||
- Custom themes can be set at the user, project, or system level, and follow the same [configuration precedence](./configuration.md) as other settings.
|
||||
- Custom themes can be set at the user, project, or system level, and follow the same [configuration precedence](../configuration/settings) as other settings.
|
||||
|
||||
## Themes Preview
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue