The Kit/Themes/Ink

Ink

Painted poster plates on deep oil-blue: solid cel-step shading, stacked offset colour, condensed display type. Nothing glows.

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
/* 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);
}