/* name: Gruvbox
   blurb: Retro warmth — earthy browns, burnt orange.
   order: 52 */
html[data-theme="gruvbox"] {
  --os-desktop: #1d2021;
  --os-desktop-glow: rgba(254, 128, 25, 0.08);
  --os-win-bg: #282828;
  --os-win-text: #ebdbb2;
  --os-win-muted: #928374;
  --os-title-bg: linear-gradient(90deg, #d65d0e, #fe8019);
  --os-title-text: #282828;
  --os-title-inactive-bg: #3c3836;
  --os-title-inactive-text: #928374;
  --os-bevel-light: #504945;
  --os-bevel-dark: #1d2021;
  --os-chrome: #3c3836;
  --os-chrome-text: #ebdbb2;
  --os-accent: #fe8019;
  --os-accent-text: #282828;
  --os-link: #83a598;
  --os-icon-text: #ebdbb2;
  --os-icon-text-shadow: 1px 1px 0 #1d2021;
  --os-selection-bg: #504945;
  --os-selection-text: #ebdbb2;
  --os-font-ui: var(--font-mono);
  --os-scanlines: none;
  --os-glow: 0 0 8px rgba(254, 128, 25, 0.25);
  --os-h1: #fabd2f;
  --os-h2: #fe8019;
  --os-h3: #b8bb26;
  --os-code-bg: #32302f;
  --os-code-text: #8ec07c;
  --os-code-border: #504945;
  --os-pre-bg: #1d2021;
  --os-strong: #fabd2f;
  --os-quote: rgba(254, 128, 25, 0.08);
}
