gruvbox-themes
Gruvbox themes with full palette support and granular header hierarchy.
Open source Open in the app JSON README (API)
About
Gruvbox themes with full palette support and granular header hierarchy.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- njzhangyifei
- Origin
- gemini
- Category
- ferramentas
- Version
- 1.0.0
- Last push
- 2026-03-18T19:01:07Z
- Repository state
- ativo
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
njzhangyifei/gemini-cli-gruvbox
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