Skip to content

Instantly share code, notes, and snippets.

@ellingen
Last active March 21, 2019 17:44
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ellingen/ecc2995cafab86d609a9bce93b1f83db to your computer and use it in GitHub Desktop.
Save ellingen/ecc2995cafab86d609a9bce93b1f83db to your computer and use it in GitHub Desktop.

Deckset Theme Customization Beta

Download Beta Build (builds expire after 28 days)

Here is an example snippet of the theme configuration commands (place these at the top of your Markdown file):

theme: Work
text: Gill Sans, #F5E5C0, text-scale(0.75), line-height(1.4)
header: Gill Sans UltraBold, text-scale(1.2), line-height(0.9)
header-strong: #EA6045
code: Monaco, auto(20)
background-color: #000000

Available commands:

  • text
  • text-strong
  • text-emphasis
  • header
  • header-strong
  • header-emphasis
  • code
  • background-color
  • table-separator-color
  • table-separator-height
  • table-margin

All (besides codeand background-color and table commands) accept font (weight or family), color (as CSS Hex), text-scale and line-height as values.

There also is a code command which accepts font, up to five colors or auto to generate colors that are readable against the background.

Lastly background-color which obviously takes a color as input.

Feedback

Looking forward to your feedback: support@decksetapp.com We’d also appreciate it if you shared any sneak peeks of custom themes with us on Twitter by mentioning @decksetapp :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment