/* name: Tokyo Night
   blurb: Neon-lit streets after midnight.
   order: 55 */
html[data-theme="tokyo-night"] {
  --os-desktop: #16161e;
  --os-desktop-glow: rgba(122, 162, 247, 0.1);
  --os-win-bg: #1a1b26;
  --os-win-text: #c0caf5;
  --os-win-muted: #565f89;
  --os-title-bg: linear-gradient(90deg, #7aa2f7, #bb9af7);
  --os-title-text: #16161e;
  --os-title-inactive-bg: #24283b;
  --os-title-inactive-text: #565f89;
  --os-bevel-light: #292e42;
  --os-bevel-dark: #101015;
  --os-chrome: #16161e;
  --os-chrome-text: #c0caf5;
  --os-accent: #7aa2f7;
  --os-accent-text: #16161e;
  --os-link: #7dcfff;
  --os-icon-text: #c0caf5;
  --os-icon-text-shadow: 1px 1px 0 #101015;
  --os-selection-bg: #283457;
  --os-selection-text: #c0caf5;
  --os-font-ui: var(--font-mono);
  --os-scanlines: none;
  --os-glow: 0 0 8px rgba(122, 162, 247, 0.3);
  --os-h1: #7aa2f7;
  --os-h2: #bb9af7;
  --os-h3: #7dcfff;
  --os-code-bg: #24283b;
  --os-code-text: #9ece6a;
  --os-code-border: #292e42;
  --os-pre-bg: #16161e;
  --os-strong: #ff9e64;
  --os-quote: rgba(122, 162, 247, 0.08);
}
