比如 VSCode、TRAE、Cursor 等等

在下图中的路径打开该 CSS 文件

image.png

在文件末尾加上以下代码

image.png

/* 自定义样式 */
 
body {
 pointer-events:auto !important;
 background-size:100% !important;
 opacity: 0.85 !important;
 background-position: 0 0 !important;
 background-image: url('<https://i.mji.rip/2025/09/01/e87e38fa56065be638249090ff9abf9b.png>') !important;
 content:'';
 position:absolute;
 z-index:-1;
 width:100%;
 background-repeat:no-repeat;
}

Visual Studio Code修改全透明壁纸-腾讯云开发者社区-腾讯云