/* name: Nord
   blurb: Arctic calm. Frost blue over polar night.
   order: 51 */
html[data-theme="nord"] {
  --os-desktop: #2b303b;
  --os-desktop-glow: rgba(136, 192, 208, 0.1);
  --os-win-bg: #2e3440;
  --os-win-text: #d8dee9;
  --os-win-muted: #7b88a1;
  --os-title-bg: linear-gradient(90deg, #5e81ac, #81a1c1);
  --os-title-text: #eceff4;
  --os-title-inactive-bg: #3b4252;
  --os-title-inactive-text: #7b88a1;
  --os-bevel-light: #4c566a;
  --os-bevel-dark: #21252e;
  --os-chrome: #3b4252;
  --os-chrome-text: #d8dee9;
  --os-accent: #88c0d0;
  --os-accent-text: #2e3440;
  --os-link: #88c0d0;
  --os-icon-text: #d8dee9;
  --os-icon-text-shadow: 1px 1px 0 #21252e;
  --os-selection-bg: #434c5e;
  --os-selection-text: #eceff4;
  --os-font-ui: var(--font-mono);
  --os-scanlines: none;
  --os-glow: 0 0 8px rgba(136, 192, 208, 0.25);
  --os-h1: #88c0d0;
  --os-h2: #81a1c1;
  --os-h3: #8fbcbb;
  --os-code-bg: #3b4252;
  --os-code-text: #a3be8c;
  --os-code-border: #4c566a;
  --os-pre-bg: #272b35;
  --os-strong: #ebcb8b;
  --os-quote: rgba(136, 192, 208, 0.08);
}
