2.4 KiB
2.4 KiB
Themes
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.
Available Themes
The CLI comes with a selection of pre-defined themes. As seen in theme-manager.ts
, these typically include:
- Dark Themes:
AtomOneDark
Dracula
VS2015
(Default)GitHub
(Dark variant usually)
- Light Themes:
VS
(Visual Studio Light)GoogleCode
XCode
(Light variant usually)
- ANSI:
ANSI
: A theme that primarily uses the terminal's native ANSI color capabilities.
(The exact list and their appearance can be confirmed by running the /theme
command within the CLI.)
Changing Themes
- Type the
/theme
command in the CLI. - A dialog or selection prompt (
ThemeDialog.tsx
) will appear, listing the available themes. - You can typically navigate (e.g., with arrow keys) and select a theme. Some interfaces might offer a live preview or highlight as you select.
- Confirm your selection (often with Enter) to apply the theme. You can usually cancel out of the selection (e.g., with Escape).
Theme Persistence
Selected themes are usually saved in the CLI's configuration (see CLI Configuration) so your preference is remembered across sessions.
Dark Themes
ANSI

Atom OneDark

Ayu

Default

Dracula

GitHub

Light Themes
ANSI Light

Ayu Light

Default Light

GitHub Light

Google Code

Xcode
