VS code更换编辑器自定义背景图片

需要以下插件

VS code更换编辑器自定义背景图片

在设置中搜索setting,点击

VS code更换编辑器自定义背景图片

添加如下代码

 "backgroundCover.opacity": null,
    "background.enabled": true,
    "background.useDefault": false,
    "background.customImages": [
    "file:///E:/background-angel.png"
    ],
    "background.style": {
    "content": "''",
    "pointer-events": "none",
    "position": "absolute",
    "z-index": "99999",
    "width":"100%",
    "height":"100%",
    "background-position": "top",
    "background-repeat": "repeat",
    // "background-size":"100%,100%",
    "background-size":"cover",
    "opacity": 0.2
    },

 

上一篇:前端苹果官网html+css


下一篇:input插入图标