VSCode-》首选项-》设置->-》搜color,找到:Workbench:Color Customizations,点击:在 settings.json 中编辑


加上 选中的文字内容的 配置
"workbench.colorCustomizations": {
"editor.selectionBackground": "#f5f113",
"editor.selectionHighlightBackground": "#f5f113",
},
"workbench.colorCustomizations": {
"editor.selectionBackground": "#f5f113",
"editor.selectionHighlightBackground": "#f5f113",
},
本文标题:如何更改vscode 选中文字或代码的的颜色?
本文链接:https://www.haomeiwen.com/subject/fzqzxhtx.html
网友评论