/* name: Monokai
   blurb: The original vivid syntax classic.
   order: 57 */
html[data-theme="monokai"] {
  --os-desktop: #1e1f1c;
  --os-desktop-glow: rgba(166, 226, 46, 0.08);
  --os-win-bg: #272822;
  --os-win-text: #f8f8f2;
  --os-win-muted: #75715e;
  --os-title-bg: linear-gradient(90deg, #f92672, #fd971f);
  --os-title-text: #272822;
  --os-title-inactive-bg: #3e3d32;
  --os-title-inactive-text: #75715e;
  --os-bevel-light: #49483e;
  --os-bevel-dark: #19190f;
  --os-chrome: #1e1f1c;
  --os-chrome-text: #f8f8f2;
  --os-accent: #a6e22e;
  --os-accent-text: #272822;
  --os-link: #66d9ef;
  --os-icon-text: #f8f8f2;
  --os-icon-text-shadow: 1px 1px 0 #19190f;
  --os-selection-bg: #49483e;
  --os-selection-text: #f8f8f2;
  --os-font-ui: var(--font-mono);
  --os-scanlines: none;
  --os-glow: 0 0 8px rgba(166, 226, 46, 0.25);
  --os-h1: #f92672;
  --os-h2: #66d9ef;
  --os-h3: #a6e22e;
  --os-code-bg: #3e3d32;
  --os-code-text: #e6db74;
  --os-code-border: #49483e;
  --os-pre-bg: #1e1f1c;
  --os-strong: #fd971f;
  --os-quote: rgba(166, 226, 46, 0.08);
}
