The Kit/Themes

TIFO

WC26's editorial matchday look: near-black canvas, a single strike-orange accent, condensed display type (Barlow Condensed) and sharp 3-4px corners. High-contrast and broadcast-graphic.

--bg#08080a--surface#131317--surface-2#1a1a20--ink#f4f4f2--accent#ff5a3c--accent-2#e0b23a--good#37c26b--warn#e0b23a--bad#ff5a3c
theme.css
/* TIFO — WC26's editorial matchday look: near-black canvas, single strike-orange accent,
   condensed display type, sharp corners. Harvested from
   projects/wc26/app/packages/ui/src/tokens.css and mapped onto the canonical contract. */
[data-theme="tifo"] {
  --bg: #08080a;
  --surface: #131317;
  --surface-2: #1a1a20;
  --line: #26262d;

  --ink: #f4f4f2;
  --ink-dim: #b6b6bc;
  --ink-faint: #8a8a92;

  --accent: #ff5a3c;
  --accent-2: #e0b23a;

  --good: #37c26b;
  --warn: #e0b23a;
  --bad: #ff5a3c;

  --font-display: var(--font-barlow-condensed), "Arial Narrow", sans-serif;
  --font-ui: var(--font-barlow), system-ui, sans-serif;
  --font-mono: var(--font-jetbrains), ui-monospace, monospace;

  --radius: 4px;
  --radius-sm: 3px;
  --ring: 0 10px 34px -10px rgba(0, 0, 0, 0.65), 0 0 0 1px #26262d;
}
← The whole kit