Vscode精装房

91 阅读1分钟

选择主题

系统自带一些主题,我们直接使用系统的,选一个喜欢的就行

image.png

添加背景图

安装backgound插件,settings.json添加以下配置。图片地址按需要去改就行

    "background.customImages": [
        "https://houshengren.github.io/mdImages/028.webp" // 图片
    ],
    "background.style": { //样式配置
        "content": "''",
        "pointer-events": "none",
        "position": "absolute",
        "z-index": "99999",
        "width": "100%",
        "height": "100%",
        "background-position": "100% 100%",
        "background-repeat": "no-repeat",
        "opacity": 0.1,
        "background-size": "100%",
    }

添加打字特效

安装powermode插件,添加以下配置即可。插件提供了几种,选择一个喜欢就🆗。

image.png

    "powermode.enabled": true,
    "powermode.shake.intensity": 0, // 文字抖动范围
    "powermode.presets": "flames", // 系统自带的