Andy Ho1k downloadsA quiet, editorial Obsidian theme - warm paper surfaces, one moss accent, generous type.
A quiet, editorial Obsidian theme. Warm off-white surfaces, one deep moss accent, generous radius, Georgia for reading — no gradients, no neon, nothing fighting for your attention.

From Obsidian's theme browser (recommended): Settings → Appearance → Themes → Manage, search "Warm Paper", select it.
Manually:
theme.css and manifest.json from this repo..obsidian/themes/Warm Paper/ and put
both files inside it.Both are fully supported. Switch in Settings → Appearance → Base color scheme.
Moss is the default accent. Four more are built in: Clay, Slate, Plum and Ink. Each one has tuned light and dark values.
The accent changes links, tags, checkboxes, the active file and focus rings. Backgrounds and text stay the same.
| Token | Light | Dark |
|---|---|---|
| Background | #F5F2ED |
#1E1D1B |
| Surface | #F3F0EA |
#262522 |
| Text | #1C1B19 |
#EDEAE4 |
| Muted text | #8A857D |
#A19C93 |
| Accent (moss) | #4C5138 |
#5E6647 |
The cover image is rendered from cover/index.html, which reads the
palette from theme.css. After a palette change, run cover/render.sh
(needs Google Chrome) to regenerate screenshot.png.
MIT — see LICENSE.