Change background in vsc

  1. Download extension background


  2. In vscode run Cmd/Ctrl + shift + p then choose open settings (JSON)
  3. Copy this code & paste into open settings (JSON)
{
    "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-position": "center",
        "background-size": "contain",
        "background-repeat": "no-repeat",
        "opacity": 0.1
    },
    "background.customImages": [
        "https://img.indianautosblog.com/2018/10/20/honda-cbr250rr-tricolour-right-front-quarter-db72.jpg"
    ]
}

Leave a comment

Your email address will not be published. Required fields are marked *