更新 'settings.json'
This commit is contained in:
parent
cbd2c43e79
commit
c033934ac8
|
@ -19,21 +19,23 @@
|
||||||
"editorBracketMatch.border": "#97d3aa",
|
"editorBracketMatch.border": "#97d3aa",
|
||||||
"editorBracketMatch.background": "#97d3aa",
|
"editorBracketMatch.background": "#97d3aa",
|
||||||
"editor.lineHighlightBackground": "#f0f0f0",
|
"editor.lineHighlightBackground": "#f0f0f0",
|
||||||
"editor.findMatchHighlightBackground": "#aeda00",
|
"editor.findMatchHighlightBackground": "#7a9958",
|
||||||
"terminal.background" : "#f8f8f8",
|
"terminal.background" : "#f8f8f8",
|
||||||
"sideBar.foreground" : "#000000",
|
"sideBar.foreground" : "#000000",
|
||||||
"tab.activeForeground": "#000000",
|
"tab.activeForeground": "#000000",
|
||||||
"tab.inactiveForeground": "#000000"
|
"tab.inactiveForeground": "#000000",
|
||||||
|
"quickInput.foreground": "#000000",
|
||||||
},
|
},
|
||||||
"C_Cpp.updateChannel": "Insiders",
|
"C_Cpp.updateChannel": "Insiders",
|
||||||
"editor.fontSize": 14,
|
"editor.fontSize": 13,
|
||||||
"editor.tokenColorCustomizations": {
|
"editor.tokenColorCustomizations": {
|
||||||
"comments":"#7c7c7c",
|
"comments":"#7c7c7c",
|
||||||
"keywords": "#919100",
|
"keywords": "#808000",
|
||||||
"variables": "#000000",
|
"variables": "#000000",
|
||||||
"strings": "#009191",
|
"strings": "#008080",
|
||||||
"functions": "#910000",
|
"functions": "#800000",
|
||||||
"numbers": "#009100",
|
"numbers": "#008000",
|
||||||
|
"types": "#400080",
|
||||||
},
|
},
|
||||||
"terminal.integrated.scrollback": 10000,
|
"terminal.integrated.scrollback": 10000,
|
||||||
"explorer.autoReveal": false,
|
"explorer.autoReveal": false,
|
||||||
|
|
Loading…
Reference in New Issue