Blueprint Theme
pdfcn/theme-blueprintFreeTheme
blueprint theme tokens
Install it
npx shadcn@latest add https://pdfcn.dev/r/theme-blueprint.jsonSource
1import type { PdfcnTheme } from "@/registry/types/pdf-themes";23import { defaultPrimitives } from "./primitives";45/**6 * Blueprint theme preset.7 *8 * Character: Dark slate palette with cyan accent, JetBrains Mono headings,9 * Source Code Pro body — a technical, precision-first aesthetic.10 * Ideal for API docs, engineering specs, and developer-focused reports.11 */12export const blueprintTheme: PdfcnTheme = {13 colors: {14 accent: "#0891b2",15 background: "#ffffff",16 border: "#cbd5e1",17 destructive: "#e11d48",18 foreground: "#0f172a",19 info: "#0284c7",20 muted: "#f1f5f9",21 mutedForeground: "#475569",22 primary: "#0f172a",23 primaryForeground: "#f0f9ff",24 success: "#059669",25 warning: "#d97706",26 },27 name: "blueprint",28 page: {29 orientation: "portrait",30 size: "A4",31 },32 primitives: defaultPrimitives,33 spacing: {34 componentGap: 14,35 page: {36 marginBottom: 52,37 marginLeft: 48,38 marginRight: 48,39 marginTop: 52,40 },41 paragraphGap: 10,42 sectionGap: 26,43 },44 typography: {45 body: {46 fontFamily: "Source Code Pro",47 fontSize: 10,48 lineHeight: 1.75,49 },50 heading: {51 fontFamily: "JetBrains Mono",52 fontSize: {53 h1: 28,54 h2: 21,55 h3: 17,56 h4: 14,57 h5: 12,58 h6: 10,59 },60 fontWeight: 700,61 lineHeight: 1.2,62 },63 },64};
Files it writes
More from pdfcn
All 79 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Corporate Themetheme-corporate | pdfcn | Themes | Free | no deps · 4 files | |
| Elegant Themetheme-elegant | pdfcn | Themes | Free | no deps · 4 files | |
| Executive Themetheme-executive | pdfcn | Themes | Free | no deps · 4 files | |
| Forest Themetheme-forest | pdfcn | Themes | Free | no deps · 4 files | |
| Minimal Themetheme-minimal | pdfcn | Themes | Free | no deps · 4 files | |
| Modern Themetheme-modern | pdfcn | Themes | Free | no deps · 4 files | |
| Professional Themetheme-professional | pdfcn | Themes | Free | no deps · 4 files | |
| Vivid Themetheme-vivid | pdfcn | Themes | Free | no deps · 4 files |
