圣诞小鹿🎄VScode

1,889 阅读1分钟


1.主页效果图


2.进去后


3.还可以看你想看的内容,不被人发现

这不是让你看小说,
是为了调整页面样式更方便,不用来回切页面


4.想要获得这个主题吗?

1)去看Jinkey作者的这个

juejin.cn/post/684490…
这里的json配置

 "editor.fontLigatures": true,   
 "vscode_custom_css.imports": [
//此处为你存储的地址        
"file:///Users/wangxinyue/vscode/synthwave84-noglow.css",        
"file:///Users/wangxinyue/vscode/synthwave84.css",        
"file:///Users/wangxinyue/vscode/terminal.css",        
"file:///Users/wangxinyue/vscode/enable-electron-vibrancy.js",        
"file:///Users/wangxinyue/vscode/toolbar.css ",        
"file:///Users/wangxinyue/vscode/vscode-vibrancy-style.css"],   
 "vscode_custom_css.policy": true,    
"terminal.integrated.rendererType": "dom"

github地址:github.com/Jinkeycode/…

2)修改json文件样式


背景奉上



5. 升级添加圣诞🎄小鹿

5.1 安装marketplace.visualstudio.com/items?itemN…


5.2添加配置

 "update.enableWindowsBackgroundUpdates": true,
    "background.customImages": [
        "file:///Users/wangxinyue/vscode/lu.png"
    ],
    "background.style": {
        "content": "''",
        "pointer-events": "none",
        "position": "absolute",
        "width": "100%",
        "height": "100%",
        "z-index": "99999",
        "background.repeat": "no-repeat",
        "background-size": "25%,25%",
        "opacity": 0.5
    },
    "background.useFront": true,
    "background.useDefault": false,

效果如下