Wallpapers for VSCode
// Add this to your config.json
{
"background.fullscreen": {
"images": [
"https://vscode-backgrounds.pages.dev/Firewatch/Launch_Yellow.jpg",
"https://vscode-backgrounds.pages.dev/Firewatch/Launch_Green.jpg",
"https://vscode-backgrounds.pages.dev/Firewatch/Launch_Original.jpg",
"https://vscode-backgrounds.pages.dev/Firewatch/Launch_Violet.jpg"
], // urls of your images
"opacity": 0.95, // 0.85 ~ 0.95 recommended
"size": "cover", // also css, `cover` to self-adaption (recommended),or `contain`、`200px 200px`
"position": "center", // alias to `background-position`, default `center`
"interval": 120 // seconds of interval for carousel, default `0` to disabled.
}
}