/* ═══════════════════════════════════════════════════════════════
   slate — the six palettes.

   Copied verbatim from app/src/themes/builtin.ts so the site and
   the app cannot drift. Its own file so the marketing page and the
   plugin marketplace cannot drift from each other either: there is
   one definition, and both pages link it.

   Every colour in the site resolves to a token defined here. No hex
   literal belongs in any other stylesheet.
   ═══════════════════════════════════════════════════════════════ */

:root, [data-palette="everforest"] {
  --bg:#2d353b; --bg-elevated:#343f44; --bg-overlay:#272e33; --bg-input:#3d484d;
  --bg-hover:#3d484d; --bg-active:#475258;
  --fg:#d3c6aa; --fg-muted:#a6b0a0; --fg-subtle:#7a8478;
  --accent:#a7c080; --accent-fg:#2d353b; --accent-dim:#5b7a5a;
  --border:#3d484d; --border-strong:#475258;
  --selection:#617159; --selection-fg:#f4f1ea;
  --success:#a7c080; --warning:#dbbc7f; --danger:#e67e80;
  --syn-heading:#a7c080; --syn-bold:#dbbc7f; --syn-italic:#d699b6;
  --syn-link:#7fbbb3; --syn-code:#e69875; --syn-code-bg:#343f44;
  --syn-quote:#7a8478; --syn-list:#83c092; --syn-tag:#d699b6;
}
[data-palette="tokyo-night"] {
  --bg:#1a1b26; --bg-elevated:#1f2335; --bg-overlay:#16161e; --bg-input:#1f2335;
  --bg-hover:#292e42; --bg-active:#2f334d;
  --fg:#c0caf5; --fg-muted:#828bb8; --fg-subtle:#565f89;
  --accent:#7aa2f7; --accent-fg:#1a1b26; --accent-dim:#3d59a1;
  --border:#292e42; --border-strong:#3b4261;
  --selection:#546ca3; --selection-fg:#eff2fd;
  --success:#9ece6a; --warning:#e0af68; --danger:#f7768e;
  --syn-heading:#7aa2f7; --syn-bold:#e0af68; --syn-italic:#bb9af7;
  --syn-link:#7dcfff; --syn-code:#ff9e64; --syn-code-bg:#1f2335;
  --syn-quote:#565f89; --syn-list:#7dcfff; --syn-tag:#bb9af7;
}
[data-palette="gruvbox"] {
  --bg:#282828; --bg-elevated:#32302f; --bg-overlay:#1d2021; --bg-input:#3c3836;
  --bg-hover:#3c3836; --bg-active:#504945;
  --fg:#ebdbb2; --fg-muted:#bdae93; --fg-subtle:#928374;
  --accent:#fabd2f; --accent-fg:#282828; --accent-dim:#b57614;
  --border:#3c3836; --border-strong:#504945;
  --selection:#876b2b; --selection-fg:#faf6ec;
  --success:#b8bb26; --warning:#fabd2f; --danger:#fb4934;
  --syn-heading:#fabd2f; --syn-bold:#fe8019; --syn-italic:#d3869b;
  --syn-link:#83a598; --syn-code:#fe8019; --syn-code-bg:#32302f;
  --syn-quote:#928374; --syn-list:#8ec07c; --syn-tag:#d3869b;
}
[data-palette="rose-pine"] {
  --bg:#191724; --bg-elevated:#1f1d2e; --bg-overlay:#13111c; --bg-input:#26233a;
  --bg-hover:#26233a; --bg-active:#2f2b45;
  --fg:#e0def4; --fg-muted:#908caa; --fg-subtle:#6e6a86;
  --accent:#c4a7e7; --accent-fg:#191724; --accent-dim:#6e5a86;
  --border:#26233a; --border-strong:#403d52;
  --selection:#7a6993; --selection-fg:#f7f7fc;
  --success:#31748f; --warning:#f6c177; --danger:#eb6f92;
  --syn-heading:#c4a7e7; --syn-bold:#f6c177; --syn-italic:#ebbcba;
  --syn-link:#9ccfd8; --syn-code:#ebbcba; --syn-code-bg:#1f1d2e;
  --syn-quote:#6e6a86; --syn-list:#9ccfd8; --syn-tag:#ebbcba;
}
[data-palette="nord"] {
  --bg:#2e3440; --bg-elevated:#3b4252; --bg-overlay:#272c36; --bg-input:#3b4252;
  --bg-hover:#434c5e; --bg-active:#4c566a;
  --fg:#eceff4; --fg-muted:#b9bfca; --fg-subtle:#7b8494;
  --accent:#88c0d0; --accent-fg:#2e3440; --accent-dim:#5e81ac;
  --border:#3b4252; --border-strong:#4c566a;
  --selection:#597785; --selection-fg:#fafbfc;
  --success:#a3be8c; --warning:#ebcb8b; --danger:#bf616a;
  --syn-heading:#88c0d0; --syn-bold:#ebcb8b; --syn-italic:#b48ead;
  --syn-link:#81a1c1; --syn-code:#d08770; --syn-code-bg:#3b4252;
  --syn-quote:#7b8494; --syn-list:#8fbcbb; --syn-tag:#b48ead;
}
[data-palette="catppuccin-mocha"] {
  --bg:#1e1e2e; --bg-elevated:#181825; --bg-overlay:#11111b; --bg-input:#313244;
  --bg-hover:#313244; --bg-active:#45475a;
  --fg:#cdd6f4; --fg-muted:#a6adc8; --fg-subtle:#6c7086;
  --accent:#cba6f7; --accent-fg:#1e1e2e; --accent-dim:#6c5b8a;
  --border:#313244; --border-strong:#45475a;
  --selection:#586f9c; --selection-fg:#f3f5fc;
  --success:#a6e3a1; --warning:#f9e2af; --danger:#f38ba8;
  --syn-heading:#cba6f7; --syn-bold:#f9e2af; --syn-italic:#f5c2e7;
  --syn-link:#89b4fa; --syn-code:#fab387; --syn-code-bg:#181825;
  --syn-quote:#6c7086; --syn-list:#89dceb; --syn-tag:#f5c2e7;
}
