1 "workbench.colorCustomizations": { 2 // "editor.lineHighlightBackground": "#000", 3 "editor.lineHighlightBorder": "#5ec48f", 4 "activityBar.background": "#5ec48f", 5 "titleBar.activeBackground": "#5ec48f", 6 "titleBar.activeForeground": "#fff", 7 8 }, 9 "background.enabled": true, 10 "background.useDefault": false, 11 "background.customImages": [ 12 "file:///D:/bz/Ko1.jpg", 13 // "file:///D:/bz/v5.jpg", 14 // "file:///D:/%E4%B8%8B%E8%BD%BD/cc1.png", 15 // "file:///D:/uiuiui/bear/src/assets/pictures/qixian.jpg" 16 // "file:///D:/uiuiui/bear/src/assets/pictures/gmm.jpg" 17 ], 18 "background.style": { 19 "content": "‘‘", 20 "pointer-events": "none", 21 "position": "absolute", 22 "z-index": "99999", 23 "width": "100%", 24 "height": "100%", 25 "background-position": "center", 26 "background-repeat": "no-repeat", 27 "background-size": "100%,100%", 28 "opacity": 0.4 29 },
"workbench.colorTheme": "Dracula Soft",
"workbench.iconTheme": "vscode-icons"