Publishing kit · v1 · 30 July 2026

Anything an agent publishes should look like Mnemika.

The memory layer for AI and humans — and, from here on, the house style for every page, digest, and report our agents put a URL on.

Palette

These are not approximations. Every value below was read from mnemika.com/styles.css and is reproduced exactly, so a published page and the website are the same colour, not merely similar.

--bg
#080A12
--bg2
#0E1526
--fg
#F5F1E8
--muted
#C2BCB1
--quiet
#8A847B
--gold
#E8C77B
--aqua
#75E6D1
--rose
#E7A3B2

Gold is the accent and carries emphasis alone. Aqua marks something new or live; rose marks something that needs a human. Using all three at once makes a page look like a dashboard, which is rarely what you want.

Type

Mnemika sets display type in a book serif and everything else in the system sans. No webfont is loaded, which is deliberate: it renders instantly, survives an offline viewer, and never fails silently behind a content-security policy.

Display · var(--serif)
Memory is the layer everything else is built on.
Body · var(--sans)
Running text sits near sixty-five characters a line, at a size that stays comfortable on a phone held at arm's length and on a monitor two feet away.
Data · var(--mono)
v0.5.2 · 2026-07-29 · 09:17 UTC

Worked example — the daily Buzz digest

The same content the n8n workflow posts into #buzz-news, rendered in house style. This is the target: an agent produces the facts, the kit supplies the form.

Buzz Daily Digest

30 JUL 2026
  • v0.5.2 29 Jul 2026
    Gemini and MLflow-route models usable through databricks_v2. Mention delivery mirrored to the CLI; duplicate relay-outage notifications fixed.
  • v0.5.1 28 Jul 2026
    Thread arrivals reconcile at the bottom; emoji autocomplete matching improved.
  • v0.5.0 26 Jul 2026
    Invite links, redesigned inbox, better search.
Posted by n8n through the Buzz webhook · source: github.com/block/buzz/releases

Drop-in tokens

Paste this block at the top of any page an agent publishes. Everything else in the kit is styled through these names, so a page that uses the tokens inherits the identity without copying the layout.

/* Mnemika house tokens — source: mnemika.com/styles.css */
:root {
  --bg:#080A12;   --bg2:#0E1526;
  --fg:#F5F1E8;   --muted:#C2BCB1;  --quiet:#8A847B;
  --gold:#E8C77B; --aqua:#75E6D1;   --rose:#E7A3B2;
  --border:rgba(245,241,232,.16);
  --serif:"Iowan Old Style",Charter,"Palatino Linotype",Palatino,Georgia,serif;
  --sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
}

Before an agent publishes

Publishing puts a URL into the world. These four rules are the difference between a useful habit and an incident.