PALETTE
BRAND COLORS, TYPOGRAPHY, AND UI SAMPLES
Dark / Light Comparison
Both themes side by side. Dark is the default. Light preserves the brand through monospace type, sharp edges, and the same accent hue family with adjusted contrast.
Background Variants
The default backgrounds (shown above) were chosen from a set of proposals. These "Blue Charcoal" / "Cool Blue-Gray" variants shift the hue toward neutral blue with lower saturation. Available as alternative options. See issue #1 for the full history.
Core Colors
These adapt to the current theme. Toggle [lt]/[dk] to see them change.
Backgrounds
Text
Borders
Accent Colors
Typography
JetBrains Mono everywhere. No sans-serif, no serif.
Code
Inline Code
env.AI.run() to call the model. The InboxDO class handles persistence. Set NODE_ENV=production before deploying.
Code Block
export class InboxDO extends DurableObject {
async fetch(request: Request) {
// Route to the right handler
const url = new URL(request.url);
return this.router.handle(url.pathname);
}
}
Links
UI Elements
Status Indicators
Card
A description of something being built. Hover to see the border and glow transition.
Selection
Select this text to see the selection color. Dark theme uses a cyan tint. Light theme uses a magenta tint.