38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"python.pythonPath": "/home/colin/anaconda2/bin/python",
|
|
"workbench.colorTheme": "Default Light+",
|
|
"editor.tabSize": 2,
|
|
"C_Cpp.errorSquiggles": "Disabled",
|
|
"window.zoomLevel": 0,
|
|
"workbench.editor.enablePreview": false,
|
|
"[cpp]": {},
|
|
"C_Cpp.clang_format_style": "Google",
|
|
"editor.rulers": [
|
|
80
|
|
],
|
|
"workbench.startupEditor": "newUntitledFile",
|
|
"workbench.colorCustomizations": {
|
|
"editor.selectionBackground": "#ffa9cd",
|
|
"editor.selectionHighlightBackground": "#ffa8a8",
|
|
"editorOverviewRuler.findMatchForeground": "#0000ff",
|
|
"editorOverviewRuler.selectionHighlightForeground": "#ff0000",
|
|
"editorCursor.foreground": "#007523",
|
|
"editorBracketMatch.border": "#fffb00",
|
|
"editorBracketMatch.background": "#fffb00",
|
|
"terminal.background" : "#f8f8f8",
|
|
},
|
|
"editor.fontSize": 15,
|
|
"editor.fontWeight": "500",
|
|
"editor.tokenColorCustomizations": {
|
|
"comments":"#7c7c7c",
|
|
"keywords": "#919100",
|
|
"variables": "#000000",
|
|
"strings": "#009191",
|
|
"functions": "#910000",
|
|
"numbers": "#009100",
|
|
},
|
|
"terminal.integrated.fontWeight": "500",
|
|
"terminal.integrated.fontSize": 12,
|
|
"explorer.autoReveal": false,
|
|
}
|