Elegant Theme
pdfcn/theme-elegantFreeTheme
elegant theme tokens
Install it
npx shadcn@latest add https://pdfcn.dev/r/theme-elegant.jsonSource
1import type { PdfcnTheme } from "@/registry/types/pdf-themes";23import { defaultPrimitives } from "./primitives";45/**6 * Elegant theme preset.7 *8 * Character: Warm cream-adjacent whites, amber/gold accent, Playfair Display9 * headings paired with Lora body — a classic editorial combination.10 * Ideal for design portfolios, luxury brands, and high-end editorial PDFs.11 */12export const elegantTheme: PdfcnTheme = {13 colors: {14 accent: "#b45309",15 background: "#ffffff",16 border: "#d6d3d1",17 destructive: "#dc2626",18 foreground: "#1c1917",19 info: "#0ea5e9",20 muted: "#fafaf9",21 mutedForeground: "#78716c",22 primary: "#78350f",23 primaryForeground: "#fffbeb",24 success: "#16a34a",25 warning: "#d97706",26 },27 name: "elegant",28 page: {29 orientation: "portrait",30 size: "A4",31 },32 primitives: defaultPrimitives,33 spacing: {34 componentGap: 16,35 page: {36 marginBottom: 60,37 marginLeft: 52,38 marginRight: 52,39 marginTop: 60,40 },41 paragraphGap: 12,42 sectionGap: 30,43 },44 typography: {45 body: {46 fontFamily: "Lora",47 fontSize: 11,48 lineHeight: 1.7,49 },50 heading: {51 fontFamily: "Playfair Display",52 fontSize: {53 h1: 36,54 h2: 26,55 h3: 20,56 h4: 16,57 h5: 14,58 h6: 12,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 | |
| Corporate Themetheme-corporate | 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 |
