vscode插件之背景插件(background)

vscode中点击扩展,然后搜索background,点击下载,然后用户自定义配置

用户配置
//"background.enabled": false,//卸载插件开启
"background.useDefault": false,
"background.style": {
    "content": "''",
    "pointer-events": "none",
    "position": "absolute",
    "z-index": "99999",
    "width": "100%",
    "height": "100%",
    "background-position": "0% 0%",
    "background-size": "cover",
    "background-repeat": "no-repeat",
    "opacity": 0.1
},
"background.customImages": [
    "file:///D:/backgroundImage/rain.jpg",
    "file:///D:/backgroundImage/green.jpg"
],

猜你喜欢

转载自blog.csdn.net/przlovecsdn/article/details/81509281
今日推荐