fix(docs): update theme screenshots and add missing themes (#20689)

Co-authored-by: Chris Williams <chrisjwilliams@google.com>
Co-authored-by: Chris Williams <diodesign@gmail.com>
Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com>
This commit is contained in:
Shehab
2026-03-10 02:35:10 +02:00
committed by GitHub
parent 4653b126f3
commit ec7773eb7b
24 changed files with 27 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
[![License](https://img.shields.io/github/license/google-gemini/gemini-cli)](https://github.com/google-gemini/gemini-cli/blob/main/LICENSE) [![License](https://img.shields.io/github/license/google-gemini/gemini-cli)](https://github.com/google-gemini/gemini-cli/blob/main/LICENSE)
[![View Code Wiki](https://assets.codewiki.google/readme-badge/static.svg)](https://codewiki.google/github.com/google-gemini/gemini-cli?utm_source=badge&utm_medium=github&utm_campaign=github.com/google-gemini/gemini-cli) [![View Code Wiki](https://assets.codewiki.google/readme-badge/static.svg)](https://codewiki.google/github.com/google-gemini/gemini-cli?utm_source=badge&utm_medium=github&utm_campaign=github.com/google-gemini/gemini-cli)
![Gemini CLI Screenshot](./docs/assets/gemini-screenshot.png) ![Gemini CLI Screenshot](/docs/assets/gemini-screenshot.png)
Gemini CLI is an open-source AI agent that brings the power of Gemini directly Gemini CLI is an open-source AI agent that brings the power of Gemini directly
into your terminal. It provides lightweight access to Gemini, giving you the into your terminal. It provides lightweight access to Gemini, giving you the

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View File

@@ -16,6 +16,8 @@ using the `/theme` command within Gemini CLI:
- `Default` - `Default`
- `Dracula` - `Dracula`
- `GitHub` - `GitHub`
- `Holiday`
- `Shades Of Purple`
- `Solarized Dark` - `Solarized Dark`
- **Light themes:** - **Light themes:**
- `ANSI Light` - `ANSI Light`
@@ -185,7 +187,7 @@ untrusted sources.
### Example custom theme ### Example custom theme
<img src="../assets/theme-custom.png" alt="Custom theme example" width="600" /> <img src="/docs/assets/theme-custom.png" alt="Custom theme example" width="600" />
### Using your custom theme ### Using your custom theme
@@ -212,58 +214,66 @@ identify their source, for example: `shades-of-green (green-extension)`.
### ANSI ### ANSI
<img src="/assets/theme-ansi.png" alt="ANSI theme" width="600" /> <img src="/docs/assets/theme-ansi-dark.png" alt="ANSI theme" width="600">
### Atom OneDark ### Atom One
<img src="/assets/theme-atom-one.png" alt="Atom One theme" width="600"> <img src="/docs/assets/theme-atom-one-dark.png" alt="Atom One theme" width="600">
### Ayu ### Ayu
<img src="/assets/theme-ayu.png" alt="Ayu theme" width="600"> <img src="/docs/assets/theme-ayu-dark.png" alt="Ayu theme" width="600">
### Default ### Default
<img src="/assets/theme-default.png" alt="Default theme" width="600"> <img src="/docs/assets/theme-default-dark.png" alt="Default theme" width="600">
### Dracula ### Dracula
<img src="/assets/theme-dracula.png" alt="Dracula theme" width="600"> <img src="/docs/assets/theme-dracula-dark.png" alt="Dracula theme" width="600">
### GitHub ### GitHub
<img src="/assets/theme-github.png" alt="GitHub theme" width="600"> <img src="/docs/assets/theme-github-dark.png" alt="GitHub theme" width="600">
### Holiday
<img src="/docs/assets/theme-holiday-dark.png" alt="Holiday theme" width="600">
### Shades Of Purple
<img src="/docs/assets/theme-shades-of-purple-dark.png" alt="Shades Of Purple theme" width="600">
### Solarized Dark ### Solarized Dark
<img src="/assets/theme-solarized-dark.png" alt="Solarized Dark theme" width="600"> <img src="/docs/assets/theme-solarized-dark.png" alt="Solarized Dark theme" width="600">
## Light themes ## Light themes
### ANSI Light ### ANSI Light
<img src="/assets/theme-ansi-light.png" alt="ANSI Light theme" width="600"> <img src="/docs/assets/theme-ansi-light.png" alt="ANSI Light theme" width="600">
### Ayu Light ### Ayu Light
<img src="/assets/theme-ayu-light.png" alt="Ayu Light theme" width="600"> <img src="/docs/assets/theme-ayu-light.png" alt="Ayu Light theme" width="600">
### Default Light ### Default Light
<img src="/assets/theme-default-light.png" alt="Default Light theme" width="600"> <img src="/docs/assets/theme-default-light.png" alt="Default Light theme" width="600">
### GitHub Light ### GitHub Light
<img src="/assets/theme-github-light.png" alt="GitHub Light theme" width="600"> <img src="/docs/assets/theme-github-light.png" alt="GitHub Light theme" width="600">
### Google Code ### Google Code
<img src="/assets/theme-google-light.png" alt="Google Code theme" width="600"> <img src="/docs/assets/theme-google-light.png" alt="Google Code theme" width="600">
### Solarized Light ### Solarized Light
<img src="/assets/theme-solarized-light.png" alt="Solarized Light theme" width="600"> <img src="/docs/assets/theme-solarized-light.png" alt="Solarized Light theme" width="600">
### Xcode ### Xcode
<img src="/assets/theme-xcode-light.png" alt="Xcode Light theme" width="600"> <img src="/docs/assets/theme-xcode-light.png" alt="Xcode Light theme" width="600">