Skip to content

Weidows-projects/weidows-beautify-pack

Repository files navigation

😍weidows-beautify-pack

Github Repo VSCode Plugin

VScode 整合美化包

For more information, Click here


样式

分割线

应用美化

  1. 在 VScode 配置文件中添加下面配置:
// 启用主题 Enable the theme
"workbench.colorTheme": "Weidows",
// 引入CSS美化 Inject of CSS beautification
"vscode_custom_css.imports": [
  "https://cdn.jsdelivr.net/gh/Weidows-projects/weidows-beautify-pack/css/lights-on.css"
],
// 窗口透明度调节 Transparent window
"glassit.alpha": 220,

  1. Ctrl + Shift + P 执行 Enable custom CSS and JS 命令.

分割线

引用项目

pcwalton/vscode-powerline