/* name: Synthwave '84
   blurb: Neon sunset. Outrun the grid.
   order: 59 */
html[data-theme="synthwave"] {
  --os-desktop: #1a1527;
  --os-desktop-glow: rgba(255, 126, 219, 0.12);
  --os-win-bg: #262335;
  --os-win-text: #f0eff1;
  --os-win-muted: #848bbd;
  --os-title-bg: linear-gradient(90deg, #ff7edb, #36f9f6);
  --os-title-text: #241b2f;
  --os-title-inactive-bg: #34294f;
  --os-title-inactive-text: #848bbd;
  --os-bevel-light: #495495;
  --os-bevel-dark: #120c1d;
  --os-chrome: #241b2f;
  --os-chrome-text: #f0eff1;
  --os-accent: #ff7edb;
  --os-accent-text: #241b2f;
  --os-link: #36f9f6;
  --os-icon-text: #f0eff1;
  --os-icon-text-shadow: 1px 1px 2px #120c1d;
  --os-selection-bg: #ff7edb;
  --os-selection-text: #241b2f;
  --os-font-ui: var(--font-mono);
  --os-scanlines: none;
  --os-glow: 0 0 10px rgba(255, 126, 219, 0.45);
  --os-h1: #fede5d;
  --os-h2: #ff7edb;
  --os-h3: #36f9f6;
  --os-code-bg: #241b2f;
  --os-code-text: #36f9f6;
  --os-code-border: #495495;
  --os-pre-bg: #1a1527;
  --os-strong: #ff8b39;
  --os-quote: rgba(255, 126, 219, 0.08);
}
