/* name: Dracula
   blurb: The cult classic. Purple night, neon bite.
   order: 50 */
html[data-theme="dracula"] {
  --os-desktop: #21222c;
  --os-desktop-glow: rgba(189, 147, 249, 0.1);
  --os-win-bg: #282a36;
  --os-win-text: #f8f8f2;
  --os-win-muted: #6272a4;
  --os-title-bg: linear-gradient(90deg, #bd93f9, #ff79c6);
  --os-title-text: #282a36;
  --os-title-inactive-bg: #343746;
  --os-title-inactive-text: #6272a4;
  --os-bevel-light: #44475a;
  --os-bevel-dark: #191a21;
  --os-chrome: #21222c;
  --os-chrome-text: #f8f8f2;
  --os-accent: #bd93f9;
  --os-accent-text: #282a36;
  --os-link: #8be9fd;
  --os-icon-text: #f8f8f2;
  --os-icon-text-shadow: 1px 1px 0 #191a21;
  --os-selection-bg: #44475a;
  --os-selection-text: #f8f8f2;
  --os-font-ui: var(--font-mono);
  --os-scanlines: none;
  --os-glow: 0 0 8px rgba(189, 147, 249, 0.3);
  --os-h1: #ff79c6;
  --os-h2: #bd93f9;
  --os-h3: #8be9fd;
  --os-code-bg: #21222c;
  --os-code-text: #50fa7b;
  --os-code-border: #44475a;
  --os-pre-bg: #21222c;
  --os-strong: #ffb86c;
  --os-quote: rgba(189, 147, 249, 0.08);
}
