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

How to insert background image in vscode

王林
Release: 2020-03-14 13:51:09
Original
7681 people have browsed it

How to insert background image in vscode

1. Find the vscode installation directory

D:\360ruanjian\Microsoft VS Code\resources\app\out\vs\workbench

(Learn Video recommendation: java video tutorial)

How to insert background image in vscode

2. Add styles to the workbench.desktop.main.css file, and restart the software after adding it.

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

Recommended related tutorials: vscode tutorial

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