/* name: One Dark
   blurb: Atom's calm, balanced everyday dark.
   order: 58 */
html[data-theme="one-dark"] {
  --os-desktop: #21252b;
  --os-desktop-glow: rgba(97, 175, 239, 0.1);
  --os-win-bg: #282c34;
  --os-win-text: #abb2bf;
  --os-win-muted: #5c6370;
  --os-title-bg: linear-gradient(90deg, #61afef, #c678dd);
  --os-title-text: #21252b;
  --os-title-inactive-bg: #2c313a;
  --os-title-inactive-text: #5c6370;
  --os-bevel-light: #3b4048;
  --os-bevel-dark: #181a1f;
  --os-chrome: #21252b;
  --os-chrome-text: #abb2bf;
  --os-accent: #61afef;
  --os-accent-text: #21252b;
  --os-link: #56b6c2;
  --os-icon-text: #abb2bf;
  --os-icon-text-shadow: 1px 1px 0 #181a1f;
  --os-selection-bg: #3e4451;
  --os-selection-text: #ffffff;
  --os-font-ui: var(--font-mono);
  --os-scanlines: none;
  --os-glow: 0 0 8px rgba(97, 175, 239, 0.25);
  --os-h1: #61afef;
  --os-h2: #c678dd;
  --os-h3: #56b6c2;
  --os-code-bg: #2c313a;
  --os-code-text: #98c379;
  --os-code-border: #3b4048;
  --os-pre-bg: #21252b;
  --os-strong: #e5c07b;
  --os-quote: rgba(97, 175, 239, 0.08);
}
