An open API service indexing awesome lists of open source software.

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

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

![Screenshot Dark](https://github.com/user-attachments/assets/29012e02-69f2-4e1b-ade4-e3bc5b30f248)

![Screenshot Light](https://github.com/user-attachments/assets/ad5985ea-2e4d-48fb-afe2-720a2f2fb24f)

## 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