The Kit/Themes

Ink

The painted poster system: deep oil-blue canvas, warm bone ink, ember lead with gold support. Built for solid cel-step shading; nothing glows.

--bg#28303e--surface#333c4d--surface-2#3d4759--ink#f1ede2--accent#d47b47--accent-2#d9b361--good#7dbd9e--warn#d9b361--bad#cf5f52
theme.css
/* INK - the painted poster look, mapped onto the kit's canonical token contract.
   Solid cel-step shading; components in this family never blur or glow. */
[data-theme="ink"] {
  --bg: #28303e;
  --surface: #333c4d;
  --surface-2: #3d4759;
  --line: rgba(213, 205, 185, 0.16);

  --ink: #f1ede2;
  --ink-dim: #c3bdae;
  --ink-faint: #918c7f;

  --accent: #d47b47;
  --accent-2: #d9b361;

  --good: #7dbd9e;
  --warn: #d9b361;
  --bad: #cf5f52;

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

  --radius: 4px;
  --radius-sm: 2px;
  --ring: 0 0 0 1px rgba(213, 205, 185, 0.14);
}
← The whole kit