Home  >  Article  >  Development Tools  >  How to set vscode theme transparent

How to set vscode theme transparent

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-12-06 10:58:305470browse

How to set vscode theme transparent

Open vscode, we can use Ctrl Shift X or click on the last column of the left icon bar to bring up the plug-in list.

How to set vscode theme transparent

We search background in the list and click on the first plug-in. Here we can see the introduction of this plug-in.

How to set vscode theme transparent

After the installation is complete, an install prompt will appear in the lower right corner of the plug-in.

How to set vscode theme transparent

At this point we will see a cartoon character appear on the right.

How to set vscode theme transparent

We can change the display mode of pictures, pictures and other information in the settings.json file in vscode. Click File -> Preferences -> Extensions to find plug-in related configurations.

How to set vscode theme transparent

How to set vscode theme transparent

Here we click to edit in settings.json and edit the plug-in configuration.

Background.enabled property configures whether to enable the plug-in

background.useDefault property configures whether to use the default image

background.styleUse the style sheet to configure the image display style

After the configuration is completed and saved, we will be prompted to restart vscode in the lower right corner.

How to set vscode theme transparent

#After the restart is completed, the icon will be enlarged and displayed in the code editing bar.

How to set vscode theme transparent

PHP Chinese website has a large number of free vscode introductory tutorials, everyone is welcome to learn.

The above is the detailed content of How to set vscode theme transparent. 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
Previous article:How to open vue in vscodeNext article:How to open vue in vscode