📜  vscode 背景扩展 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:27.904000             🧑  作者: Mango

代码示例1
"background.enabled": true,
    "background.loop": false,
    "background.useDefault": false,
    "background.useFront": false,
    "background.style": {
          "content": "''",
          "pointer-events": "none",
          "position": "absolute",
          "z-index": "99999",
          "width": "100%",
          "height": "100%",
          "background-size": "cover",
          "background-repeat": "no-repeat",
          "opacity": 0.1
      },
    "background.customImages": [
          "https://cdn.wallpapersafari.com/5/23/AMbq2m.jpg",  //REPLACE THIS
          "/home/nl/Downloads/wallhaven-8ok7vk.jpg",          //REPLACE THIS
      ]