"workbench.colorCustomizations": {
	"editor.selectionHighlightBorder": "#1ED76D", // 高亮
	"editor.selectionBackground": "#e5ffd985",
	"editor.findMatchBackground": "#15ff00a1",//搜索匹配的背景色
	"editor.findMatchHighlightBackground": "#f003ffa6",
	"editor.findRangeHighlightBackground": "#ff9900",
	"editorOverviewRuler.findMatchForeground": "#17ff02"//右侧滚动条高亮
}