/* Warp homepage color tokens, verified 17 September 2026.
   Source and fingerprint: research/themes/warp-palette.json. */
:root[data-theme="warp"],
:root[data-theme="warp-dark"] {
  color-scheme: light;
  --p-8bit: #1465ac;
  --p-space: #212735;
  --p-night: #0d0a3d;
  --p-lilac: #5c8ad3;
  --p-braun-white: #fdfcf1;
  --p-yield: #eef17c;
  --p-cool-white: #d3d2d7;
  --bg: #f1f1f1;
  --bg-panel: var(--p-cool-white);
  --accent-yellow: var(--p-yield);
  --line: #0d0a3d29;
  --line-soft: #0d0a3d12;
  --fg: var(--p-space);
  --muted: #5d5966;
  --muted-2: #918d9a;
  --accent: var(--p-8bit);
  --accent-2: #7267ff;
  --ok: #3f6b3f;
  --wait: #8a7d1a;
  --err: #b23a2f;
  --code-fg: #2a2534;
}

/* Local dark adaptation of the site's Warp palette, not an upstream theme. */
:root[data-theme="warp-dark"] {
  color-scheme: dark;
  --bg: #191a22;
  --bg-panel: #262626;
  --fg: var(--p-cool-white);
  --muted: #b8b4c0;
  --muted-2: #a09aad;
  --line: #9b979d75;
  --line-soft: #28282b66;
  --accent: var(--p-lilac);
  --accent-2: #c9baff;
  --ok: #91b98b;
  --wait: #d7c677;
  --err: #ef9a94;
  --code-fg: var(--p-cool-white);
}
