Skip to content

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

Merged
diodesign merged 11 commits intogoogle-gemini:mainfrom
ashmod:docs/update-themes-page
Mar 10, 2026
Merged

fix(docs): update theme screenshots and add missing themes#20689
diodesign merged 11 commits intogoogle-gemini:mainfrom
ashmod:docs/update-themes-page

Conversation

@ashmod
Copy link
Contributor

@ashmod ashmod commented Feb 28, 2026

Summary

  • Added missing built-in themes: Holiday, Shades Of Purple
  • Replaced all theme screenshots with up-to-date captures reflecting the current UI
  • Added missing image assets (solarized-dark, solarized-light) that were referenced but didn't exist

Note on image paths

Image paths use /assets/... which does not render in the raw markdown on GitHub. Relative paths
(../assets/...) would fix that, but the previous version used absolute paths I assume because the external docs site
build resolves them differently. So I kept path format as-is.

Related Issues

Closes #20688

Pre-Merge Checklist

  • Updated relevant documentation and README (if needed)

@ashmod ashmod requested review from a team as code owners February 28, 2026 17:00
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request enhances the documentation for CLI themes by ensuring its accuracy and completeness. It introduces two new built-in themes, updates all existing theme screenshots to reflect the current user interface, and addresses missing image asset references, providing a more current and comprehensive guide for users.

Highlights

  • New Themes Added: Added 'Holiday' and 'Shades Of Purple' to the list of available dark themes in the documentation.
  • Screenshot Updates: Replaced all existing theme screenshots with up-to-date captures that reflect the current UI, including renaming 'Atom OneDark' to 'Atom One' in the documentation.
  • Missing Image Assets: Included references for previously missing image assets for Solarized Dark and Solarized Light themes.
Changelog
  • docs/cli/themes.md
    • Added 'Holiday' and 'Shades Of Purple' to the list of dark themes.
    • Updated image references for various themes, changing filenames to include a '-dark' suffix.
    • Added new image references for 'Holiday' and 'Shades Of Purple' themes.
    • Corrected the heading for 'Atom OneDark' to 'Atom One'.
Activity
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the theme documentation in docs/cli/themes.md. It adds entries and screenshots for the 'Holiday' and 'Shades Of Purple' themes. It also updates the image paths for several existing themes and corrects the heading for the 'Atom One' theme to be consistent with its definition. The changes are confined to documentation and appear to correctly reflect the available themes.

@gemini-cli gemini-cli bot added area/core Issues related to User Interface, OS Support, Core Functionality priority/p2 Important but can be addressed in a future release. help wanted We will accept PRs from all issues marked as "help wanted". Thanks for your support! labels Feb 28, 2026
@cocosheng-g cocosheng-g self-assigned this Mar 5, 2026
@cocosheng-g cocosheng-g enabled auto-merge March 5, 2026 16:38
@diodesign diodesign disabled auto-merge March 6, 2026 02:34
@diodesign
Copy link
Contributor

diodesign commented Mar 6, 2026

After this is merged, the new and updated PNGs need to be uploaded to the site. I can do that and aiming to automate.

@diodesign diodesign enabled auto-merge March 6, 2026 02:38
Updated image paths in themes documentation to use the '/docs' prefix for consistency.
@diodesign diodesign disabled auto-merge March 9, 2026 23:40
@diodesign
Copy link
Contributor

diodesign commented Mar 9, 2026

This should ideally be merged after the site-side code is updated to automatically load images from the Gemini CLI repo into the website

Edit: That site-side update is now merged, so this is good to go.

@diodesign diodesign enabled auto-merge March 9, 2026 23:54
@diodesign diodesign added this pull request to the merge queue Mar 10, 2026
Merged via the queue into google-gemini:main with commit ec7773e Mar 10, 2026
26 of 27 checks passed
@lesteral
Copy link

This also fixed #19423 - thank you.

kunal-10-cloud pushed a commit to kunal-10-cloud/gemini-cli that referenced this pull request Mar 12, 2026
…mini#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>
liamhelmer pushed a commit to badal-io/gemini-cli that referenced this pull request Mar 12, 2026
…mini#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>
DavidAPierce pushed a commit that referenced this pull request Mar 16, 2026
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>
yashodipmore pushed a commit to yashodipmore/geemi-cli that referenced this pull request Mar 21, 2026
…mini#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/core Issues related to User Interface, OS Support, Core Functionality help wanted We will accept PRs from all issues marked as "help wanted". Thanks for your support! priority/p2 Important but can be addressed in a future release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Themes documentation page is outdated with missing themes and broken screenshots

6 participants