Advertisement
Nekogochan

настройка для background расширения vscode

Feb 4th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. settings.json:
  2.  
  3. "background.enabled": true,
  4. "background.loop": false,
  5. "background.useDefault": false,
  6. "background.useFront": false,
  7. "background.style": {
  8. "content": "''",
  9. "pointer-events": "none",
  10. "position": "absolute",
  11. "background-size": "cover",
  12. "background-position": "top",
  13. "background-repeat": "no-repeat",
  14. "opacity": 0.2,
  15. },
  16. "background.customImages": [
  17. /*твои пикчи*/
  18. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement