vscode插件之背景插件(background)

 

1.在插件tab搜索background

 

 

2.打开vscode的配置页

 

 添加配置(图片放到D:/其他/美图/yibo.jpg):

  "background.useDefault": false,
  "background.customImages": ["file:///D:/其他/美图/yibo.jpg"],
  "background.style": {
    "content": "''",
    "pointer-events": "none",
    "top": "0",
    "left": "0",
    "width": "100%",
    "height": "100%",
    "z-index": "99999",
    "background.repeat": "no-repeat",
    "background-size": "contain",
    "opacity": 0.1
  },

效果:

 

posted @ 2019-12-13 17:09  vickylinj  阅读(17442)  评论(1编辑  收藏  举报