Visual Studio Code修改全屏背景


打开VSCode安装目录,找到workbench.desktop.main.css文件

 

 

 

 

 在最后一行添加以下代码:

body{
 pointer-events:auto !important;
 background-size:100% !important;
 opacity: 0.8 !important;
 background-position: 0 0 !important;
 background-image: url('file://C:\Users/Administrator/Downloads/13.jpg') !important;
 content:'';
 position:absolute;
 z-index:-1;
 width:100%;
 background-repeat:no-repeat;
}

 

 

 

最后的效果

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM