Retro groove color scheme with warm earthy tones and orange accents
dist/gruvbox.css
Medium contrast dark mode with warm earthy tones
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#fe8019
|
#282828
|
#1d2021
|
#3c3836
|
#3c3836
|
#ebdbb2
|
pa-color-soft
dist/gruvbox.css
Warmer dark mode with lower contrast
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#fe8019
|
#32302f
|
#3c3836
|
#32302f
|
#3c3836
|
#ebdbb2
|
pa-color-light
dist/gruvbox.css
Warm cream backgrounds with earthy accents
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Light (default) |
#d65d0e
|
#fbf1c7
|
#1d2021
|
#ebdbb2
|
#f9f5d7
|
#3c3836
|
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.
Switch variants by adding a CSS class to <body>:
<body> <!-- Dark (default) -->
<body class="pa-color-soft"> <!-- Soft dark -->
<body class="pa-color-light"> <!-- Light -->
<link rel="stylesheet" href="css/gruvbox.css">