vscodesetting/settings.json

41 lines
1.4 KiB
JSON
Raw Permalink Normal View History

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-06-10 14:13:08 +08:00
"terminal.background" : "#f8f8f8",
2019-05-05 10:21:33 +08:00
},
2019-06-21 10:25:39 +08:00
"editor.fontSize": 14,
2019-05-31 16:55:11 +08:00
"editor.fontWeight": "500",
"editor.tokenColorCustomizations": {
"comments":"#7c7c7c",
2019-06-07 09:48:56 +08:00
"keywords": "#919100",
"variables": "#000000",
2019-06-03 11:26:16 +08:00
"strings": "#009191",
"functions": "#910000",
"numbers": "#009100",
2019-05-31 16:55:11 +08:00
},
2019-06-03 15:22:00 +08:00
"terminal.integrated.fontWeight": "500",
2019-06-26 18:49:08 +08:00
"terminal.integrated.fontSize": 14,
2019-06-19 10:47:51 +08:00
"explorer.autoReveal": false,
2019-06-21 11:43:28 +08:00
"editor.minimap.maxColumn": 80,
"editor.minimap.showSlider": "always",
"editor.minimap.renderCharacters": false,
2019-04-06 22:52:21 +08:00
}