Five flavors for five jobs. Code is rarely "just code" in this product — it's an ordinance quote, a station response, a CLI session, a config diff, or a single selectable token in a sentence. Each one earns its own chrome.
1 · Observation card
For verbatim ordinance, statute, and policy quotes. Serif body to signal "this is a printed text we are citing", technical metadata to anchor it.
Use when: the workflow IS the message — onboarding docs, runbooks, internal tooling. The blinking cursor invites the next command.
4 · Diff
Before/after with old/new line numbers, additions in green, removals in red, hunk header in violet. Use to show what changed in a parcel record, a code-review entry, or a saved canvass.
parcel/04-21-3349.json
+3−2
@@ -8,4 +8,5 @@ structure
88 "stories": 2,
9− "roof_age_yrs": 12,
10− "material": "shingle"
9+ "roof_age_yrs": 14,
10+ "material": "asphalt_shingle",
11+ "last_replaced": "2010-08"
1112}
Use when: something was edited and the change matters — parcel revisions, configuration updates, audit trails.
5 · Inline & micro-blocks
Seven inline treatments — each for a distinct prose-code job. Pick by what the value is, not how loud it should look.
Parcel 04-21-3349 matched storm eventSE-241126 with peak hail ofin1.75″. StationKAUS reported confidenceconf=0.94. Vendor secretwas rotated, and the photo bundle hash wasa1b2c3d…f8e7.
All seven variants
5a · default
Parcel 04-21-3349
Generic precision token in prose. Dashed underline, no fill.
5a · strong
Event SE-241126
When the token is the subject of the sentence. Solid underline + bold.
5a · warn / err
Returned PARTIAL_MATCH; file IMG_0042.HEIC failed.
Severity in prose, no chiclet — color carries the signal.
5b · typed
Hail in1.75″ · windmph62 · area sqft2,180
Numeric value with unit prefix. Use when the kind of number matters more than its label.
5c · copyable
04-21-3349(hover to reveal)
Tokens users actually need to grab. Reveals a copy glyph on hover; click copies + flashes green.
Pick by what the value is, not how loud it should look. Default for generic precision tokens; strong when the token IS the subject; warn/err for severity in prose; typed for numbers with units; copyable for IDs users grab; linked when it navigates; redacted for sensitive values; hash for long checksums; key=value for config flags.
Which to use
If you're showing…Use
A code quoteObservation card — serif body, juris metadata.
A response payloadAPI response — dark, line-numbered, with method + status.
A workflowTerminal — prompts, output lines, blinking cursor.
A changeDiff — old/new lines, hunk headers, +/− markers.
A token in proseInline / micro-block — flows with the sentence; no chrome.