From 7fab856cd5fea517b2d759e378d592b643d49eb2 Mon Sep 17 00:00:00 2001 From: Ezerous Date: Wed, 22 Sep 2021 13:01:52 +0300 Subject: [PATCH] feat: add carbon.now.sh configuration --- misc/README.md | 2 ++ misc/carbon-config.json | 1 + 2 files changed, 3 insertions(+) create mode 100644 misc/README.md create mode 100644 misc/carbon-config.json diff --git a/misc/README.md b/misc/README.md new file mode 100644 index 0000000..7540c93 --- /dev/null +++ b/misc/README.md @@ -0,0 +1,2 @@ +Contents +- *carbon-config.json*: A configuration file for https://carbon.now.sh/ diff --git a/misc/carbon-config.json b/misc/carbon-config.json new file mode 100644 index 0000000..dafc479 --- /dev/null +++ b/misc/carbon-config.json @@ -0,0 +1 @@ +{"paddingVertical":"0px","paddingHorizontal":"0px","backgroundImage":null,"backgroundImageSelection":null,"backgroundMode":"color","backgroundColor":"rgba(0,0,0,0)","dropShadow":true,"dropShadowOffsetY":"20px","dropShadowBlurRadius":"68px","theme":"material","windowTheme":"none","language":"javascript","fontFamily":"Hack","fontSize":"14px","lineHeight":"133%","windowControls":false,"widthAdjustment":false,"lineNumbers":false,"firstLineNumber":1,"exportSize":"2x","watermark":false,"squaredImage":false,"hiddenCharacters":false,"name":"","width":915} \ No newline at end of file