"workbench.colorCustomizations": {
    "editor.selectionHighlightBorder": "#0a00c1cb", // 高亮边框颜色
    "editor.selectionBackground": "#f0d800df", // 选中文字的背景色
    "editor.selectionForeground": "#ffffff", // 选中文字的文字颜色
    "editor.findMatchBackground": "#15ff00a1", // 搜索匹配的背景色
    "editor.findMatchHighlightBackground": "#e77c0198", // 高亮搜索匹配项
    "editor.findRangeHighlightBackground": "#65605972", // 高亮查找范围
    "editorOverviewRuler.findMatchForeground": "#17ff0285" // 右侧滚动条高亮
  },