{ "workbench.colorTheme": "Alabaster", "editor.fontFamily": "Fira Code", "editor.fontSize": 16, "editor.lineHeight": 1.2, "editor.fontLigatures": false, "editor.bracketPairColorization.enabled": false, "editor.renderLineHighlight": "none", "editor.minimap.enabled": false, "editor.renderWhitespace": "none", "highlight.regexFlags": "gim", "highlight.regexes": { "(\"\"\"[\\s\\S]*?\"\"\"|'''[\\s\\S]*?'''|\"[^\"]*\"|'[^']*')": { "filterLanguageRegex": "python", "decorations": [ { "backgroundColor": "#E5FAD7" } ] }, "(?