https://github.com/njzhangyifei/gemini-cli-gruvbox
gruvbox theme for gemini-cli
https://github.com/njzhangyifei/gemini-cli-gruvbox
colorscheme gemini gemini-cli gemini-cli-extension gemini-cli-extensions gruvbox
Last synced: 2 months ago
JSON representation
gruvbox theme for gemini-cli
- Host: GitHub
- URL: https://github.com/njzhangyifei/gemini-cli-gruvbox
- Owner: njzhangyifei
- Created: 2026-03-10T00:01:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-18T19:01:07.000Z (3 months ago)
- Last Synced: 2026-03-19T08:04:03.262Z (3 months ago)
- Topics: colorscheme, gemini, gemini-cli, gemini-cli-extension, gemini-cli-extensions, gruvbox
- Homepage: https://github.com/njzhangyifei/gemini-cli-gruvbox
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gruvbox Themes for Gemini CLI
A vibecoded extension for the [Gemini CLI](https://geminicli.com) providing the iconic Gruvbox color palette in both Dark and Light variants.
## Screenshot


## Installation
1. Clone this repository and link it with gemini extension
```bash
git clone https://github.com/njzhangyifei/gemini-cli-gruvbox
gemini extension link gemini-cli-gruvbox
```
2. The themes will be automatically discovered by Gemini CLI
## Usage
You can also apply the themes globally in Gemini CLI through
```
/theme
```
## Theme Details
### Gruvbox Dark
| Element | Color | Hex |
| :--- | :--- | :--- |
| **Background** | Hard Dark | `#282828` |
| **Primary Text** | Light Cream | `#ebdbb2` |
| **Accent** | Orange | `#fe8019` |
| **Links** | Blue/Aqua | `#83a598` |
| **Comments** | Gray | `#928374` |
### Gruvbox Light
| Element | Color | Hex |
| :--- | :--- | :--- |
| **Background** | Light Cream | `#fbf1c7` |
| **Primary Text** | Hard Dark | `#3c3836` |
| **Accent** | Dark Orange | `#af3a03` |
| **Links** | Dark Blue | `#076678` |
## License
MIT/X11