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

How to change the color highlight of selected font in vscode

Release: 2020-03-13 15:47:02
Original
8698 people have browsed it

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"
    
    }
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template