⌘+, 在用户设置里添加: "workbench.colorCustomizations": { //设置用户选中代码段的颜色 "editor.selectionBackground": "#2f00ff", //搜索匹配的背景色 "editor.findMatchBackground": "#ff0000", "editor.findMatchHighlightBackground": "#ff00ff", "editor.findRangeHighlightBackground": "#ff9900" },
⌘+, 在用户设置里添加: