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>
@@ -6,7 +6,7 @@
|
|||||||
[](https://github.com/google-gemini/gemini-cli/blob/main/LICENSE)
|
[](https://github.com/google-gemini/gemini-cli/blob/main/LICENSE)
|
||||||
[](https://codewiki.google/github.com/google-gemini/gemini-cli?utm_source=badge&utm_medium=github&utm_campaign=github.com/google-gemini/gemini-cli)
|
[](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 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
|
||||||
|
|||||||
BIN
docs/assets/theme-ansi-dark.png
Normal file
|
After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 141 KiB |
|
Before Width: | Height: | Size: 127 KiB |
BIN
docs/assets/theme-atom-one-dark.png
Normal file
|
After Width: | Height: | Size: 151 KiB |
|
Before Width: | Height: | Size: 128 KiB |
BIN
docs/assets/theme-ayu-dark.png
Normal file
|
After Width: | Height: | Size: 146 KiB |
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 128 KiB |
BIN
docs/assets/theme-default-dark.png
Normal file
|
After Width: | Height: | Size: 155 KiB |
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 127 KiB |
BIN
docs/assets/theme-dracula-dark.png
Normal file
|
After Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 128 KiB |
BIN
docs/assets/theme-github-dark.png
Normal file
|
After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 135 KiB |
|
Before Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 134 KiB |
BIN
docs/assets/theme-holiday-dark.png
Normal file
|
After Width: | Height: | Size: 163 KiB |
BIN
docs/assets/theme-shades-of-purple-dark.png
Normal file
|
After Width: | Height: | Size: 158 KiB |
BIN
docs/assets/theme-solarized-dark.png
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
docs/assets/theme-solarized-light.png
Normal file
|
After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 120 KiB |
@@ -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">
|
||||||
|
|||||||