2019-04-06 22:52:21 +08:00
|
|
|
{
|
|
|
|
"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",
|
2019-04-08 17:49:13 +08:00
|
|
|
"editor.rulers": [
|
|
|
|
80
|
|
|
|
],
|
|
|
|
"workbench.startupEditor": "newUntitledFile",
|
2019-04-09 19:47:10 +08:00
|
|
|
"workbench.colorCustomizations": {
|
2019-05-05 19:21:00 +08:00
|
|
|
"editor.selectionBackground": "#ffa9cd",
|
2019-04-10 16:12:19 +08:00
|
|
|
"editor.selectionHighlightBackground": "#ffa8a8",
|
2019-04-09 19:47:10 +08:00
|
|
|
"editorOverviewRuler.findMatchForeground": "#0000ff",
|
2019-04-10 16:12:19 +08:00
|
|
|
"editorOverviewRuler.selectionHighlightForeground": "#ff0000",
|
2019-04-09 19:47:10 +08:00
|
|
|
"editorCursor.foreground": "#007523",
|
|
|
|
"editorBracketMatch.border": "#fffb00",
|
|
|
|
"editorBracketMatch.background": "#fffb00",
|
2019-05-05 10:21:33 +08:00
|
|
|
},
|
|
|
|
"editor.fontSize": 15,
|
2019-05-06 14:04:34 +08:00
|
|
|
"editor.fontFamily": "SF Mono",
|
2019-05-31 16:55:11 +08:00
|
|
|
"editor.fontWeight": "500",
|
|
|
|
"editor.tokenColorCustomizations": {
|
|
|
|
"comments":"#7c7c7c",
|
2019-05-31 17:10:19 +08:00
|
|
|
"keywords": "#9a00a8f7",
|
2019-05-31 16:55:11 +08:00
|
|
|
"variables": "#FD971F",
|
|
|
|
"strings": "#b8386dbd",
|
|
|
|
"functions": "#0044d8",
|
|
|
|
"numbers": "#00b11d",
|
|
|
|
},
|
2019-04-06 22:52:21 +08:00
|
|
|
}
|