mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Add Theme docs (#753)
This commit is contained in:
@@ -14,7 +14,7 @@ The Gemini CLI (`packages/cli`) is the primary way users interact with the Gemin
|
||||
- Syntax highlighting for code blocks in various languages.
|
||||
- Clear display of tool calls, inputs, and outputs.
|
||||
- **Command History:** Easily access and re-run previous commands and prompts.
|
||||
- **Theming:** Customize the look and feel of the CLI to your preference. See the [Theming section in README.md](../../README.md#theming).
|
||||
- **Theming:** Customize the look and feel of the CLI to your preference. See [Themes section](./themes.md).
|
||||
- **Configuration:** Tailor the CLI's behavior through configuration files. See [CLI Configuration](./configuration.md).
|
||||
- **Special Commands:** Utilize built-in commands for tasks like managing history, memory, or display. See [Commands](./commands.md).
|
||||
- **Enhanced Input:** Support for multiline input editing and readline-like keybindings for a more comfortable and efficient command entry experience.
|
||||
@@ -33,5 +33,6 @@ The Gemini CLI (`packages/cli`) is the primary way users interact with the Gemin
|
||||
|
||||
- **[Commands](./commands.md):** A detailed reference for all built-in CLI commands (e.g., `/help`, `/history`, `/theme`).
|
||||
- **[Configuration](./configuration.md):** Understand how to configure various aspects of the CLI.
|
||||
- **[Themes](./themes.md)**: A guide to customizing the CLI's appearance with different themes.
|
||||
|
||||
This documentation will help you become proficient in using the Gemini CLI for a wide range of tasks.
|
||||
|
||||
Reference in New Issue
Block a user