Created
July 9, 2019 18:28
-
-
Save KristobalJunta/f5725aa29dfcf61c91ad68173f335cd9 to your computer and use it in GitHub Desktop.
My config for carbon.now.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"paddingVertical": "6px", | |
"paddingHorizontal": "9px", | |
"marginVertical": "45px", | |
"marginHorizontal": "45px", | |
"backgroundImage": null, | |
"backgroundImageSelection": null, | |
"backgroundMode": "color", | |
"backgroundColor": "rgba(255,255,255,1)", | |
"dropShadow": true, | |
"dropShadowOffsetY": "20px", | |
"dropShadowBlurRadius": "68px", | |
"theme": "dracula", | |
"windowTheme": "none", | |
"language": "toml", | |
"fontFamily": "Hack", | |
"fontSize": "14px", | |
"lineHeight": "133%", | |
"windowControls": true, | |
"widthAdjustment": true, | |
"lineNumbers": false, | |
"exportSize": "4x", | |
"watermark": false, | |
"squaredImage": false, | |
"loading": false, | |
"icon": "/static/presets/4.png", | |
"isVisible": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment