The Kit/Themes/Apex

Apex

Racing-instrument console on layered indigo: mono caps, pill geometry, lit signal accents. High energy, data-forward.

Badge

NewLiveDraftFailedArchived

Button

loading…

Card

loading…

Input

Data display

64%

The tokens

drop the block in, or remap the names onto your own token layer
theme.css
/* APEX — F1Peak's signature look: acid-lime + red duotone on layered cool indigo,
   Archivo display. Harvested from projects/f1peak/web/packages/kit/src/tokens.css and
   mapped onto The Forge's canonical token contract. */
[data-theme="apex"] {
  --bg: #111420;
  --surface: #1a1f30;
  --surface-2: #222840;
  --line: rgba(150, 170, 220, 0.18);

  --ink: #f3f6ff;
  --ink-dim: #b6bfd6;
  --ink-faint: #7e88a3;

  --accent: #c2f53b;
  --accent-2: #ff2e43;

  --good: #00d17a;
  --warn: #ffd900;
  --bad: #ff2d3d;

  --font-display: var(--font-archivo), "Helvetica Neue", system-ui, sans-serif;
  --font-ui: var(--font-barlow), system-ui, sans-serif;
  --font-mono: var(--font-jetbrains), ui-monospace, monospace;

  --radius: 12px;
  --radius-sm: 7px;
  --ring: 0 8px 30px -8px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(150, 170, 220, 0.12);
}