/* name: Catppuccin
   blurb: Soft pastel mocha. Cozy and modern.
   order: 56 */
html[data-theme="catppuccin"] {
  --os-desktop: #181825;
  --os-desktop-glow: rgba(203, 166, 247, 0.1);
  --os-win-bg: #1e1e2e;
  --os-win-text: #cdd6f4;
  --os-win-muted: #6c7086;
  --os-title-bg: linear-gradient(90deg, #cba6f7, #f5c2e7);
  --os-title-text: #1e1e2e;
  --os-title-inactive-bg: #313244;
  --os-title-inactive-text: #6c7086;
  --os-bevel-light: #45475a;
  --os-bevel-dark: #11111b;
  --os-chrome: #181825;
  --os-chrome-text: #cdd6f4;
  --os-accent: #cba6f7;
  --os-accent-text: #1e1e2e;
  --os-link: #89b4fa;
  --os-icon-text: #cdd6f4;
  --os-icon-text-shadow: 1px 1px 0 #11111b;
  --os-selection-bg: #45475a;
  --os-selection-text: #cdd6f4;
  --os-font-ui: var(--font-mono);
  --os-scanlines: none;
  --os-glow: 0 0 8px rgba(203, 166, 247, 0.3);
  --os-h1: #f5c2e7;
  --os-h2: #cba6f7;
  --os-h3: #89dceb;
  --os-code-bg: #313244;
  --os-code-text: #a6e3a1;
  --os-code-border: #45475a;
  --os-pre-bg: #181825;
  --os-strong: #fab387;
  --os-quote: rgba(203, 166, 247, 0.08);
}
