Gruvbox Dark & Light themes for Paseo, under Settings → Appearance
paseo plugin add juanlatorre/paseo-gruvbox --ref mainSecurity status covers commit 4d7d73f89a43. This command tracks main. Refresh the listing before installing if the branch changed.
From the plugin's README
paseo plugin add juanlatorre/paseo-gruvbox --ref main
Tracking
mainmeanspaseo plugin update gruvboxpulls new versions. Pin a tag instead with--ref v1.0.0if you prefer stability.
README
Gruvbox Dark & Light themes for Paseo — the "retro groove" color scheme, right in Settings → Appearance.
Requires Paseo >= 0.8.0 (daemon and app).
paseo plugin add juanlatorre/paseo-gruvbox --ref main
Tracking
mainmeanspaseo plugin update gruvboxpulls new versions. Pin a tag instead with--ref v1.0.0if you prefer stability.
Open Settings → Appearance in any Paseo client (desktop, web, iOS, Android) and pick:
bg0 #282828 with fg1 #ebdbb2 text and the signature
bright yellow #fabd2f accentbg0 #fbf1c7 with fg1 #3c3836 text and a faded
yellow #b57614 accent for contrast on creamPaseo derives the full token set from appearance, so surfaces, status
colors, diffs, syntax, terminal, and shadows all stay coherent.
Only the 8 seed colors are contributed; Paseo expands them into its full token set.
| Token | Gruvbox Dark | Gruvbox Light |
|---|---|---|
background |
#282828 (bg0) |
#fbf1c7 (bg0) |
foreground |
#ebdbb2 (fg1) |
#3c3836 (fg1) |
raised |
#3c3836 (bg1) |
#f2e5bc (bg0 soft) |
control |
#504945 (bg2) |
#d5c4a1 (bg2) |
border |
#504945 (bg2) |
#d5c4a1 (bg2) |
accent |
#fabd2f (yellow) |
#b57614 (faded yellow) |
mutedForeground |
#a89984 (fg4) |
#7c6f64 (fg4) |
ring |
#928374 (gray) |
#a89984 (bg4) |
Themes are opt-in data, so uninstalling is always safe:
paseo plugin disable gruvbox to keep it installed but inactive, or
paseo plugin remove gruvbox to uninstall completely.git clone https://github.com/juanlatorre/paseo-gruvbox
cd paseo-gruvbox
npm install
npm run typecheck
paseo plugin install "$PWD"
# after edits:
paseo plugin reload gruvbox
The whole plugin is a single addTheme contribution in index.client.tsx —
themes are client data, so there is no server entry or daemon subprocess.
Scanned 14 Sep 2026, 07:43 UTC from juanlatorre/paseo-gruvbox.