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 bold editorial system built on a warm cream parchment base (#f5f2de) and a pervasive dusty periwinkle-navy (#4f649b). Poster-scale Bebas Neue display type bleeds edge to edge at viewport width, sharing its color with the full-width navy editorial bands so the type and the band read as one brand ink. Product and album covers render as completely flat photo tiles with no card, border, or shadow. Small-caps Space Mono carries all metadata. Corners are sharp (0rem) everywhere except pill-shaped micro-tags.
soulwavesvinyl.com
Soul Waves
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: "a0e4bb9c-8fb6-4149-84ef-cb685d1355c7"
version: 0
slug: "soul-waves-vinyl"
name: "Soul Waves Vinyl"
colors:
roles_light:
background: "#F5F2DE"
foreground: "#1D1C16"
card: "#FAF7E4"
card-foreground: "#1D1C16"
popover: "#FAF7E4"
popover-foreground: "#1D1C16"
primary: "#4F649B"
primary-foreground: "#F5F2DE"
secondary: "#E4E0C8"
secondary-foreground: "#3A3928"
muted: "#EBE8D4"
muted-foreground: "#5A5848"
accent: "#CCA464"
accent-foreground: "#1D1C16"
destructive: "#C0392B"
destructive-foreground: "#FFFFFF"
border: "#CCC9B0"
input: "#CCC9B0"
ring: "#4F649B"
success: "#2D7A4F"
success-foreground: "#FFFFFF"
warning: "#D97C0A"
warning-foreground: "#000000"
chart-1: "#4F649B"
chart-2: "#CCA464"
chart-3: "#85B3C4"
chart-4: "#634A20"
chart-5: "#8C8C8B"
roles_dark:
background: "#1A1917"Three ways from the same kit: run "npx identityforge@latest apply soul-waves-vinyl" 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/soul-waves-vinyl.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.
Soul Waves Vinyl is free: its full color tokens, fonts, DESIGN.md, and every export are available at no cost.
Supporting copy goes here.
/*
* Soul Waves Vinyl — Identity Forge design kit.
* Kit id: a0e4bb9c-8fb6-4149-84ef-cb685d1355c7
* Kit slug: soul-waves-vinyl (a mutable alias; the id is the durable handle)
* Kit version: 0 (no version minted yet)
*/
@import url("https://fonts.googleapis.com/css2?family=Bebas%20Neue:wght@400&family=Space%20Grotesk:wght@400;500;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0rem;
--font-heading: 'Bebas Neue', sans-serif;
--font-sans: 'Space Grotesk', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 52 53% 92%;
--foreground: 51 14% 10%;
--card: 52 69% 94%;
--card-foreground: 51 14% 10%;
--popover: 52 69% 94%;
--popover-foreground: 51 14% 10%;
--primary: 223 32% 46%;
--primary-foreground: 52 53% 92%;
--secondary: 51 34% 84%;
--secondary-foreground: 57 18% 19%;
--muted: 52 37% 88%;
--muted-foreground: 53 11% 32%;
--accent: 37 50% 60%;
--accent-foreground: 51 14% 10%;
--destructive: 6 63% 46%;
--destructive-foreground: 0 0% 100%;
--border: 54 22% 75%;
--input: 54 22% 75%;
--ring: 223 32% 46%;
--success: 146 46% 33%;
--success-foreground: 0 0% 100%;
--warning: 33 91% 45%;
--warning-foreground: 0 0% 0%;
--chart-1: 223 32% 46%;
--chart-2: 37 50% 60%;
--chart-3: 196 35% 65%;
--chart-4: 38 51% 26%;
--chart-5: 60 0% 55%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: 0 2px 8px rgba(29,28,22,0.08);
--shadow-xl: 0 4px 20px rgba(29,28,22,0.14);
--gradient-hero: linear-gradient(180deg, rgba(26,25,23,0.72) 0%, rgba(26,25,23,0) 52%);
--gradient-brand: linear-gradient(135deg, #4f649b 0%, #85b3c4 100%);
--gradient-subtle: linear-gradient(180deg, #f5f2de 0%, #ebe8d4 100%);
--duration: 180ms;
--duration-slow: 360ms;
--ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
--tracking-tight: 0.03em;
--tracking-normal: 0.01em;
--font-weight-heading: 400;
--font-weight-body: 400;
--button-radius: 9999px;
--card-radius: 0rem;
--input-radius: 0rem;
--badge-radius: 9999px;
--border-width: 1px;Registry
/r/soul-waves-vinyl.jsonTailwind v4
/*
* Soul Waves Vinyl — Identity Forge design kit.
* Kit id: a0e4bb9c-8fb6-4149-84ef-cb685d1355c7
* Kit slug: soul-waves-vinyl (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=Bebas%20Neue:wght@400&family=Space%20Grotesk:wght@400;500;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0rem;
--font-heading: 'Bebas Neue', sans-serif;
--font-sans: 'Space Grotesk', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 52 53% 92%;
--foreground: 51 14% 10%;
--card: 52 69% 94%;
--card-foreground: 51 14% 10%;
--popover: 52 69% 94%;
--popover-foreground: 51 14% 10%;
--primary: 223 32% 46%;
--primary-foreground: 52 53% 92%;
--secondary: 51 34% 84%;
--secondary-foreground: 57 18% 19%;
--muted: 52 37% 88%;
--muted-foreground: 53 11% 32%;
--accent: 37 50% 60%;
--accent-foreground: 51 14% 10%;
--destructive: 6 63% 46%;
--destructive-foreground: 0 0% 100%;
--border: 54 22% 75%;
--input: 54 22% 75%;
--ring: 223 32% 46%;
--success: 146 46% 33%;
--success-foreground: 0 0% 100%;
--warning: 33 91% 45%;
--warning-foreground: 0 0% 0%;
--chart-1: 223 32% 46%;
--chart-2: 37 50% 60%;
--chart-3: 196 35% 65%;
--chart-4: 38 51% 26%;
--chart-5: 60 0% 55%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: 0 2px 8px rgba(29,28,22,0.08);
--shadow-xl: 0 4px 20px rgba(29,28,22,0.14);
--gradient-hero: linear-gradient(180deg, rgba(26,25,23,0.72) 0%, rgba(26,25,23,0) 52%);
--gradient-brand: linear-gradient(135deg, #4f649b 0%, #85b3c4 100%);
--gradient-subtle: linear-gradient(180deg, #f5f2de 0%, #ebe8d4 100%);
--duration: 180ms;
--duration-slow: 360ms;
--ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
--tracking-tight: 0.03em;
--tracking-normal: 0.01em;
--font-weight-heading: 400;
--font-weight-body: 400;
--button-radius: 9999px;
--card-radius: 0rem;
--input-radius: 0rem;
--badge-radius: 9999px;
--border-width: 1px;
--card-border-width: 0;
--input-border-width: 1px;
--button-border-width: 0;
--badge-border-width: 1px;
--heading-transform: uppercase;
--label-transform: uppercase;
--kit-id: "a0e4bb9c-8fb6-4149-84ef-cb685d1355c7";
--kit-version: 0;
}
.dark {
--radius: 0rem;
--font-heading: 'Bebas Neue', sans-serif;
--font-sans: 'Space Grotesk', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 40 6% 10%;
--foreground: 52 47% 90%;
--card: 48 7% 14%;
--card-foreground: 52 47% 90%;
--popover: 48 7% 14%;
--popover-foreground: 52 47% 90%;
--primary: 222 43% 64%;
--primary-foreground: 40 6% 10%;
--secondary: 53 9% 17%;
--secondary-foreground: 53 18% 74%;
--muted: 51 9% 16%;
--muted-foreground: 0 0% 100%;
--accent: 37 50% 60%;
--accent-foreground: 40 6% 10%;
--destructive: 6 74% 60%;
--destructive-foreground: 0 0% 0%;
--border: 54 9% 21%;
--input: 54 9% 21%;
--ring: 222 43% 64%;
--success: 150 39% 49%;
--success-foreground: 40 6% 10%;
--warning: 38 92% 50%;
--warning-foreground: 40 6% 10%;
--chart-1: 222 43% 64%;
--chart-2: 37 50% 60%;
--chart-3: 196 35% 65%;
--chart-4: 35 55% 62%;
--chart-5: 60 4% 61%;
}
@theme inline {
--font-heading: 'Bebas Neue', 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: 0rem;
--radius-xl: 0.25rem;
--radius-button: 9999px;
--radius-card: 0rem;
--radius-input: 0rem;
--radius-badge: 9999px;
--border-width: 1px;
--card-border-width: 0;
--input-border-width: 1px;
--button-border-width: 0;
--badge-border-width: 1px;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: 0 2px 8px rgba(29,28,22,0.08);
--shadow-xl: 0 4px 20px rgba(29,28,22,0.14);
--tracking-tight: 0.03em;
--tracking-normal: 0.01em;
--ease-kit: cubic-bezier(0.25, 0.46, 0.45, 0.94);
--duration-kit: 180ms;
--duration-kit-slow: 360ms;
--gradient-hero: linear-gradient(180deg, rgba(26,25,23,0.72) 0%, rgba(26,25,23,0) 52%);
--gradient-brand: linear-gradient(135deg, #4f649b 0%, #85b3c4 100%);
--gradient-subtle: linear-gradient(180deg, #f5f2de 0%, #ebe8d4 100%);
--font-weight-heading: 400;
--font-weight-body: 400;
}Registry payload
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "soul-waves-vinyl",
"type": "registry:theme",
"title": "Soul Waves Vinyl",
"description": "Warm-parchment editorial kit with poster-scale condensed display type, dusty periwinkle-navy section bands, flat photo-tile product grids, and monospace metadata throughout.",
"categories": [
"vinyl",
"editorial",
"poster-type",
"cream",
"periwinkle-navy",
"flat-design",
"monospace"
],
"cssVars": {© 2026 Identity Forge. All rights reserved.
Munich, Germany