美文网首页
如何更改vscode 选中文字或代码的的颜色?

如何更改vscode 选中文字或代码的的颜色?

作者: kaiyanyixiao | 来源:发表于2020-02-10 18:13 被阅读0次

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

1.png 2.png

加上 选中的文字内容的 配置

"workbench.colorCustomizations": {
        "editor.selectionBackground": "#f5f113",
        "editor.selectionHighlightBackground": "#f5f113",
},

相关文章

网友评论

      本文标题:如何更改vscode 选中文字或代码的的颜色?

      本文链接:https://www.haomeiwen.com/subject/fzqzxhtx.html