{
"editor.mouseWheelZoom": true, "editor.trimAutoWhitespace": false,
"editor.fontFamily": "consolas, 'courier new', simsun, 'dejavu sans mono', 'microsoft yahei'",
"editor.unicodeHighlight.invisibleCharacters": false, "editor.unicodeHighlight.ambiguousCharacters": false,
"editor.detectIndentation": false, "editor.renderWhitespace": "all",
"update.mode": "none", "extensions.autoUpdate": false, "update.enableWindowsBackgroundUpdates": false,
"files.defaultLanguage": "cpp", "editor.renderLineHighlight": "gutter", "editor.links": false,
"render-special-chars.include": ["0080-10FFFF"], "render-special-chars.except": [
"一-鿿", "¡-¬®-ÿ", "А-яЁё", "ء-ي٠-٭", "α-λξπ-ωΓΔΘΛΞΠΣΦΨΩ", "ぁ-んァ-ヶー", "Œœŋʃȝɑɔɜʌɒəɪʊ", "āēěīńōūǎǐǒǔǖǘǚǜǹḿ",
"–—‘-•…", "!,():-Za-z[]{}~、-〗", "∈∏√∝∞∟∠∥∧∨∩∪∴∵∽≈≌≠≡≤≥⊕⊙⊥⌒", "①-⓿❶-❿↑→↓←↔↕",
], "highlight-bad-chars.additionalUnicodeChars": ["ЁёА-я‚" ],
"highlight-bad-chars.badCharDecorationStyle": { "backgroundColor": "#50d0d0a0", "borderColor": "#50d0d0ff" },
"highlight-unexpected-characters.rules": ["\u2013"],
"C_Cpp.default.compilerPath": "D:\\mingw\\bin\\g++.exe", "workbench.colorTheme": "Light Modern",
"extensions.experimental.affinity": { "miku3920.vscode-render-special-chars": 2,
"wengerk.highlight-bad-chars": 2, "gizeta.highlight-unexpected-characters": 2,
"brunnerh.insert-unicode": 2, "alefragnani.pascal": 2 },
"workbench.colorCustomizations": { "[Light+]": { "editor.background": "#f9f9de",
"editorWhitespace.foreground": "#bfbf95", "editor.selectionBackground": "#dcdc94", },
"[Light Modern]": { "editor.background": "#C7EDCC",
"editorWhitespace.foreground": "#a1c0a6", "editor.selectionBackground": "#94DC9D", },
"[Visual Studio Light]": { "editor.background": "#eaeaef",
"editorWhitespace.foreground": "#b8b8bd", "editor.selectionBackground": "#ddddff", },
//Public
"editorBracketHighlight.foreground1": "#b92f40",
"editorBracketHighlight.foreground2": "#928408",
"editorBracketHighlight.foreground3": "#086ab4",
"editorBracketHighlight.foreground4": "#b36a1d",
"editorBracketHighlight.foreground5": "#8417a9",
"editorBracketHighlight.foreground6": "#1f7b2b",
},
"editor.tokenColorCustomizations": {
"keywords": "#386898", "types": "#953535", "numbers": "#b02080",
"variables": "#010101", "comments": "#606060",
"textMateRules": [
{"scope": "meta.body.function.definition.cpp", "settings": {"foreground": "#010101" }},
{"scope": "meta.preprocessor.macro", "settings": {"foreground": "#010101"}},
{"scope": "entity.name.function.preprocessor", "settings": {"foreground": "#a020a0"}},
{"scope": "keyword.other", "settings": {"foreground": "#1f7b2b"}},
{"scope": "storage.modifier", "settings": {"foreground": "#1f7b2b"}},
{"scope": "keyword.other.using.directive", "settings": {"foreground": "#1f7b2b"}},
{"scope": "constant.language", "settings": {"foreground": "#1f7b2b"}},
{"scope": "constant.character.escape", "settings": {"foreground": "#1f7b2b" } },
{"scope": "keyword.operator.sizeof", "settings": {"foreground": "#1f7b2b" } },
{"scope": "keyword.operator.cast", "settings": {"foreground": "#1f7b2b" } },
{"scope": "keyword.operator.noexcept", "settings": {"foreground": "#1f7b2b" } },
{"scope": "meta.preprocessor", "settings": {"foreground": "#1f7b2b" } },
{"scope": "markup.italic", "settings": {"foreground": "#800080", "fontStyle": "" } },
]
},
"C_Cpp.inactiveRegionOpacity": 1,
"C_Cpp.inactiveRegionForegroundColor": "#606060"
}







