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