Skip to content

Instantly share code, notes, and snippets.

@bartekpacia
Last active September 14, 2023 10:26
Show Gist options
  • Save bartekpacia/f693e27914c1a192052114db67aa6f33 to your computer and use it in GitHub Desktop.
Save bartekpacia/f693e27914c1a192052114db67aa6f33 to your computer and use it in GitHub Desktop.
My Carbon config for Dart code.
{
"paddingVertical": "0px",
"paddingHorizontal": "0px",
"backgroundImage": null,
"backgroundImageSelection": null,
"backgroundMode": "color",
"backgroundColor": "rgba(171, 184, 195, 1)",
"dropShadow": false,
"dropShadowOffsetY": "20px",
"dropShadowBlurRadius": "68px",
"theme": "vscode",
"windowTheme": "sharp",
"language": "dart",
"fontFamily": "JetBrains Mono",
"fontSize": "14px",
"lineHeight": "133%",
"windowControls": false,
"widthAdjustment": false,
"lineNumbers": false,
"firstLineNumber": 1,
"exportSize": "4x",
"watermark": false,
"squaredImage": false,
"hiddenCharacters": false,
"name": "",
"width": 695,
"highlights": null
}
{
"paddingVertical": "0px",
"paddingHorizontal": "0px",
"backgroundImage": null,
"backgroundImageSelection": null,
"backgroundMode": "color",
"backgroundColor": "rgba(171, 184, 195, 1)",
"dropShadow": false,
"dropShadowOffsetY": "20px",
"dropShadowBlurRadius": "68px",
"theme": "vscode",
"windowTheme": "sharp",
"language": "dart",
"fontFamily": "JetBrains Mono",
"fontSize": "14px",
"lineHeight": "133%",
"windowControls": false,
"widthAdjustment": true,
"lineNumbers": false,
"firstLineNumber": 1,
"exportSize": "4x",
"watermark": false,
"squaredImage": false,
"hiddenCharacters": false,
"name": "",
"width": 680,
"highlights": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment