vscode设置背景图片

参考:https://blog.csdn.net/lm1022/article/details/121609419

file-perferences-settings-extensions-plugin background config-style-edit in settings.json

改成下面这样

  "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.16
  },
  "background.customImages": ["file:///F:/bz/bz/wallhaven-zm8l5g.png"]

 

posted @ 2022-09-19 09:52  jqynr  阅读(44)  评论(0)    收藏  举报