Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "workbench.colorTheme": "Abyss",
- "workbench.iconTheme": "ayu",
- "workbench.settings.editor": "json",
- "workbench.settings.openDefaultSettings": true,
- "workbench.editor.enablePreview": false,
- "workbench.editor.enablePreviewFromQuickOpen": false,
- "python.pythonPath": "c:\\path_to_python",
- "python.formatting.provider": "autopep8",
- "terminal.integrated.rendererType": "dom",
- "code-runner.executorMap": {
- "python": "$pythonPath -u $fullFileName"
- },
- "editor.tokenColorCustomizations": {
- "[Abyss]": {
- "textMateRules": [
- /*
- Saved Color Codes
- "#444fff" "#1944ff" "#44c4ff"
- */
- /*
- HTML Syntax Highlighting Changes
- */
- {
- "scope": "text.html.derivative",
- "settings": { "foreground": "#7476e6" }
- },
- {
- "scope": "comment.block.html",
- "settings": { "foreground": "#888888" }
- },
- {
- "scope": "entity.other.attribute-name.html",
- "settings": { "fontStyle": "italic", "foreground": "#ffd000" }
- },
- {
- "scope": "punctuation.separator.key-value.html",
- "settings": { "fontStyle": "italic bold", "foreground": "#ffd000" }
- },
- {
- "scope": "punctuation.definition.tag.begin.html",
- "settings": { "foreground": "#b30303" }
- },
- {
- "scope": "punctuation.definition.tag.end.html",
- "settings": { "foreground": "#b30303" }
- },
- {
- "scope": "entity.name.tag.html",
- "settings": { "foreground": "#ce713c" }
- },
- {
- "scope": "string.quoted.double.html",
- "settings": { "fontStyle": "", "foreground": "#22aa44" }
- },
- {
- "scope": "string.quoted.single.html",
- "settings": { "fontStyle": "", "foreground": "#22aa44"}
- },
- /*
- Jinja Syntax Highlighting Changes
- */
- {
- "scope": "keyword.control.jinja",
- "settings": { "fontStyle": "", "foreground": "#8735ca" }
- },
- {
- "scope": "entity.other.jinja.delimiter.tag",
- "settings": { "fontStyle": "", "foreground": "#3550ca" }
- },
- {
- "scope": "entity.other.jinja.delimiter.variable",
- "settings": { "fontStyle": "", "foreground": "#3550ca" }
- },
- {
- "scope": "punctuation.other.jinja",
- "settings": { "fontStyle": "underline", "foreground": "#bcbdfd" }
- },
- {
- "scope": "variable.other.jinja",
- "settings": { "fontStyle": "underline", "foreground": "#7476e6" }
- },
- {
- "scope": "string.quoted.double.jinja",
- "settings": { "fontStyle": "", "foreground": "#22aa44" }
- },
- {
- "scope": "string.quoted.single.jinja",
- "settings": { "fontStyle": "", "foreground": "#22aa44"}
- },
- {
- "scope": "text.html.jinja",
- "settings": { "fontStyle": "bold", "foreground": "#f7e8c9" }
- },
- /*
- Python Syntax Highlighting Changes
- */
- {
- "scope": "support.function.builtin.python",
- "settings": { "fontStyle": "underline italic", "foreground": "#d320bb" }
- },
- {
- "scope": "meta.function-call.generic.python",
- "settings": { "foreground": "#444fff" }
- },
- {
- "scope": "meta.attribute.python",
- "settings": { "foreground": "#9470f7" }
- },
- {
- "scope": "meta.indexed-name.python",
- "settings": { "foreground": "#0f8694" }
- },
- {
- "scope": "constant.language.python",
- "settings": { "foreground": "#d3931e" }
- },
- {
- "scope": "constant.other.caps.python",
- "settings": { "foreground": "#b36595" }
- },
- {
- "scope": [
- "constant.numeric.dec.python",
- "constant.numeric.hex.python",
- "constant.numeric.float.python",
- "constant.numeric.integer.python",
- ],
- "settings": { "foreground": "#cc2c2c"}
- },
- {
- "scope": "meta.item-access.arguments.python",
- "settings": { "foreground": "#aa5454" }
- },
- {
- "scope": [
- "punctuation.separator.period.python",
- "punctuation.separator.colon.python",
- "punctuation.parenthesis.begin.python",
- "punctuation.parenthesis.end.python",
- "punctuation.separator.element.python",
- "punctuation.separator.arguments.python",
- "punctuation.separator.dict.python",
- "punctuation.separator.continuation",
- "punctuation.definition.arguments.begin.python",
- "punctuation.definition.arguments.end.python",
- "punctuation.definition.parameters.begin.python",
- "punctuation.definition.parameters.end.python",
- "punctuation.definition.list.end.python",
- "punctuation.definition.list.begin.python",
- "punctuation.definition.list.end.python",
- "punctuation.definition.dict.begin.python",
- "punctuation.definition.dict.end.python",
- "punctuation.section.function.begin.python",
- "punctuation.section.class.begin.python",
- "punctuation.definition.inheritance.begin.python",
- "punctuation.definition.inheritance.end.python",
- ],
- "settings": { "foreground": "#22aeff" }
- },
- ]
- }
- },
- "code-runner.clearPreviousOutput": true,
- "code-runner.showExecutionMessage": true,
- "code-runner.runInTerminal": true,
- "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
- "window.zoomLevel": 0,
- "[jinja-html]": {
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment