Skip to content

Add Solarized Dark and Solarized Light themes#19064

Merged
jacob314 merged 3 commits intogoogle-gemini:mainfrom
rmedranollamas:add-solarized-themes-11223112893318330462
Feb 16, 2026
Merged

Add Solarized Dark and Solarized Light themes#19064
jacob314 merged 3 commits intogoogle-gemini:mainfrom
rmedranollamas:add-solarized-themes-11223112893318330462

Conversation

@rmedranollamas
Copy link
Contributor

Summary

Add Solarized themes to built-in.

Details

Solarized is a super-popular theme set, adding as per popular demand.

Related Issues

Closes #19063

How to Validate

/theme -> Solarized Light / Dark

Pre-Merge Checklist

  • Updated relevant documentation and README (if needed)
  • Added/updated tests (if needed)
  • Noted breaking changes (if any)
  • Validated on required platforms/methods:
    • MacOS
      • npm run
      • npx
      • Docker
      • Podman
      • Seatbelt
    • Windows
      • npm run
      • npx
      • Docker
    • Linux
      • npm run
      • npx
      • Docker

@rmedranollamas rmedranollamas requested review from a team as code owners February 14, 2026 10:09
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @rmedranollamas, 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 significantly enhances the user experience by incorporating the highly requested Solarized Dark and Solarized Light themes into the CLI. This addition provides users with more aesthetic choices, aligning with popular demand and enriching the visual customization capabilities of the application.

Highlights

  • New Themes Added: Introduced 'Solarized Dark' and 'Solarized Light' themes to the CLI, expanding user customization options.
  • Documentation Update: Updated the themes documentation to include the new Solarized themes and their corresponding screenshots.
  • Theme Integration: Integrated the new Solarized themes into the theme manager for selection and application.
Changelog
  • docs/cli/themes.md
    • Added 'Solarized Dark' to the list of dark themes.
    • Added 'Solarized Light' to the list of light themes.
    • Included a new section with a screenshot for 'Solarized Dark'.
    • Included a new section with a screenshot for 'Solarized Light'.
  • packages/cli/src/ui/themes/solarized-dark.ts
    • Added a new file defining the 'Solarized Dark' theme, including its color palette and semantic color mappings.
  • packages/cli/src/ui/themes/solarized-light.ts
    • Added a new file defining the 'Solarized Light' theme, including its color palette and semantic color mappings.
  • packages/cli/src/ui/themes/theme-manager.ts
    • Imported 'SolarizedDark' and 'SolarizedLight' theme modules.
    • Registered 'SolarizedDark' and 'SolarizedLight' themes within the ThemeManager's list of available themes.
Activity
  • The pull request was created by rmedranollamas to add Solarized themes.
  • The author updated relevant documentation and added/updated tests as part of the pre-merge checklist.
  • The changes were validated on MacOS using 'npm run' and on Linux using 'npm run'.
  • This pull request addresses and closes issue Solarized Theme #19063.
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.

@gemini-cli gemini-cli bot added the area/core Issues related to User Interface, OS Support, Core Functionality label Feb 14, 2026
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 adds the popular Solarized Dark and Solarized Light themes. The implementation is mostly correct, but I've found critical readability issues with the background colors used for diffs in highlighted code blocks for both themes. The chosen background colors result in very low text contrast. My review includes suggestions to fix these issues by using more appropriate background colors for added and deleted lines, which will significantly improve usability. The rest of the changes, including documentation updates and theme registration, look good.

Copy link
Contributor

@jacob314 jacob314 left a comment

Choose a reason for hiding this comment

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

lgtm

@jacob314 jacob314 enabled auto-merge February 16, 2026 18:36
auto-merge was automatically disabled February 16, 2026 20:35

Head branch was pushed to by a user without write access

@rmedranollamas rmedranollamas requested a review from a team as a code owner February 16, 2026 20:35
@rmedranollamas rmedranollamas force-pushed the add-solarized-themes-11223112893318330462 branch 3 times, most recently from 13a53e6 to 2e6c566 Compare February 16, 2026 21:12
google-labs-jules bot and others added 3 commits February 16, 2026 22:12
Co-authored-by: rmedranollamas <45878745+rmedranollamas@users.noreply.github.com>
Co-authored-by: rmedranollamas <45878745+rmedranollamas@users.noreply.github.com>
Co-authored-by: rmedranollamas <45878745+rmedranollamas@users.noreply.github.com>
@rmedranollamas rmedranollamas force-pushed the add-solarized-themes-11223112893318330462 branch from 2e6c566 to 3a644c5 Compare February 16, 2026 21:13
@jacob314 jacob314 enabled auto-merge February 16, 2026 21:50
@jacob314 jacob314 added this pull request to the merge queue Feb 16, 2026
Merged via the queue into google-gemini:main with commit b38e098 Feb 16, 2026
26 of 27 checks passed
@rmedranollamas rmedranollamas deleted the add-solarized-themes-11223112893318330462 branch February 17, 2026 09:56
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Solarized Theme

2 participants