diff options
| author | Miguel Solorio <[email protected]> | 2025-06-05 08:10:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-05 08:10:05 -0700 |
| commit | a8ac9b1faceeb0f7c879d5dc61441c82baa1d8f9 (patch) | |
| tree | 27b19c3f02959c4e690d6ca6f0afcae8bd0861cd /docs/architecture.md | |
| parent | 78b2a28fb612994e84df67ef95e34fdd01241fac (diff) | |
Add Theme docs (#753)
Diffstat (limited to 'docs/architecture.md')
| -rw-r--r-- | docs/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/architecture.md b/docs/architecture.md index 2b354eb0..c061fb4e 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -13,7 +13,7 @@ The Gemini CLI is primarily composed of two main packages, along with a suite of - Input processing (parsing commands, text prompts). - History management. - Display rendering (including Markdown, code highlighting, and tool messages). - - Theme and UI customization. + - [Theme and UI customization](./cli/themes.md). - Communication with the Core package. - Manages user configuration settings specific to the CLI. |
