Retro groove color scheme with warm earthy tones and orange accents

Package
Font
System default
Light Dark

Variants

Default
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
Soft
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

Gruvbox

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.

Highlights

  • Dark and Light modes on the Default variant — toggle with pa-mode-light / pa-mode-dark
  • Soft variant — a warmer, lower-contrast dark mode (dark only)
  • Orange accent (#fe8019) — the signature Gruvbox color
  • System fonts — no custom font download required
  • Warm, desaturated backgrounds reduce eye strain

Variants and Modes

Default 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) -->

Usage

<link rel="stylesheet" href="css/gruvbox.css">