编辑框背景照片

在商城搜索background
安装

进入设置进行配置

搜索Plugin

编辑
里面代码全部替换为

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//background 的相关配置
"update.enableWindowsBackgroundUpdates": true,
"background.customImages": [
"file:///照片路径"
],
"background.enabled": true,
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "absolute",
"z-index": "99999",
"width": "100%",
"height": "100%",
"background-position": "center",
"background-repeat": "no-repeat",
"background-attachment":"fixed",
" background-size": "cover",
"opacity": 0.35
},
"background.useFront": true,
"background.useDefault": false

结果

设置全背景照片

商城搜索background-cover
下载

安装好后就可以安装ctrl+shift+p搜索输入backgroundCover - start

点击就可以配置了

透明我设置的是0.8
主题是GitHub Theme
效果