Home > Development Tools > VSCode > body text

How to set code highlight color in vscode

王林
Release: 2020-01-09 09:18:04
Original
20376 people have browsed it

How to set code highlight color in vscode

1. File-》Preferences-》settings

2. Enter workbench.colorCustomizations

How to set code highlight color in vscode

# in search settings ##3. Add the following configuration

{

"editor.fontSize": 12,

"editor.minimap.enabled": false,

"window.zoomLevel": 2,

"workbench.colorCustomizations": {

"editor.selectionHighlightBackground": "#ff0000"

}

}
Copy after login

How to set code highlight color in vscode

The effect is as shown:

How to set code highlight color in vscode

Recommended related articles and tutorials:

vscode tutorial

The above is the detailed content of How to set code highlight color 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!