Visual kits for agents that need to design well
Pick what you're building, preview every kit on that surface, and hand your agent a complete visual system — fonts, colors, tokens, and component rules.
Pick what you're building, preview every kit on that surface, and hand your agent a complete visual system — fonts, colors, tokens, and component rules.
A brutalist typographic system built from three vivid alternating surface bands: a fierce tomato-red hero block (#f24932), a blush-pink content field (#fec7da), and a pale cream display section (#faebf0), each carrying text directly on color. It favors extreme display scale in Space Grotesk 800, bracket-framed CTAs and section indices, registration and trademark marks as ornaments, superscript and fraction numerals, and hairline rules as the only dividers. Space Mono carries small-caps footer metadata. Nothing is rounded, shadowed, or blurred.
tomatobracketeditorial.com
Tomato Bracket
Supporting copy goes here.
tomatobracketeditorial.com
Tomato Bracket
Every kit is judged per use case against concrete criteria — chart-series distinctness, text contrast, information density — not keyword matching.
---
# Machine-readable tokens (the WHAT). The prose body gives the WHY + the rules.
# contract is THIS DOCUMENT'S shape and has nothing to do with the kit's
# revision below. It moves when a section is added, renamed or removed; a kit
# that never changed can arrive under a new one, and a kit that changed every
# token arrives under the same one. Read them independently.
#
# FIRST key on purpose. `name` is caller-supplied and yamlQuote escapes only the
# double quote, so a crafted kit name can inject lines into this block — every
# reader of this front matter honours the FIRST occurrence of a key, which puts
# an injected duplicate too late to matter.
contract: "1.0"
kit:
# The id is the durable handle; name and slug are both mutable.
# version is this record's monotonic revision: 0 = never versioned,
# null = the server did not report one. Diff against it; don't hash the file.
id: "9ce0abad-967e-402a-a22e-cbd85b623ce7"
version: 0
slug: "tomato-bracket-editorial"
name: "Tomato Bracket Editorial"
colors:
roles_light:
background: "#FEC7DA"
foreground: "#0D0105"
card: "#FAEBF0"
card-foreground: "#0D0105"
popover: "#FAEBF0"
popover-foreground: "#0D0105"
primary: "#F24932"
primary-foreground: "#0D0105"
secondary: "#F5D8E8"
secondary-foreground: "#0D0105"
muted: "#F2CEDE"
muted-foreground: "#6E2535"
accent: "#F24932"
accent-foreground: "#0D0105"
destructive: "#C01A0A"
destructive-foreground: "#FFFFFF"
border: "#F0B0C5"
input: "#FAEBF0"
ring: "#F24932"
success: "#155C2F"
success-foreground: "#E8F8EE"
warning: "#92400E"
warning-foreground: "#FFF8E1"
chart-1: "#F24932"
chart-2: "#6E2535"
chart-3: "#D45A4A"
chart-4: "#A85060"
chart-5: "#0D0105"
roles_dark:
background: "#0A0403"Three ways from the same kit: run "npx identityforge@latest apply tomato-bracket-editorial" with the CLI to write the tokens and DESIGN.md into your project, fetch it through the Identity Forge MCP server inside Claude Code, Cursor, or OpenCode, or install from the shadcn registry at /r/tomato-bracket-editorial.json with "npx shadcn add".
A complete brand system: a font pairing, 28 semantic color tokens in light and dark, a typography scale, spacing and elevation, per-element treatments, distinctive motifs, do's and don'ts, and a DESIGN.md a coding agent builds from. Exports cover shadcn registry items, Tailwind v3 and v4 themes, DTCG tokens JSON, and plain CSS variables.
Tomato Bracket Editorial is free: its full color tokens, fonts, DESIGN.md, and every export are available at no cost.
Supporting copy goes here.
/*
* Tomato Bracket Editorial — Identity Forge design kit.
* Kit id: 9ce0abad-967e-402a-a22e-cbd85b623ce7
* Kit slug: tomato-bracket-editorial (a mutable alias; the id is the durable handle)
* Kit version: 0 (no version minted yet)
*/
@import url("https://fonts.googleapis.com/css2?family=Space%20Grotesk:wght@400;500;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0.125rem;
--font-heading: 'Space Grotesk', sans-serif;
--font-sans: 'Space Grotesk', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 339 96% 89%;
--foreground: 340 86% 3%;
--card: 340 60% 95%;
--card-foreground: 340 86% 3%;
--popover: 340 60% 95%;
--popover-foreground: 340 86% 3%;
--primary: 7 88% 57%;
--primary-foreground: 340 86% 3%;
--secondary: 327 59% 90%;
--secondary-foreground: 340 86% 3%;
--muted: 333 58% 88%;
--muted-foreground: 347 50% 29%;
--accent: 7 88% 57%;
--accent-foreground: 340 86% 3%;
--destructive: 5 90% 40%;
--destructive-foreground: 0 0% 100%;
--border: 340 68% 82%;
--input: 340 60% 95%;
--ring: 7 88% 57%;
--success: 142 63% 22%;
--success-foreground: 143 53% 94%;
--warning: 23 83% 31%;
--warning-foreground: 46 100% 94%;
--chart-1: 7 88% 57%;
--chart-2: 347 50% 29%;
--chart-3: 7 62% 56%;
--chart-4: 349 35% 49%;
--chart-5: 340 86% 3%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
--gradient-hero: linear-gradient(180deg, #f24932 0%, #f24932 100%);
--gradient-brand: linear-gradient(180deg, #f24932 0%, #fec7da 100%);
--gradient-subtle: linear-gradient(180deg, #fec7da 0%, #faebf0 100%);
--duration: 120ms;
--duration-slow: 250ms;
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--tracking-tight: -0.02em;
--tracking-normal: 0em;
--font-weight-heading: 800;
--font-weight-body: 400;
--button-radius: 0rem;
--card-radius: 0rem;
--input-radius: 0rem;
--badge-radius: 0rem;
--border-width: 1px;Registry
/r/tomato-bracket-editorial.jsonTailwind v4
/*
* Tomato Bracket Editorial — Identity Forge design kit.
* Kit id: 9ce0abad-967e-402a-a22e-cbd85b623ce7
* Kit slug: tomato-bracket-editorial (a mutable alias; the id is the durable handle)
* Kit version: 0 (no version minted yet)
*
* Drop-in Tailwind v4 theme: font import, the custom properties the theme
* aliases, and the @theme block. Expects `@import "tailwindcss";` above it,
* and the @import lines must stay at the top of the stylesheet.
*/
@import url("https://fonts.googleapis.com/css2?family=Space%20Grotesk:wght@400;500;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0.125rem;
--font-heading: 'Space Grotesk', sans-serif;
--font-sans: 'Space Grotesk', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 339 96% 89%;
--foreground: 340 86% 3%;
--card: 340 60% 95%;
--card-foreground: 340 86% 3%;
--popover: 340 60% 95%;
--popover-foreground: 340 86% 3%;
--primary: 7 88% 57%;
--primary-foreground: 340 86% 3%;
--secondary: 327 59% 90%;
--secondary-foreground: 340 86% 3%;
--muted: 333 58% 88%;
--muted-foreground: 347 50% 29%;
--accent: 7 88% 57%;
--accent-foreground: 340 86% 3%;
--destructive: 5 90% 40%;
--destructive-foreground: 0 0% 100%;
--border: 340 68% 82%;
--input: 340 60% 95%;
--ring: 7 88% 57%;
--success: 142 63% 22%;
--success-foreground: 143 53% 94%;
--warning: 23 83% 31%;
--warning-foreground: 46 100% 94%;
--chart-1: 7 88% 57%;
--chart-2: 347 50% 29%;
--chart-3: 7 62% 56%;
--chart-4: 349 35% 49%;
--chart-5: 340 86% 3%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
--gradient-hero: linear-gradient(180deg, #f24932 0%, #f24932 100%);
--gradient-brand: linear-gradient(180deg, #f24932 0%, #fec7da 100%);
--gradient-subtle: linear-gradient(180deg, #fec7da 0%, #faebf0 100%);
--duration: 120ms;
--duration-slow: 250ms;
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--tracking-tight: -0.02em;
--tracking-normal: 0em;
--font-weight-heading: 800;
--font-weight-body: 400;
--button-radius: 0rem;
--card-radius: 0rem;
--input-radius: 0rem;
--badge-radius: 0rem;
--border-width: 1px;
--card-border-width: 1px;
--input-border-width: 1px;
--button-border-width: 1px;
--badge-border-width: 1px;
--heading-transform: uppercase;
--label-transform: uppercase;
--kit-id: "9ce0abad-967e-402a-a22e-cbd85b623ce7";
--kit-version: 0;
}
.dark {
--radius: 0.125rem;
--font-heading: 'Space Grotesk', sans-serif;
--font-sans: 'Space Grotesk', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 9 54% 3%;
--foreground: 339 96% 89%;
--card: 3 58% 7%;
--card-foreground: 339 96% 89%;
--popover: 3 58% 7%;
--popover-foreground: 339 96% 89%;
--primary: 7 88% 57%;
--primary-foreground: 340 86% 3%;
--secondary: 347 50% 11%;
--secondary-foreground: 339 96% 89%;
--muted: 3 58% 7%;
--muted-foreground: 344 27% 57%;
--accent: 339 96% 89%;
--accent-foreground: 9 54% 3%;
--destructive: 4 78% 53%;
--destructive-foreground: 340 86% 3%;
--border: 7 58% 15%;
--input: 3 58% 7%;
--ring: 7 88% 57%;
--success: 142 76% 36%;
--success-foreground: 0 0% 0%;
--warning: 32 95% 44%;
--warning-foreground: 9 54% 3%;
--chart-1: 7 88% 57%;
--chart-2: 339 96% 89%;
--chart-3: 340 60% 95%;
--chart-4: 8 51% 50%;
--chart-5: 0 52% 32%;
}
@theme inline {
--font-heading: 'Space Grotesk', sans-serif;
--font-sans: 'Space Grotesk', sans-serif;
--font-mono: 'Space Mono', monospace;
--color-background: hsl(var(--background));
--color-foreground: hsl(var(--foreground));
--color-card: hsl(var(--card));
--color-card-foreground: hsl(var(--card-foreground));
--color-popover: hsl(var(--popover));
--color-popover-foreground: hsl(var(--popover-foreground));
--color-primary: hsl(var(--primary));
--color-primary-foreground: hsl(var(--primary-foreground));
--color-secondary: hsl(var(--secondary));
--color-secondary-foreground: hsl(var(--secondary-foreground));
--color-muted: hsl(var(--muted));
--color-muted-foreground: hsl(var(--muted-foreground));
--color-accent: hsl(var(--accent));
--color-accent-foreground: hsl(var(--accent-foreground));
--color-destructive: hsl(var(--destructive));
--color-destructive-foreground: hsl(var(--destructive-foreground));
--color-border: hsl(var(--border));
--color-input: hsl(var(--input));
--color-ring: hsl(var(--ring));
--color-success: hsl(var(--success));
--color-success-foreground: hsl(var(--success-foreground));
--color-warning: hsl(var(--warning));
--color-warning-foreground: hsl(var(--warning-foreground));
--color-chart-1: hsl(var(--chart-1));
--color-chart-2: hsl(var(--chart-2));
--color-chart-3: hsl(var(--chart-3));
--color-chart-4: hsl(var(--chart-4));
--color-chart-5: hsl(var(--chart-5));
--radius-sm: 0rem;
--radius-md: 0rem;
--radius-lg: 0.125rem;
--radius-xl: 0.25rem;
--radius-button: 0rem;
--radius-card: 0rem;
--radius-input: 0rem;
--radius-badge: 0rem;
--border-width: 1px;
--card-border-width: 1px;
--input-border-width: 1px;
--button-border-width: 1px;
--badge-border-width: 1px;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
--tracking-tight: -0.02em;
--tracking-normal: 0em;
--ease-kit: cubic-bezier(0.4, 0, 0.2, 1);
--duration-kit: 120ms;
--duration-kit-slow: 250ms;
--gradient-hero: linear-gradient(180deg, #f24932 0%, #f24932 100%);
--gradient-brand: linear-gradient(180deg, #f24932 0%, #fec7da 100%);
--gradient-subtle: linear-gradient(180deg, #fec7da 0%, #faebf0 100%);
--font-weight-heading: 800;
--font-weight-body: 400;
}Registry payload
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "tomato-bracket-editorial",
"type": "registry:theme",
"title": "Tomato Bracket Editorial",
"description": "A bold alternating-surface editorial system on tomato-red, blush-pink, and cream bands with oversized grotesque display type and bracket-notation interactivity.",
"categories": [
"editorial",
"brutalist",
"swiss-grotesque",
"color-surface",
"alternating-bands",
"poster",
"typographic",
"flat"
],© 2026 Identity Forge. All rights reserved.
Munich, Germany