VSCode設定の背景画像

1. vscodeのインストールディレクトリを開きます:C:\ Program Files \ Microsoft VS Code \ resources \ app \ out \ vs \ workbench、find the following workbench.main.css file and set the background here

2.次のコードをコピーします

body { 
    background -image:url(' file:/// D:/BackGround.jpg ' ); 
    background -size:100; 
    不透明度:0.75 ; 
    background -repeat:no- repeat; 
}

3.自分で画像のパスを設定し、VSCODEを保存して再起動します。

 

おすすめ

転載: www.cnblogs.com/Marginalin/p/12722695.html