# weidows-beautify-pack
**Repository Path**: weidows-projects/weidows-beautify-pack
## Basic Information
- **Project Name**: weidows-beautify-pack
- **Description**: VScode整合美化包 GitHub: https://github.com/Weidows-projects/weidows-beautify-pack
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: https://marketplace.visualstudio.com/items?itemName=Weidows.weidows-beautify-pack
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-10-10
- **Last Updated**: 2025-04-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
😍weidows-beautify-pack
[github-shield]: https://img.shields.io/github/stars/Weidows-projects/weidows-beautify-pack?style=social
[github-url]: https://github.com/Weidows-projects/weidows-beautify-pack
[vscode-shield]: https://img.shields.io/visual-studio-marketplace/r/Weidows.weidows-beautify-pack?logo=visual-studio-code&style=social
[vscode-url]: https://marketplace.visualstudio.com/items?itemName=Weidows.weidows-beautify-pack
[![Github Repo][github-shield]][github-url]
[![VSCode Plugin][vscode-shield]][vscode-url]
> ## VScode 整合美化包
> ## For more information, [Click here][github-url]
---
# 样式



# 应用美化
1. 在 VScode 配置文件中添加下面配置:
```json
// 启用主题 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,
```
---
2. 按 Ctrl + Shift + P 执行 `Enable custom CSS and JS` 命令.

# 引用项目
> [pcwalton/vscode-powerline](https://github.com/pcwalton/vscode-powerline)