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/cli/themes.md | |
| parent | 78b2a28fb612994e84df67ef95e34fdd01241fac (diff) | |
Add Theme docs (#753)
Diffstat (limited to 'docs/cli/themes.md')
| -rw-r--r-- | docs/cli/themes.md | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/cli/themes.md b/docs/cli/themes.md new file mode 100644 index 00000000..4eaabfc0 --- /dev/null +++ b/docs/cli/themes.md @@ -0,0 +1,55 @@ +# Themes + +The Gemini CLI supports a variety of themes to customize its appearance. You can change the theme to suit your preferences via the `/theme` command. Below are the available themes: + +## Dark Themes + +### ANSI + +<img src="../assets/theme-ansi.png" alt="ANSI theme" width="600" /> + +### Atom OneDark + +<img src="../assets/theme-atom-one.png" alt="Atom One theme" width="600"> + +### Ayu + +<img src="../assets/theme-ayu.png" alt="Ayu theme" width="600"> + +### Default + +<img src="../assets/theme-default.png" alt="Default theme" width="600"> + +### Dracula + +<img src="../assets/theme-dracula.png" alt="Dracula theme" width="600"> + +### GitHub + +<img src="../assets/theme-github.png" alt="GitHub theme" width="600"> + +## Light Themes + +### ANSI Light + +<img src="../assets/theme-ansi-light.png" alt="ANSI Light theme" width="600"> + +### Ayu Light + +<img src="../assets/theme-ayu-light.png" alt="Ayu Light theme" width="600"> + +### Default Light + +<img src="../assets/theme-default-light.png" alt="Default Light theme" width="600"> + +### GitHub Light + +<img src="../assets/theme-github-light.png" alt="GitHub Light theme" width="600"> + +### Google Code + +<img src="../assets/theme-google-light.png" alt="Google Code theme" width="600"> + +### Xcode + +<img src="../assets/theme-xcode-light.png" alt="Xcode Light theme" width="600"> |
