Created
June 22, 2020 20:00
-
-
Save yurist38/28b98dce069af911e3210aafd52b25e6 to your computer and use it in GitHub Desktop.
Carbon Config (JavaScript Room)
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": "0px", | |
"paddingHorizontal": "0px", | |
"backgroundImage": null, | |
"backgroundImageSelection": null, | |
"backgroundMode": "color", | |
"backgroundColor": "rgba(0,0,0,1)", | |
"dropShadow": false, | |
"dropShadowOffsetY": "20px", | |
"dropShadowBlurRadius": "68px", | |
"theme": "dracula", | |
"windowTheme": "sharp", | |
"language": "javascript", | |
"fontFamily": "Fira Code", | |
"fontSize": "18px", | |
"lineHeight": "147%", | |
"windowControls": false, | |
"widthAdjustment": true, | |
"lineNumbers": true, | |
"firstLineNumber": 1, | |
"exportSize": "2x", | |
"watermark": false, | |
"squaredImage": false, | |
"hiddenCharacters": false, | |
"name": "", | |
"width": 680 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment