[FEATURE]: add Gruvbox desktop theme #7091

Closed
opened 2026-02-16 18:06:09 -05:00 by yindo · 0 comments
Owner

Originally created by @swolg on GitHub (Jan 21, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

OpenCode already ships a Gruvbox theme for the CLI/TUI, but the Desktop/Web UI theme list does not include Gruvbox yet.

Image Image

What I implemented locally

I added a gruvbox Desktop/Web theme (light + dark), using the same Gruvbox palette as the existing CLI theme to keep the look consistent across CLI and Desktop.

The implementation includes

  • adds packages/ui/src/theme/themes/gruvbox.json
  • registers it in packages/ui/src/theme/default-themes.ts

How I tested

Started the desktop app locally and switched the theme to Gruvbox in both the light and dark variants. I also checked that all text and content elements are displayed correctly and remain clearly readable.

Originally created by @swolg on GitHub (Jan 21, 2026). Originally assigned to: @adamdotdevin on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request OpenCode already ships a Gruvbox theme for the CLI/TUI, but the Desktop/Web UI theme list does not include Gruvbox yet. <img width="1338" height="910" alt="Image" src="https://github.com/user-attachments/assets/66c4a40f-d78e-4e4e-a57d-dfa571011db0" /> <img width="1338" height="910" alt="Image" src="https://github.com/user-attachments/assets/92177a8e-e3ed-4d11-87b8-3f20e62765ae" /> ## What I implemented locally I added a `gruvbox` Desktop/Web theme (light + dark), using the same Gruvbox palette as the existing CLI theme to keep the look consistent across CLI and Desktop. ## The implementation includes - adds `packages/ui/src/theme/themes/gruvbox.json` - registers it in `packages/ui/src/theme/default-themes.ts` ## How I tested Started the desktop app locally and switched the theme to Gruvbox in both the light and dark variants. I also checked that all text and content elements are displayed correctly and remain clearly readable.
yindo added the discussionweb labels 2026-02-16 18:06:09 -05:00
yindo closed this issue 2026-02-16 18:06:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7091