Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwu823/vscode-bg-img
VSCode background images set
https://github.com/rwu823/vscode-bg-img
17media background image vscode
Last synced: about 1 month ago
JSON representation
VSCode background images set
- Host: GitHub
- URL: https://github.com/rwu823/vscode-bg-img
- Owner: rwu823
- Created: 2017-09-03T13:50:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:14:40.000Z (about 1 year ago)
- Last Synced: 2024-04-09T22:53:42.769Z (9 months ago)
- Topics: 17media, background, image, vscode
- Size: 107 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode-bg-img
VSCode background images set.## Setups
Install VSCode extension [background](https://marketplace.visualstudio.com/items?itemName=shalldie.background)## Settings
Add in your `settings.json`.
```json
"background.useDefault": false,
"background.customImages": [
"https://raw.githubusercontent.com/rwu823/vscode-bg-img/master/images/17/baby-black.png",
"https://raw.githubusercontent.com/rwu823/vscode-bg-img/master/images/17/baby-white.png",
"/your/patch/image"
],
"background.style": {
"background-position": "95% 95%",
"background-size": "20%",
"opacity": 0.8
}
```## Screenshots
### 17 baby white and black
![17 baby white and black](./screenshots/17baby-white-and-black.png)