Skip to content

Instantly share code, notes, and snippets.

@ellingen
Last active March 21, 2019 17:44
Show Gist options
  • Select an option

  • Save ellingen/ecc2995cafab86d609a9bce93b1f83db to your computer and use it in GitHub Desktop.

Select an option

Save ellingen/ecc2995cafab86d609a9bce93b1f83db to your computer and use it in GitHub Desktop.

Revisions

  1. ellingen revised this gist Sep 4, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion deckset-customization-beta.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Deckset Theme Customization Beta

    [Download Beta Build](https://rink.hockeyapp.net/api/2/apps/83c9280e421d3b9d84167612d0f4c392/?format=zip&avtoken=ec6b1af8a69e556cccdc6841c917905edd36e32e) (builds expire after 14 days)
    [Download Beta Build](https://rink.hockeyapp.net/api/2/apps/83c9280e421d3b9d84167612d0f4c392/?format=zip&avtoken=ec6b1af8a69e556cccdc6841c917905edd36e32e) (builds expire after 28 days)

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

  2. ellingen revised this gist Sep 4, 2017. No changes.
  3. ellingen revised this gist Sep 4, 2017. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion deckset-customization-beta.md
    Original file line number Diff line number Diff line change
    @@ -23,13 +23,18 @@ Available commands:
    * `header-emphasis`
    * `code`
    * `background-color`
    * `table-separator-color`
    * `table-separator-height`
    * `table-margin`

    All (besides `code`and `background-color`) accept font (weight or family), color (as CSS Hex), text-scale and line-height as values.
    All (besides `code`and `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](mailto:support@decksetapp.com)
  4. ellingen revised this gist Aug 14, 2017. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion deckset-customization-beta.md
    Original file line number Diff line number Diff line change
    @@ -28,4 +28,10 @@ All (besides `code`and `background-color`) accept font (weight or family), color

    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.
    Lastly `background-color` which obviously takes a color as input.

    ## Feedback

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

  5. ellingen revised this gist Aug 14, 2017. 1 changed file with 10 additions and 8 deletions.
    18 changes: 10 additions & 8 deletions deckset-customization-beta.md
    Original file line number Diff line number Diff line change
    @@ -15,14 +15,16 @@ background-color: #000000

    Available commands:

    `text`
    `text-strong`
    `text-emphasis`
    `header`
    `header-strong`
    `header-emphasis`

    All of the above accept font (weight or family), color (as CSS Hex), text-scale and line-height as values.
    * `text`
    * `text-strong`
    * `text-emphasis`
    * `header`
    * `header-strong`
    * `header-emphasis`
    * `code`
    * `background-color`

    All (besides `code`and `background-color`) 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.

  6. ellingen revised this gist Aug 14, 2017. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion deckset-customization-beta.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,8 @@
    # Deckset Theme Customization Beta

    To get you started quickly, here is an example snippet of the configuration commands (place these at the top of your Markdown file):
    [Download Beta Build](https://rink.hockeyapp.net/api/2/apps/83c9280e421d3b9d84167612d0f4c392/?format=zip&avtoken=ec6b1af8a69e556cccdc6841c917905edd36e32e) (builds expire after 14 days)

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

    ```
    theme: Work
  7. ellingen created this gist Aug 14, 2017.
    27 changes: 27 additions & 0 deletions deckset-customization-beta.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    # Deckset Theme Customization Beta

    To get you started quickly, here is an example snippet of the 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`

    All of the above 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.