更新 'settings.json'

This commit is contained in:
colin 2020-10-10 17:24:11 +08:00
parent 0e2a666942
commit 73915acb81
1 changed files with 5 additions and 3 deletions

View File

@ -13,11 +13,13 @@
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"editor.selectionBackground": "#ffa9cd", "editor.selectionBackground": "#ffa9cd",
"editor.selectionHighlightBackground": "#ffa8a8", "editor.selectionHighlightBackground": "#ffa8a8",
"editorOverviewRuler.findMatchForeground": "#0000ff", "editorOverviewRuler.findMatchForeground": "#e0e000",
"editorOverviewRuler.selectionHighlightForeground": "#ff0000", "editorOverviewRuler.selectionHighlightForeground": "#ff0000",
"editorCursor.foreground": "#007523", "editorCursor.foreground": "#007523",
"editorBracketMatch.border": "#fffb00", "editorBracketMatch.border": "#00a030",
"editorBracketMatch.background": "#fffb00", "editorBracketMatch.background": "#00a030",
"editor.lineHighlightBackground": "#e3ffe6",
"editor.findMatchHighlightBackground": "#ffff00",
"terminal.background" : "#f8f8f8", "terminal.background" : "#f8f8f8",
}, },
"C_Cpp.updateChannel": "Insiders", "C_Cpp.updateChannel": "Insiders",