📌  相关文章
📜  如何在 fthe vscode 中通过鼠标更改选择的颜色 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:11.879000             🧑  作者: Mango

代码示例2
Add the following lines into "Editor: Token Color Customizations" setting, inside settings.json file.

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