Corporate Theme
pdfcn/theme-corporateFreeTheme
corporate theme tokens
Install it
npx shadcn@latest add https://pdfcn.dev/r/theme-corporate.jsonSource
1import type { PdfcnTheme } from "@/registry/types/pdf-themes";23import { defaultPrimitives } from "./primitives";45/**6 * Corporate theme preset.7 *8 * Character: Blue-gray palette, Lato sans-serif throughout, structured and9 * dependable. Sky-blue accent adds clarity without distraction.10 * Ideal for business proposals, project plans, and client-facing reports.11 */12export const corporateTheme: PdfcnTheme = {13 colors: {14 accent: "#0ea5e9",15 background: "#ffffff",16 border: "#e2e8f0",17 destructive: "#ef4444",18 foreground: "#1e293b",19 info: "#3b82f6",20 muted: "#f8fafc",21 mutedForeground: "#64748b",22 primary: "#0f4c81",23 primaryForeground: "#ffffff",24 success: "#22c55e",25 warning: "#f59e0b",26 },27 name: "corporate",28 page: {29 orientation: "portrait",30 size: "A4",31 },32 primitives: defaultPrimitives,33 spacing: {34 componentGap: 13,35 page: {36 marginBottom: 52,37 marginLeft: 44,38 marginRight: 44,39 marginTop: 52,40 },41 paragraphGap: 9,42 sectionGap: 24,43 },44 typography: {45 body: {46 fontFamily: "Lato",47 fontSize: 11,48 lineHeight: 1.55,49 },50 heading: {51 fontFamily: "Lato",52 fontSize: {53 h1: 30,54 h2: 22,55 h3: 18,56 h4: 15,57 h5: 13,58 h6: 11,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 |
|---|---|---|---|---|---|
| Blueprint Themetheme-blueprint | 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 |
