2025-06-05 08:10:05 -07:00
# Themes
2025-06-19 16:24:33 -07:00
Gemini CLI supports a variety of themes to customize its color scheme and appearance. You can change the theme to suit your preferences via the `/theme` command or `"theme":` configuration setting.
2025-06-17 16:07:12 -07:00
## Available Themes
2025-06-19 16:24:33 -07:00
Gemini CLI comes with a selection of pre-defined themes, which you can list using the `/theme` command within Gemini CLI:
2025-06-17 16:07:12 -07:00
- **Dark Themes:**
2025-06-19 16:24:33 -07:00
- `ANSI`
- `Atom One`
- `Ayu`
- `Default`
2025-06-17 16:07:12 -07:00
- `Dracula`
2025-06-19 16:24:33 -07:00
- `GitHub`
2025-06-17 16:07:12 -07:00
- **Light Themes:**
2025-06-19 16:24:33 -07:00
- `ANSI Light`
- `Ayu Light`
- `Default Light`
- `GitHub Light`
- `Google Code`
- `Xcode`
2025-06-17 16:07:12 -07:00
### Changing Themes
2025-06-19 16:24:33 -07:00
1. Enter `/theme` into Gemini CLI.
2. A dialog or selection prompt appears, listing the available themes.
3. Using the arrow keys, select a theme. Some interfaces might offer a live preview or highlight as you select.
4. Confirm your selection to apply the theme.
2025-06-17 16:07:12 -07:00
### Theme Persistence
2025-06-26 14:37:42 +07:00
Selected themes are saved in Gemini CLI's [configuration ](./configuration.md ) so your preference is remembered across sessions.
2025-06-05 08:10:05 -07:00
## 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" >