Skip to content

Commit

Permalink
⬆ upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Weidows committed Jun 24, 2021
1 parent f87a606 commit d227187
Show file tree
Hide file tree
Showing 12 changed files with 1,303 additions and 79 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/jarRepositories.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/weidows-beautify-pack.iml

This file was deleted.

6 changes: 5 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
images
node_modules
LICENSE
.github
.gitignore

css
images
36 changes: 20 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Author: Weidows
* @Date: 2021-05-14 04:28:22
* @LastEditors: Weidows
* @LastEditTime: 2021-05-15 11:09:54
* @LastEditTime: 2021-06-24 11:43:29
* @FilePath: \weidows-beautify-pack\README.md
* @Description:
* @!: *********************************************************************
Expand All @@ -24,9 +24,9 @@
[![Github Repo][github-shield]][github-url]
[![VSCode Plugin][vscode-shield]][vscode-url]

> VScode 整合美化包
> ## VScode 整合美化包
> For more information, [click here][github-url]
> # For more information, [click here][github-url]
---

Expand All @@ -35,21 +35,25 @@
![](https://cdn.jsdelivr.net/gh/Weidows-projects/weidows-beautify-pack/images/1.png)
![](https://cdn.jsdelivr.net/gh/Weidows-projects/weidows-beautify-pack/images/2.png)

---

![分割线](https://cdn.jsdelivr.net/gh/Weidows/Images/img/divider.png)


# 应用美化

- 在 VScode 配置文件中添加下面配置:
1. 在 VScode 配置文件中添加下面配置:

```json
// 启用主题 Enable the theme
"workbench.colorTheme": "Weidows",
// 引入CSS美化 Inject of CSS beautification
"vscode_custom_css.imports": [
"https://raw.githubusercontent.com/Weidows-projects/Programming-Configuration/master/local/lights-on.css"
],
// 窗口透明度调节 Transparent window
"glassit.alpha": 220,
```
```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,
```

---

按 <kbd>Ctrl + Shift + P</kbd> 执行 `Enable custom CSS and JS` 命令.
2. 按 <kbd>Ctrl + Shift + P</kbd> 执行 `Enable custom CSS and JS` 命令.
Loading

0 comments on commit d227187

Please sign in to comment.