更新 'settings.json'

This commit is contained in:
colin 2020-10-10 19:21:09 +08:00
parent cbd2c43e79
commit c033934ac8
1 changed files with 9 additions and 7 deletions

View File

@ -19,21 +19,23 @@
"editorBracketMatch.border": "#97d3aa",
"editorBracketMatch.background": "#97d3aa",
"editor.lineHighlightBackground": "#f0f0f0",
"editor.findMatchHighlightBackground": "#aeda00",
"editor.findMatchHighlightBackground": "#7a9958",
"terminal.background" : "#f8f8f8",
"sideBar.foreground" : "#000000",
"tab.activeForeground": "#000000",
"tab.inactiveForeground": "#000000"
"tab.inactiveForeground": "#000000",
"quickInput.foreground": "#000000",
},
"C_Cpp.updateChannel": "Insiders",
"editor.fontSize": 14,
"editor.fontSize": 13,
"editor.tokenColorCustomizations": {
"comments":"#7c7c7c",
"keywords": "#919100",
"keywords": "#808000",
"variables": "#000000",
"strings": "#009191",
"functions": "#910000",
"numbers": "#009100",
"strings": "#008080",
"functions": "#800000",
"numbers": "#008000",
"types": "#400080",
},
"terminal.integrated.scrollback": 10000,
"explorer.autoReveal": false,