mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-11 20:07:00 -07:00
870 B
870 B
Themes Example
This is an example of a Gemini CLI extension that adds a custom theme.
How to use
-
Link this extension:
gemini extensions link packages/cli/src/commands/extensions/examples/themes-example -
Set the theme in your settings file (
~/.gemini/settings.json):{ "ui": { "theme": "shades-of-green (themes-example)" } }Alternatively, you can set it through the UI by running
geminiand then typing/themeand pressing Enter. -
Observe the Changes:
After setting the theme, you should see the changes reflected in the Gemini CLI's UI. The background will be a dark green, the primary text a lighter green, and various other UI elements will display different shades of green, as defined in this extension's
gemini-extension.jsonfile.