feat(ui): add Tokyo Night theme#24054
Conversation
Summary of ChangesHello, 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 introduces the popular Tokyo Night dark theme to the Gemini CLI. The changes include the definition of the theme's color palette and syntax highlighting rules, its registration in the application's theme manager, and corresponding updates to the user documentation. Highlights
Using Gemini Code AssistThe 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
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 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. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces the 'Tokyo Night' dark theme to the Gemini CLI, including its color palette, syntax highlighting styles, and documentation. A review comment suggests correcting the semantic color mapping in the theme definition to ensure that color names like AccentPurple and AccentBlue correspond to their expected palette values.
c6d98f5 to
c54d43d
Compare
Summary
Adds the Tokyo Night dark theme to the Gemini CLI.
Details
tokyonight-darktheme based on the popular Tokyo Night color palette. (https://github.com/folke/tokyonight.nvim)ThemeManager(packages/cli/src/ui/themes/theme-manager.ts).docs/cli/themes.mddocumentation to include the new theme in the "Dark themes" list and added a screenshot reference.theme-tokyonight-dark.pngtodocs/assets/.Related Issues
Fixes #24056
How to Validate
npm run build && npm start/themecommand.Pre-Merge Checklist