/* Catppuccin Mocha - Dark Theme */
html.mocha, html.navy {
  --bg: #1e1e2e;
  --fg: #cdd6f4;
  --sidebar-bg: #181825;
  --sidebar-fg: #cdd6f4;
  --sidebar-non-existant: #6c7086;
  --sidebar-active: #cba6f7;
  --sidebar-header-border-color: #45475a;
  --sidebar-spacer: #313244;
  --scrollbar: #585b70;
  --icons: #a6adc8;
  --icons-hover: #cdd6f4;
  --links: #89b4fa;
  --inline-code-color: #fab387;
  --theme-popup-bg: #181825;
  --theme-popup-border: #45475a;
  --theme-hover: #313244;
  --quote-bg: #313244;
  --quote-border: #cba6f7;
  --table-border-color: #45475a;
  --table-header-bg: #313244;
  --table-alternate-bg: #1e1e2e;
  --searchbar-border-color: #45475a;
  --searchbar-bg: #181825;
  --searchbar-fg: #cdd6f4;
  --searchbar-shadow-color: rgba(0, 0, 0, 0.3);
  --searchresults-header-fg: #cdd6f4;
  --searchresults-border-color: #45475a;
  --searchresults-li-bg: #1e1e2e;
  --search-mark-bg: #f9e2af;
}

/* Catppuccin Macchiato - Alternative Dark */
html.macchiato {
  --bg: #24273a;
  --fg: #cad3f5;
  --sidebar-bg: #1e2030;
  --sidebar-fg: #cad3f5;
  --sidebar-non-existant: #6e738d;
  --sidebar-active: #c6a0f6;
  --sidebar-header-border-color: #494d64;
  --sidebar-spacer: #363a4f;
  --scrollbar: #5b6078;
  --icons: #a5adcb;
  --icons-hover: #cad3f5;
  --links: #8aadf4;
  --inline-code-color: #f5a97f;
  --theme-popup-bg: #1e2030;
  --theme-popup-border: #494d64;
  --theme-hover: #363a4f;
  --quote-bg: #363a4f;
  --quote-border: #c6a0f6;
  --table-border-color: #494d64;
  --table-header-bg: #363a4f;
  --table-alternate-bg: #24273a;
  --searchbar-border-color: #494d64;
  --searchbar-bg: #1e2030;
  --searchbar-fg: #cad3f5;
  --searchbar-shadow-color: rgba(0, 0, 0, 0.3);
  --searchresults-header-fg: #cad3f5;
  --searchresults-border-color: #494d64;
  --searchresults-li-bg: #24273a;
  --search-mark-bg: #eed49f;
}

/* Catppuccin Frappe - Muted Dark */
html.frappe {
  --bg: #303446;
  --fg: #c6d0f5;
  --sidebar-bg: #292c3c;
  --sidebar-fg: #c6d0f5;
  --sidebar-non-existant: #737994;
  --sidebar-active: #ca9ee6;
  --sidebar-header-border-color: #51576d;
  --sidebar-spacer: #414559;
  --scrollbar: #626880;
  --icons: #a5adce;
  --icons-hover: #c6d0f5;
  --links: #8caaee;
  --inline-code-color: #ef9f76;
  --theme-popup-bg: #292c3c;
  --theme-popup-border: #51576d;
  --theme-hover: #414559;
  --quote-bg: #414559;
  --quote-border: #ca9ee6;
  --table-border-color: #51576d;
  --table-header-bg: #414559;
  --table-alternate-bg: #303446;
  --searchbar-border-color: #51576d;
  --searchbar-bg: #292c3c;
  --searchbar-fg: #c6d0f5;
  --searchbar-shadow-color: rgba(0, 0, 0, 0.3);
  --searchresults-header-fg: #c6d0f5;
  --searchresults-border-color: #51576d;
  --searchresults-li-bg: #303446;
  --search-mark-bg: #e5c890;
}

/* Catppuccin Latte - Light Theme */
html.latte, html.light {
  --bg: #eff1f5;
  --fg: #4c4f69;
  --sidebar-bg: #e6e9ef;
  --sidebar-fg: #4c4f69;
  --sidebar-non-existant: #9ca0b0;
  --sidebar-active: #8839ef;
  --sidebar-header-border-color: #ccd0da;
  --sidebar-spacer: #bcc0cc;
  --scrollbar: #acb0be;
  --icons: #5c5f77;
  --icons-hover: #4c4f69;
  --links: #1e66f5;
  --inline-code-color: #fe640b;
  --theme-popup-bg: #e6e9ef;
  --theme-popup-border: #ccd0da;
  --theme-hover: #bcc0cc;
  --quote-bg: #ccd0da;
  --quote-border: #8839ef;
  --table-border-color: #ccd0da;
  --table-header-bg: #ccd0da;
  --table-alternate-bg: #eff1f5;
  --searchbar-border-color: #ccd0da;
  --searchbar-bg: #e6e9ef;
  --searchbar-fg: #4c4f69;
  --searchbar-shadow-color: rgba(0, 0, 0, 0.1);
  --searchresults-header-fg: #4c4f69;
  --searchresults-border-color: #ccd0da;
  --searchresults-li-bg: #eff1f5;
  --search-mark-bg: #df8e1d;
}

/* Code blocks */
html.mocha code, html.macchiato code, html.frappe code {
  color: #cdd6f4;
}

html.latte code, html.light code {
  color: #4c4f69;
}
