Home  >  Article  >  Development Tools  >  How to change the color highlight of selected font in vscode

How to change the color highlight of selected font in vscode

尚
Original
2020-03-13 15:47:028648browse

How to change the color highlight of selected font in vscode

How to change the color highlight of the selected font in vscode:

Find workbench.colorCustomizations in setting.json.

How to change the color highlight of selected font in vscode

You can modify the selected font color highlight in workbench.colorCustomizations.

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

The results are as follows

How to change the color highlight of selected font in vscode

Recommended learning: vscode tutorial

The above is the detailed content of How to change the color highlight of selected font in vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn