Community paper recipes for Deckle, the free open-source paper-texture overlay for macOS.
Every paper here is a tiny JSON recipe rendered by Deckle's procedural engine — no image assets. Browse and install them from Deckle → My Papers → Community…, or download a file and use Import….
- Create your paper in Deckle's Paper Mill (My Papers → New…)
- Right-click it → Export…
- Fork this repo, add the file to
papers/, and add an entry toindex.json:
{ "file": "your-paper.json", "name": "Your Paper", "author": "your-github-handle", "description": "One line about it" }- Open a pull request
Guidelines: original names (no trademarks), one paper per PR, keep descriptions to one line. Values are clamped by the app on import, so don't worry about breaking anyone's screen — the worst a recipe can be is ugly.
{
"id": "ignored-on-install",
"name": "Display name",
"tintRed": 0.96, "tintGreen": 0.94, "tintBlue": 0.90,
"wash": 0.38,
"weave": 0.0,
"blotch": 0.0
}tint*— base paper color, sRGB 0–1wash— tint opacity (0.10–0.60)weave— woven crosshatch amount (0–0.35, 0 = off)blotch— coarse mottling (0–0.40)
MIT, same as Deckle.