vscode主题优化插件background

113 阅读1分钟

二次元-爱门 搜索background 5284e377-b4b8-4ebe-9588-dcd2a52fe7c1.jpeg 推荐一个背景透明化的在线工具transparent.imageonline.co/cn/

//全局settings.jsoon新加配置
  "background.useFront": true,
  "background.useDefault": false, //是否使用默认图片
  "background.customImages": ["file:///C:/Users/xt05/Pictures/Elysia2.png"],//   前缀必须是file:///
  "background.style": { 
    "background-position": "100% 100%",
    "background-size": "auto",
    "opacity": 0.4//透明度
    //有其他属性需要的自己加
  },
  // "background.fullscreen": {
    
  //   "images": [],全屏背景
  //   "opacity": 0.91,
  //   "size": "cover",
  //   "position": "center",
  //   "interval": 0
  // },