Executive Theme
pdfcn/theme-executiveFreeTheme
executive theme tokens
Install it
npx shadcn@latest add https://pdfcn.dev/r/theme-executive.jsonSource
1import type { PdfcnTheme } from "@/registry/types/pdf-themes";23import { defaultPrimitives } from "./primitives";45/**6 * Executive theme preset.7 *8 * Character: Deep navy palette, Merriweather serif headings, Open Sans body.9 * Generous margins, high contrast, premium boardroom aesthetic.10 * Ideal for board reports, executive briefs, and investor documents.11 */12export const executiveTheme: PdfcnTheme = {13 colors: {14 accent: "#1e40af",15 background: "#ffffff",16 border: "#cbd5e1",17 destructive: "#dc2626",18 foreground: "#0f172a",19 info: "#0369a1",20 muted: "#f1f5f9",21 mutedForeground: "#64748b",22 primary: "#1e3a5f",23 primaryForeground: "#ffffff",24 success: "#15803d",25 warning: "#b45309",26 },27 name: "executive",28 page: {29 orientation: "portrait",30 size: "A4",31 },32 primitives: defaultPrimitives,33 spacing: {34 componentGap: 16,35 page: {36 marginBottom: 64,37 marginLeft: 56,38 marginRight: 56,39 marginTop: 64,40 },41 paragraphGap: 10,42 sectionGap: 32,43 },44 typography: {45 body: {46 fontFamily: "Open Sans",47 fontSize: 11,48 lineHeight: 1.65,49 },50 heading: {51 fontFamily: "Merriweather",52 fontSize: {53 h1: 34,54 h2: 26,55 h3: 20,56 h4: 16,57 h5: 14,58 h6: 12,59 },60 fontWeight: 700,61 lineHeight: 1.25,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 | |
| Corporate Themetheme-corporate | pdfcn | Themes | Free | no deps · 4 files | |
| Elegant Themetheme-elegant | 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 |
