/* name: Solarized Dark
   blurb: The precision-tuned teal classic.
   order: 53 */
html[data-theme="solarized-dark"] {
  --os-desktop: #002028;
  --os-desktop-glow: rgba(38, 139, 210, 0.1);
  --os-win-bg: #002b36;
  --os-win-text: #93a1a1;
  --os-win-muted: #586e75;
  --os-title-bg: linear-gradient(90deg, #268bd2, #2aa198);
  --os-title-text: #002b36;
  --os-title-inactive-bg: #073642;
  --os-title-inactive-text: #586e75;
  --os-bevel-light: #0a4a5a;
  --os-bevel-dark: #001b22;
  --os-chrome: #073642;
  --os-chrome-text: #93a1a1;
  --os-accent: #268bd2;
  --os-accent-text: #fdf6e3;
  --os-link: #2aa198;
  --os-icon-text: #93a1a1;
  --os-icon-text-shadow: 1px 1px 0 #001b22;
  --os-selection-bg: #073642;
  --os-selection-text: #eee8d5;
  --os-font-ui: var(--font-mono);
  --os-scanlines: none;
  --os-glow: 0 0 8px rgba(38, 139, 210, 0.25);
  --os-h1: #268bd2;
  --os-h2: #2aa198;
  --os-h3: #859900;
  --os-code-bg: #073642;
  --os-code-text: #2aa198;
  --os-code-border: #586e75;
  --os-pre-bg: #001f27;
  --os-strong: #b58900;
  --os-quote: rgba(38, 139, 210, 0.08);
}
