Last active
June 27, 2019 08:44
-
-
Save yue4u/a463106970c4c83ba87365a369fd6658 to your computer and use it in GitHub Desktop.
vscode color settings
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.fontSize": 16, | |
"editor.lineHeight": 19, | |
"explorer.openEditors.visible": 0, | |
"editor.fontWeight": "500", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.letterSpacing": 0.5, | |
"editor.wordWrap": "off", | |
"terminal.integrated.fontFamily": "'Meslo LG M Bold for Powerline 14pt'", | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": [ | |
"comment", | |
"comment.block", | |
"comment.block.documentation", | |
"comment.line", | |
"constant", | |
"constant.character", | |
"constant.character.escape", | |
"constant.numeric", | |
"constant.numeric.integer", | |
"constant.numeric.float", | |
"constant.numeric.hex", | |
"constant.numeric.octal", | |
"constant.other", | |
"constant.regexp", | |
"constant.rgb-value", | |
"emphasis", | |
"entity", | |
"entity.name", | |
"entity.name.class", | |
"entity.name.function", | |
"entity.name.method", | |
"entity.name.section", | |
"entity.name.selector", | |
"entity.name.tag", | |
"entity.name.type", | |
"entity.other", | |
"entity.other.attribute-name", | |
"entity.other.inherited-class", | |
"invalid", | |
"invalid.deprecated", | |
"invalid.illegal", | |
"keyword", | |
"keyword.control", | |
"keyword.operator", | |
"keyword.operator.new", | |
"keyword.operator.assignment", | |
"keyword.operator.arithmetic", | |
"keyword.operator.logical", | |
"keyword.other", | |
"markup", | |
"markup.bold", | |
"markup.changed", | |
"markup.deleted", | |
"markup.heading", | |
"markup.inline.raw", | |
"markup.inserted", | |
"markup.italic", | |
"markup.list", | |
"markup.list.numbered", | |
"markup.list.unnumbered", | |
"markup.other", | |
"markup.quote", | |
"markup.raw", | |
"markup.underline", | |
"markup.underline.link", | |
"meta", | |
"meta.block", | |
"meta.cast", | |
"meta.class", | |
"meta.function", | |
"meta.function-call", | |
"meta.preprocessor", | |
"meta.return-type", | |
"meta.selector", | |
"meta.tag", | |
"meta.type.annotation", | |
"meta.type", | |
"punctuation.definition.string.begin", | |
"punctuation.definition.string.end", | |
"punctuation.separator", | |
"punctuation.separator.continuation", | |
"punctuation.terminator", | |
"storage", | |
"storage.modifier", | |
"storage.type", | |
"string", | |
"string.interpolated", | |
"string.other", | |
"string.quoted", | |
"string.quoted.double", | |
"string.quoted.other", | |
"string.quoted.single", | |
"string.quoted.triple", | |
"string.regexp", | |
"string.unquoted", | |
"strong", | |
"support", | |
"support.class", | |
"support.constant", | |
"support.function", | |
"support.other", | |
"support.type", | |
"support.type.property-name", | |
"support.variable", | |
"variable", | |
"variable.language", | |
"variable.name", | |
"variable.other", | |
"variable.other.readwrite", | |
"variable.parameter" | |
], | |
"settings": { | |
"fontStyle": "" | |
} | |
}, | |
{ | |
"scope": "meta.tag punctuation", | |
"settings": { | |
"foreground": "#71d7ff" | |
} | |
}, | |
{ | |
"scope": "entity.other.attribute-name", | |
"settings": { | |
"foreground": "#FDE86C" | |
} | |
}, | |
{ | |
"scope": "punctuation.separator", | |
"settings": { | |
"foreground": "#ffffff" | |
} | |
}, | |
{ | |
"scope": "punctuation.separator.continuation punctuation.terminator", | |
"settings": { | |
"foreground": "#ffffff" | |
} | |
}, | |
{ | |
"scope": "punctuation.definition.string", | |
"settings": { | |
"foreground": "#9aca31" | |
} | |
}, | |
{ | |
"scope": "support.type.property-name", | |
"settings": { | |
"foreground": "#9ca9d3" | |
} | |
}, | |
{ | |
"scope": "keyword", | |
"settings": { | |
"foreground": "#fcffc8" | |
} | |
}, | |
{ | |
"scope": "keyword.operator.arithmetic", | |
"settings": { | |
"foreground": "#fcffc8" | |
} | |
}, | |
{ | |
"scope": "keyword.operator.assignment", | |
"settings": { | |
"foreground": "#fcffc8" | |
} | |
}, | |
{ | |
"scope": "punctuation.definition.template-expression", | |
"settings": { | |
"foreground": "#9ca9d3" | |
} | |
}, | |
{ | |
"scope": "punctuation.definition.tag.tsx", | |
"settings": { | |
"foreground": "#a01162" | |
} | |
}, | |
{ | |
"scope": "entity.other.attribute-name.tsx", | |
"settings": { | |
"foreground": "#FDE86C" | |
} | |
}, | |
{ | |
"scope": [ | |
"support.class.component.tsx", | |
"entity.name.tag.html" | |
], | |
"settings": { | |
"foreground": "#ff5da2" | |
} | |
}, | |
{ | |
"scope": [ | |
"punctuation.section.embedded.begin.tsx", | |
"punctuation.section.embedded.end.tsx" | |
], | |
"settings": { | |
"foreground": "#FDE86C" | |
} | |
}, | |
{ | |
"scope": [ | |
"keyword.type.graphql", | |
"keyword.interface.graphql", | |
"keyword.implements.graphql" | |
// "support.type.builtin.graphql" | |
], | |
"settings": { | |
"foreground": "#ff5da2" | |
} | |
}, | |
{ | |
"scope": "punctuation.accessor.tsx", | |
"settings": { | |
"foreground": "#e8ebc5" | |
} | |
}, | |
{ | |
"scope": "punctuation.section.embedded", | |
"settings": { | |
"foreground": "#555" | |
} | |
} | |
], | |
"functions": "#FDE86C", | |
"keywords": "#ff7373", | |
"numbers": "#AE81FF", | |
"strings": "#9aca31", | |
"variables": "#eeeeee", | |
"comments": "#75715E" | |
}, | |
"beautify.language": { | |
"js": { | |
"type": [ | |
"javascript", | |
"json" | |
], | |
"filename": [ | |
".jshintrc", | |
".jsbeautifyrc" | |
] | |
// "ext": ["js", "json"] | |
// ^^ to set extensions to be beautified using the javascript beautifier | |
}, | |
"css": [ | |
"css", | |
"scss" | |
], | |
"html": [ | |
"php", | |
"htm", | |
"html" | |
] | |
// ^^ providing just an array sets the VS Code file type | |
}, | |
"workbench.colorCustomizations": { | |
"statusBar.background": "#000000", | |
"panel.background": "#000000", | |
"sideBar.background": "#1d1d1d", | |
"activityBar.border": "#000000", | |
"activityBar.foreground": "#afafaf", | |
"activityBar.background": "#000" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.minimap.enabled": false, | |
"editor.tabSize": 2, | |
"window.zoomLevel": 0, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"prettier.tslintIntegration": true, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[html]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment