Last active
May 30, 2022 18:38
-
-
Save noudadrichem/e2ebbac9040f77a020b53cb8a2a77e6e to your computer and use it in GitHub Desktop.
vscode-settings.json
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
| { | |
| "editor.lineHeight": 22, | |
| "editor.fontSize": 14, | |
| "editor.fontFamily": "IBM Plex Mono", | |
| "editor.rulers": [ | |
| { | |
| "column": 130, | |
| "color": "#41505e" | |
| }, | |
| { | |
| "column": 160, | |
| "color": "#2B3743" | |
| } | |
| ], | |
| "editor.cursorSmoothCaretAnimation": true, | |
| "editor.cursorBlinking": "solid", | |
| "security.workspace.trust.untrustedFiles": "newWindow", | |
| "editor.detectIndentation": false, | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.formatOnPaste": false, | |
| "workbench.editorAssociations": { | |
| "*.md": "vscode.markdown.preview.editor" | |
| }, | |
| "editor.tokenColorCustomizations": { | |
| "[GitHub Dark]": { | |
| "textMateRules": [ | |
| { | |
| "scope": [ | |
| "entity.name.function.ts", | |
| "entity.name.function.tsx", | |
| "entity.name.function.js", | |
| "entity.name.function.jsx", | |
| // "method" | |
| ], | |
| "settings": { | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.control.flow.ts", | |
| // "method" | |
| ], | |
| "settings": { | |
| // "foreground": "#D8B8FB" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "constant.other.caps.python", | |
| "variable.other.constant.tsx", | |
| "variable.other.constant.ts", | |
| "variable.other.constant.jsx", | |
| "variable.other.constant.js", | |
| "variable.other.constant.object.ts", | |
| "variable.other.constant.object.tsx", | |
| "variable.other.constant.object.js", | |
| "variable.other.constant.object.jsx", | |
| ], | |
| "settings": { | |
| "foreground": "#41C1AA" // "#8BD49C" // #D9CAF5 | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.language.this.ts", | |
| "variable.language.this.tsx", | |
| "variable.language.this.js", | |
| "variable.language.this.jsx", | |
| ], | |
| "settings": { | |
| "foreground": "#1F9494", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| ], | |
| }, | |
| "[City Lights]": { | |
| "textMateRules": [ | |
| { | |
| "scope": [ | |
| "variable.other.constant.object.tsx", | |
| "variable.other.constant.object.ts", | |
| "variable.other.constant.object.jsx", | |
| "variable.other.constant.object.js", | |
| ], | |
| "settings": { | |
| "foreground": "#8BD49C" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.other.constant.object.tsx", | |
| "variable.other.constant.object.ts", | |
| "variable.other.constant.object.jsx", | |
| "variable.other.constant.object.js", | |
| ], | |
| "settings": { | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.section.embedded.begin.php", | |
| "punctuation.section.embedded.end.php", | |
| "punctuation.decorator.ts", | |
| ], | |
| "settings": { | |
| "foreground": "#b7c5d3" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "comment.block.documentation.ts", | |
| "comment.line.double-slash.ts", | |
| "comment.block.documentation.tsx", | |
| "comment.line.double-slash.tsx", | |
| ], | |
| "settings": { | |
| "foreground": "#BBC2C8" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "support.type.builtin.ts", | |
| "constant.language.null.ts", | |
| "constant.language.undefined.ts", | |
| "support.type.builtin.js", | |
| "constant.language.null.js", | |
| "constant.language.undefined.js", | |
| "punctuation.section.embedded.begin.php", | |
| "punctuation.section.embedded.end.php" | |
| ], | |
| "settings": { | |
| "foreground": "#d95468" | |
| } | |
| } | |
| ] | |
| }, | |
| "[Monokai Night]": { | |
| "textMateRules": [ | |
| { | |
| "scope": [ | |
| "constant.other.caps.python", | |
| "variable.other.constant.tsx", | |
| "variable.other.constant.ts", | |
| "variable.other.constant.jsx", | |
| "variable.other.constant.js", | |
| "variable.other.constant.object.ts", | |
| "variable.other.constant.object.tsx", | |
| "variable.other.constant.object.js", | |
| "variable.other.constant.object.jsx", | |
| ], | |
| "settings": { | |
| "foreground": "#AE81FF" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.other.constant.object.tsx", | |
| "variable.other.constant.object.ts", | |
| "variable.other.constant.object.jsx", | |
| "variable.other.constant.object.js", | |
| ], | |
| "settings": { | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| ] | |
| }, | |
| "[Monokai]": { | |
| "textMateRules": [ | |
| { | |
| "scope": [ | |
| "constant.other.caps.python", | |
| "variable.other.constant.tsx", | |
| "variable.other.constant.ts", | |
| "variable.other.constant.jsx", | |
| "variable.other.constant.js", | |
| "variable.other.constant.object.ts", | |
| "variable.other.constant.object.tsx", | |
| "variable.other.constant.object.js", | |
| "variable.other.constant.object.jsx", | |
| ], | |
| "settings": { | |
| "foreground": "#AE81FF" | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "city-lights-icons-vsc.hidesExplorerArrows": false, | |
| "json.schemas": [], | |
| "yaml.customTags": [ | |
| "!And", | |
| "!And sequence", | |
| "!If", | |
| "!If sequence", | |
| "!Not", | |
| "!Not sequence", | |
| "!Equals", | |
| "!Equals sequence", | |
| "!Or", | |
| "!Or sequence", | |
| "!FindInMap", | |
| "!FindInMap sequence", | |
| "!Base64", | |
| "!Join", | |
| "!Join sequence", | |
| "!Cidr", | |
| "!Ref", | |
| "!Sub", | |
| "!Sub sequence", | |
| "!GetAtt", | |
| "!GetAZs", | |
| "!ImportValue", | |
| "!ImportValue sequence", | |
| "!Select", | |
| "!Select sequence", | |
| "!Split", | |
| "!Split sequence" | |
| ], | |
| "redhat.telemetry.enabled": true, | |
| "atomKeymap.promptV3Features": true, | |
| "files.associations": { | |
| "*.svg": "html" | |
| }, | |
| "better-comments.tags": [ | |
| { | |
| "tag": "!", | |
| "color": "#FF2D00", | |
| "strikethrough": false, | |
| "underline": false, | |
| "backgroundColor": "transparent", | |
| "bold": false, | |
| "italic": false | |
| }, | |
| { | |
| "tag": "?", | |
| "color": "#3498DB", | |
| "strikethrough": false, | |
| "underline": false, | |
| "backgroundColor": "transparent", | |
| "bold": false, | |
| "italic": false | |
| }, | |
| { | |
| "tag": "//", | |
| "color": "#474747", | |
| "strikethrough": true, | |
| "underline": false, | |
| "backgroundColor": "transparent", | |
| "bold": false, | |
| "italic": false | |
| }, | |
| { | |
| "tag": "todo", | |
| "color": "#FF8C00", | |
| "strikethrough": false, | |
| "underline": false, | |
| "backgroundColor": "transparent", | |
| "bold": false, | |
| "italic": false | |
| }, | |
| { | |
| "tag": "*", | |
| "color": "#98C379", | |
| "strikethrough": false, | |
| "underline": false, | |
| "backgroundColor": "transparent", | |
| "bold": false, | |
| "italic": false | |
| } | |
| ], | |
| "editor.unicodeHighlight.invisibleCharacters": false, | |
| "workbench.startupEditor": "none", | |
| "prettier.jsxSingleQuote": true, | |
| "prettier.printWidth": 150, | |
| "prettier.singleQuote": true, | |
| "prettier.tabWidth": 4, | |
| "typescript.format.enable": true, | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "workbench.colorTheme": "Monokai Night", | |
| "workbench.iconTheme": "city-lights-icons-vsc-light", | |
| "aws.profile": "profile:default", | |
| "editor.bracketPairColorization.enabled": false, | |
| "window.zoomLevel": -1, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment