/* name: Solarized Light
   blurb: Same science, sunlit and easy.
   order: 54 */
html[data-theme="solarized-light"] {
  --os-desktop: #e9e2cf;
  --os-desktop-glow: rgba(38, 139, 210, 0.06);
  --os-win-bg: #fdf6e3;
  --os-win-text: #586e75;
  --os-win-muted: #93a1a1;
  --os-title-bg: linear-gradient(90deg, #268bd2, #2aa198);
  --os-title-text: #fdf6e3;
  --os-title-inactive-bg: #d9d2bf;
  --os-title-inactive-text: #93a1a1;
  --os-bevel-light: #ffffff;
  --os-bevel-dark: #93a1a1;
  --os-chrome: #eee8d5;
  --os-chrome-text: #586e75;
  --os-accent: #268bd2;
  --os-accent-text: #fdf6e3;
  --os-link: #268bd2;
  --os-icon-text: #586e75;
  --os-icon-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  --os-selection-bg: #268bd2;
  --os-selection-text: #fdf6e3;
  --os-font-ui: var(--font-mono);
  --os-scanlines: none;
  --os-glow: none;
  --os-h1: #cb4b16;
  --os-h2: #268bd2;
  --os-h3: #859900;
  --os-code-bg: #eee8d5;
  --os-code-text: #cb4b16;
  --os-code-border: #93a1a1;
  --os-pre-bg: #eee8d5;
  --os-strong: #b58900;
  --os-quote: #eee8d5;
}
