Home  >  Article  >  Development Tools  >  How to set code highlight color in vscode

How to set code highlight color in vscode

王林
王林Original
2020-01-09 09:18:0420439browse

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"

}

}

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!

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