Skip to content

YellowFoxH4XOR/deckle-papers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

deckle-papers

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….

Contribute your paper

  1. Create your paper in Deckle's Paper Mill (My Papers → New…)
  2. Right-click it → Export…
  3. Fork this repo, add the file to papers/, and add an entry to index.json:
{ "file": "your-paper.json", "name": "Your Paper", "author": "your-github-handle", "description": "One line about it" }
  1. 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.

Schema

{
  "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–1
  • wash — 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.

About

Community paper recipes for Deckle — contribute yours with a PR

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors