vscode换背景

找到软件下面的这层目录

vscode换背景_第1张图片

 vscode换背景_第2张图片

 

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 11px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: auto !important;
  background-size: 100% !important;
  opacity: 0.93 !important;
  background-position: 0 0 !important;
  background: url('./2019.c3d2696b.png') !important;
  position:absolute;
  z-index:99999;
  width:100%;
  background-repeat:no-repeat;
}

vscode换背景_第3张图片

你可能感兴趣的:(visual,studio,code)