Skip to content

Instantly share code, notes, and snippets.

@mearns
Last active October 17, 2019 01:52
Show Gist options
  • Save mearns/1ad7cb9212effdf8c50b6bd7bc31d8d7 to your computer and use it in GitHub Desktop.
Save mearns/1ad7cb9212effdf8c50b6bd7bc31d8d7 to your computer and use it in GitHub Desktop.
Software Ascending Carbon Settings

Carbon config for Software Ascending

Import as config to https://carbon.now.sh/, for creation of code snippets for submissions to Software Ascending

Use full-bleed.json for a header/featured image on your article.

Use in-article-full-width.json for snippets within the article, set the image in Medium to "overflow" width.

{
"paddingVertical": "0px",
"paddingHorizontal": "0px",
"backgroundImage": null,
"backgroundImageSelection": null,
"backgroundMode": "color",
"backgroundColor": "rgba(0,0,0,1)",
"dropShadow": false,
"dropShadowOffsetY": "0px",
"dropShadowBlurRadius": "0px",
"theme": "seti",
"windowTheme": "sharp",
"language": "javascript",
"fontFamily": "Fira Code",
"fontSize": "22px",
"lineHeight": "135%",
"windowControls": false,
"widthAdjustment": false,
"lineNumbers": false,
"firstLineNumber": 1,
"exportSize": "4x",
"watermark": false,
"squaredImage": false,
"createdAt": 1568293203,
"updatedAt": 1568293595,
"loading": false,
"marginVertical": "45px",
"marginHorizontal": "45px",
"isVisible": true,
"custom": true
}
{
"paddingVertical": "0px",
"paddingHorizontal": "0px",
"backgroundImage": null,
"backgroundImageSelection": null,
"backgroundMode": "color",
"backgroundColor": "rgba(255,255,255,0)",
"dropShadow": false,
"dropShadowOffsetY": "0px",
"dropShadowBlurRadius": "0px",
"theme": "seti",
"windowTheme": "none",
"language": "javascript",
"fontFamily": "Fira Code",
"fontSize": "18px",
"lineHeight": "135%",
"windowControls": false,
"widthAdjustment": false,
"lineNumbers": false,
"firstLineNumber": 1,
"exportSize": "4x",
"watermark": false,
"squaredImage": false,
"createdAt": 1570761226,
"updatedAt": 1570761382,
"loading": false,
"isVisible": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment