Home >Development Tools >VSCode >How to add background image in vscode

How to add background image in vscode

王林
王林Original
2020-02-18 18:15:194321browse

How to add background image in vscode

1. Find the vscode installation directory

How to add background image in vscode

(Recommended tutorial: vscode tutorial)

2. Add styles to the workbench.desktop.main.css file. After adding, restart the software.

 body {
	background: url('file:///D:/img/img/5千米的山顶风景桌面壁纸.jpg') no-repeat center;
    opacity: 0.75;
}

For more programming-related content, please visit the Programming Introduction column of the php Chinese website!

The above is the detailed content of How to add background image 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