Skip to content

Commit 558ea2c

Browse files
committed
🖼 Update material
1 parent aadc8e6 commit 558ea2c

File tree

6 files changed

+19
-12
lines changed

6 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.1.3
2+
3+
+ The theme icon has been adjusted to use a transparent background
4+
+ `ver3` is under development and will optimize existing themes and bring new themes
5+
6+
## 2.1.2
7+
8+
+ Resolve application publishing issues in the Visual Studio Marketplace
9+
110
## 2.1.1
211

312
+ Adjust button color of pudding light theme

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<p align="center">
22
<img width="100px" src="https://bitcookies.nousbuild.com/pudding-vscode-theme/icon.png" align="center" alt="Pudding Icon" />
33
<h2 align="center">Pudding Theme</h2>
4-
<p align="center">A Pudding illustrations Color Theme for Visual Studio Code</p>
4+
<p align="center">A Pudding illustrations color theme for Visual Studio Code</p>
55
</p>
66
<p align="center">
77
<a href="https://github.com/bitcookies/pudding-vscode-theme/releases">
88
<img src="https://img.shields.io/github/v/release/bitcookies/pudding-vscode-theme?label=version" />
99
</a>
10-
<a href="https://marketplace.visualstudio.com/items?itemName=Bitcookies.pudding-vscode-theme">
11-
<img alt="Market" src="https://vsmarketplacebadges.dev/version-short/Bitcookies.pudding-vscode-theme.svg" />
12-
</a>
1310
<a href="https://github.com/bitcookies/pudding-vscode-theme/blob/main/LICENSE">
1411
<img alt="License" src="https://img.shields.io/github/license/Bitcookies/pudding-vscode-theme.svg" />
1512
</a>
@@ -97,6 +94,8 @@ In the future I will also paint more characters clothing style, with the update
9794

9895
## 6. Future Theme
9996

97+
`ver3` theme plugin is under development.
98+
10099
See more of my illustrations.
101100

102101
<a href="https://github.com/pudding0503/pudding-illustration">
@@ -107,4 +106,4 @@ See more of my illustrations.
107106

108107
The code is available under the [MIT license](https://github.com/bitcookies/winrar-keygen/blob/master/LICENSE), but not including characters.
109108

110-
Pudding character are copyrighted to the author: [Haoning Wu](https://github.com/pudding0503).
109+
Pudding character are copyrighted to the author: [ONing](https://github.com/pudding0503).

README.zh-CN.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
<a href="https://github.com/bitcookies/pudding-vscode-theme/releases">
88
<img src="https://img.shields.io/github/v/release/bitcookies/pudding-vscode-theme?label=version" />
99
</a>
10-
<a href="https://marketplace.visualstudio.com/items?itemName=Bitcookies.pudding-vscode-theme">
11-
<img alt="Market" src="https://vsmarketplacebadges.dev/version-short/Bitcookies.pudding-vscode-theme.svg" />
12-
</a>
1310
<a href="https://github.com/bitcookies/pudding-vscode-theme/blob/main/LICENSE">
1411
<img alt="License" src="https://img.shields.io/github/license/Bitcookies/pudding-vscode-theme.svg" />
1512
</a>
@@ -97,6 +94,8 @@ Clone 此代码仓库后,将修改后的 tmTheme 文件放到 `themes/tmTheme/
9794

9895
## 6. 未来的主题配色
9996

97+
`ver3` 版本主题正在完成中。
98+
10099
查看更多我的插画:
101100

102101
<a href="https://github.com/pudding0503/pudding-illustration">
@@ -107,4 +106,4 @@ Clone 此代码仓库后,将修改后的 tmTheme 文件放到 `themes/tmTheme/
107106

108107
主题代码使用 [MIT license](https://github.com/bitcookies/winrar-keygen/blob/master/LICENSE),但不包含立绘。
109108

110-
布丁人物立绘版权归作者所有:[Haoning Wu](https://github.com/pudding0503)
109+
布丁人物立绘版权归作者所有:[ONing](https://github.com/pudding0503)

icon.png

-1.02 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "pudding-vscode-theme",
33
"displayName": "Pudding Theme",
4-
"description": "Pudding Color Theme for Visual Studio Code",
5-
"version": "2.1.1",
4+
"description": "A Pudding illustrations color theme for Visual Studio Code.",
5+
"version": "2.1.3",
66
"preview": false,
77
"publisher": "Bitcookies",
88
"license": "MIT",

themes/pudding-light-aquarium.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"statusBar.background": "#0098D1",
102102
"statusBar.border": "#0098D1",
103103

104-
"statusBar.noFolderBackground": "#78DCEB",
104+
"statusBar.noFolderBackground": "#21B2D5",
105105
"statusBar.debuggingBackground": "#F9826C",
106106
"statusBar.debuggingForeground": "#FFF",
107107

0 commit comments

Comments
 (0)