Retro groove color scheme with warm earthy tones and orange accents
css/gruvbox.css
Medium-contrast Gruvbox palette with warm earthy tones
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#fe8019
|
#282828
|
#1d2021
|
#3c3836
|
#3c3836
|
#ebdbb2
|
| Light |
#d65d0e
|
#fbf1c7
|
#1d2021
|
#ebdbb2
|
#f9f5d7
|
#3c3836
|
pa-color-soft
css/gruvbox.css
Warmer dark mode with lower contrast (dark only)
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#fe8019
|
#32302f
|
#3c3836
|
#32302f
|
#3c3836
|
#ebdbb2
|
A retro groove color scheme inspired by the legendary Gruvbox palette for Vim. Warm, earthy tones with vibrant accents create a comfortable, low-fatigue interface.
pa-mode-light / pa-mode-darkDefault is the standard Gruvbox medium-contrast palette with both dark and light modes. The Soft variant is a dark-only alternative with warmer, lower-contrast backgrounds.
<body> <!-- Default Dark -->
<body class="pa-mode-light"> <!-- Default Light -->
<body class="pa-color-soft"> <!-- Soft (dark only) -->
<link rel="stylesheet" href="css/gruvbox.css">