Minimal Theme
pdfcn/theme-minimalFreeTheme
minimal theme tokens
Install it
npx shadcn@latest add https://pdfcn.dev/r/theme-minimal.jsonSource
1import type { PdfcnTheme } from "@/registry/types/pdf-themes";23import { defaultPrimitives } from "./primitives";45/**6 * Minimal theme preset.7 *8 * Character: Courier headings, zinc neutrals, maximum whitespace.9 * shadcn-inspired restrained palette. Ideal for clean documentation,10 * technical specs, and literary manuscripts.11 */12export const minimalTheme: PdfcnTheme = {13 colors: {14 accent: "#71717a",15 background: "#ffffff",16 border: "#e4e4e7",17 destructive: "#b91c1c",18 foreground: "#18181b",19 info: "#0369a1",20 muted: "#fafafa",21 mutedForeground: "#a1a1aa",22 primary: "#18181b",23 primaryForeground: "#ffffff",24 success: "#15803d",25 warning: "#a16207",26 },27 name: "minimal",28 page: {29 orientation: "portrait",30 size: "A4",31 },32 primitives: defaultPrimitives,33 spacing: {34 componentGap: 18,35 page: {36 marginBottom: 72,37 marginLeft: 56,38 marginRight: 56,39 marginTop: 72,40 },41 paragraphGap: 14,42 sectionGap: 36,43 },44 typography: {45 body: {46 fontFamily: "Helvetica",47 fontSize: 11,48 lineHeight: 1.65,49 },50 heading: {51 fontFamily: "Courier",52 fontSize: {53 h1: 24,54 h2: 20,55 h3: 16,56 h4: 14,57 h5: 12,58 h6: 10,59 },60 fontWeight: 600,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 | |
| Executive Themetheme-executive | pdfcn | Themes | Free | no deps · 4 files | |
| Forest Themetheme-forest | 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 |
