Visual Studio Code修改全屏背景
Posted wyzrain
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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; }
最后的效果
以上是关于Visual Studio Code修改全屏背景的主要内容,如果未能解决你的问题,请参考以下文章
visual studio code 重置所有设置(还原默认设置)