VSCode-》首选项-》设置->-》搜color,找到:Workbench:Color Customizations,点击:在 settings.json 中编辑
1.png
2.png
加上 选中的文字内容的 配置
"workbench.colorCustomizations": {
"editor.selectionBackground": "#f5f113",
"editor.selectionHighlightBackground": "#f5f113",
},