Editorialeditorialminimal

Quill

A literary reading theme: Source Serif 4, an indigo accent, and calm neutrals tuned for documentation and knowledge bases.

by PromptsRush· MIT· v1.0.0· shadcn, tailwind, css-vars
Download design.md
Lumen
Get started
✦ New release

Build something people love.

A live preview of this theme — every color, font, radius, and shadow you see is rendered straight from its tokens.

Start free Live demo
12.4k
Active users+18%
$48.2k
Revenue+7.1%
4.9
Rating2.1k
Quick actions
Prov2.0
Search anything…
CreateInvite

Color system

Click any swatch to copy. Contrast graded against WCAG.

Contrast (WCAG)AAA ≥ 7 · AA ≥ 4.5
AaBody text
16.69:1AAA
AaMuted text
6.31:1AA
AaPrimary button
7.9:1AAA
AaCard text
17.11:1AAA
AaAccent
8.08:1AAA

Typography

5xl3remDesign with intent
4xl2.25remDesign with intent
3xl1.875remDesign with intent
2xl1.5remDesign with intent
xl1.25remThe quick brown fox jumps over the lazy dog
lg1.125remThe quick brown fox jumps over the lazy dog
base1remThe quick brown fox jumps over the lazy dog
sm0.875remThe quick brown fox jumps over the lazy dog
xs0.75remThe quick brown fox jumps over the lazy dog

Body sample. Inter carries running text — readable paragraphs, comfortable measure, and a rhythm that holds up across long pages of content and UI.

Radius, shadow & fonts

Radius · base 0.5rem
sm
base
lg
xl
Shadow
sm
md
lg
Fonts
Sans
Inter
Aa Bb Cc 0123
Serif
Source Serif 4
Aa Bb Cc 0123
Mono
JetBrains Mono
Aa Bb Cc 0123

Components

Real UI rendered with this theme's tokens.

Buttons
PrimarySecondaryOutlineAccentGhostDelete
Badges
PrimarySecondaryAccent
Input
you@example.com
Card title

A surface for grouping content, with the theme's border, radius, and shadow.

Accent callout
Use the accent surface for highlights, tips, and gentle emphasis.

Principles, guidelines & component specs

Do's & don'ts, spacing, motion, iconography, accessibility, and exact component specs — all in the design.md too.

Do

  • Tune the measure and contrast for long reading.
  • Reserve indigo for links and inline emphasis.

Don't

  • Don't add decorative colour blocks.
  • Don't reduce body contrast below AA.
Spacing · base 0.25rem
1
2
3
4
6
8
12
16
24
32
48
Motion
fast · 160msbase · 260msslow · 440ms
ease · cubic-bezier(0.4,0,0.2,1)
  • Keep transitions subtle so reading is never interrupted.
Easing & duration (hover)

Hover to feel this theme's base transition.

Iconography

Lucide · 1.5px stroke · 1rem. Outline icons with a consistent stroke width; size icons to match adjacent text and align them optically.

Accessibility
Contrast
WCAG AA — 4.5:1 text, 3:1 UI
Focus
2px solid var(--ring), 2px offset
Targets
44x44px
  • Never use color as the only signal — pair it with text, an icon, or a shape.
  • Every interactive element must be keyboard reachable and show a visible focus ring.
  • Honor prefers-reduced-motion: reduce by disabling non-essential animation.
  • Keep a logical heading order and give every form control a label.
Component specs
Button
Backgroundvar(--primary)
Textvar(--primary-foreground)
Radius0.5rem
Padding0 1.1rem
Height2.6rem
Weight600
Badge
Backgroundvar(--accent) / var(--primary)
Textvar(--accent-foreground) / var(--primary-foreground)
Radius0.375rem
Padding0.15rem 0.55rem
Font size0.72rem
Weight600

Use for status, counts, and short labels. Keep to one or two words.

Alert
Radius0.75rem
Padding1rem 1.25rem
Border1px solid var(--border)

Always pair the color with an icon and a text label — never rely on color alone.

Form field
Backgroundvar(--background)
Border1px solid var(--input)
Radius0.5rem
Height2.6rem
Padding0.5rem 0.75rem

Label sits above the field; helper or error text sits below.

Card
Backgroundvar(--card)
Textvar(--card-foreground)
Border1px solid var(--border)
Radius0.625rem
Padding1.5rem
Shadow0 6px 18px -8px rgba(26,27,37,0.12)

The design brief

Quill is a literary reading design system for documentation, knowledge bases, and thoughtful blogs. Source Serif 4 over calm neutrals with a quiet indigo accent makes dense reading pleasant.

Principles

  • Optimise for sustained reading — comfortable measure and contrast.
  • Indigo accent for links and inline emphasis only.
  • Calm, low-chroma neutrals keep focus on the words.

When to use

Use Quill for docs sites, wikis, and reading-heavy blogs. Avoid it for marketing pages that need energy.

Signature details

  • Source Serif 4 headings, Inter body, indigo #4338ca accent.
  • 0.5rem radius, restrained elevation.

Use this with your AI

Download or copy the design.md and paste it into Claude, Cursor, or v0 — it tells the agent exactly which colors, fonts, radii, and shadows to use, so your site comes out looking like this.

Export tokens

Drop straight into your codebase.

:root {
  --radius: 0.5rem;
  --background: #fcfcfd;
  --foreground: #1a1b25;
  --card: #ffffff;
  --card-foreground: #1a1b25;
  --popover: #ffffff;
  --popover-foreground: #1a1b25;
  --primary: #4338ca;
  --primary-foreground: #ffffff;
  --secondary: #f3f3f8;
  --secondary-foreground: #1a1b25;
  --muted: #f1f1f6;
  --muted-foreground: #5c5d6e;
  --accent: #e6e6fb;
  --accent-foreground: #3730a3;
  --destructive: #b91c1c;
  --destructive-foreground: #ffffff;
  --border: #e5e5ee;
  --input: #e5e5ee;
  --ring: #4338ca;
  --shadow-sm: 0 1px 2px rgba(26,27,37,0.05);
  --shadow-md: 0 6px 18px -8px rgba(26,27,37,0.12);
  --shadow-lg: 0 20px 44px -16px rgba(26,27,37,0.18);
  --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-serif: 'Source Serif 4', ui-serif, Georgia, serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  --ease-standard: cubic-bezier(0.4,0,0.2,1);
  --ease-emphasized: cubic-bezier(0.16,1,0.3,1);
  --duration-base: 260ms;
}

.dark {
  --background: #0d0e16;
  --foreground: #e6e7f0;
  --card: #16171f;
  --card-foreground: #e6e7f0;
  --popover: #16171f;
  --popover-foreground: #e6e7f0;
  --primary: #a5b4fc;
  --primary-foreground: #1e1b4b;
  --secondary: #1d1f2b;
  --secondary-foreground: #e6e7f0;
  --muted: #1d1f2b;
  --muted-foreground: #a3a5b8;
  --accent: #2e2c5a;
  --accent-foreground: #e6e6fb;
  --destructive: #f87171;
  --destructive-foreground: #450a0a;
  --border: #272a38;
  --input: #272a38;
  --ring: #a5b4fc;
}