A minimal light theme for Typora. Pure white · Generous spacing · Built for reading.
Clarity through restraint. Remove everything that competes with your words.
A Typora theme inspired by note's clean and readable writing experience. This project is unofficial and is not affiliated with, endorsed by note. Japanese-first.
| Name | File | Font |
|---|---|---|
| Crisp Gothic | crisp-gothic.css |
Gothic (sans-serif) |
| Crisp Mincho | crisp-mincho.css |
Mincho (serif) |
- Pure white canvas —
#ffffffbackground, zero visual noise, full focus on content - Generous line height —
line-height: 2on body text for comfortable long-form reading - Japanese font stack — Hiragino Sans, Noto Sans JP, Meiryo — renders naturally in both Latin and CJK scripts
- Constrained measure — body width capped at 620px, a proven comfortable reading line length
- Optimized typography — 18px base size,
text-rendering: optimizeLegibility, antialiasing enabled - Print-ready —
@media printblock ensures faithful rendering to paper or PDF export
| Role | Color | Value |
|---|---|---|
| Background | White | #ffffff |
| Text | Dark Navy | rgb(8, 19, 26) |
| Heading | Near Black | #111111 |
| Muted | Gray | #6b7280 |
| Selection | Light Blue | #e8f0fe |
| Quote | Light Blue-Gray | rgb(245, 248, 250) |
| Border | Light Navy | rgba(8, 19, 26, 0.22) |
| Role | Value | Purpose |
|---|---|---|
| Content Width | 620px |
A width that ensures an appropriate number of characters per line for both Japanese and English text |
| Page Padding | 48px 40px 96px |
Extra space at the bottom to provide breathing room at the end of the content |
| Paragraph Margin | 36px 0 |
Set larger than line spacing to visually distinguish paragraph breaks |
- Open Typora → Preferences → Appearance → Open Theme Folder
- Copy
crisp-gothic.css(and/orcrisp-mincho.css) into the themes folder - Restart Typora
- Select Crisp Gothic or Crisp Mincho from Preferences → Appearance → Themes
MIT © nitaking

