Skip to content

Commit 14c63a8

Browse files
authored
Merge pull request #6 from pudding0503/main
⭐️ Release v2.0.0
2 parents 98a6093 + 8e59bb0 commit 14c63a8

14 files changed

+2298
-791
lines changed

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use IntelliSense to learn about possible attributes.
33
// Hover to view descriptions of existing attributes.
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
56
{
67
"version": "0.2.0",
78
"configurations": [

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
## 2.0.0
2+
3+
+ Release new theme of pudding light aquarium 🎉
4+
+ Optimized all theme color schemes
5+
+ Update icon
6+
+ Customized tmTheme
7+
18
## 1.1.4
29

310
+ Optimized colors for macOS
411
+ Adjust selection background
5-
+ Adjust minimap background
12+
+ Adjust mini map background
613
+ Adjust highlight background
714

815
## 1.1.3

README.md

Lines changed: 46 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 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">
@@ -18,12 +18,12 @@
1818
</a>
1919
</p>
2020
<p align="center">
21-
<a href="README.zh-CN.md">简体中文</a> | <a href="README.md">English</a>
21+
<a href="https://github.com/bitcookies/pudding-vscode-theme/blob/main/README.zh-CN.md">简体中文</a> | <a href="https://github.com/bitcookies/pudding-vscode-theme/blob/main/README.md">English</a>
2222
</p>
2323

2424
## 1. Pudding Theme
2525

26-
The Visual Studio Code *Pudding Theme* currently comes in two colorways, a Light Theme and a Dark Theme.
26+
Visual Studio Code Pudding theme is constantly updated with a variety of color themes.
2727

2828
![screenshot](https://bitcookies.nousbuild.com/pudding-vscode-theme/screenshot-1.jpg)
2929

@@ -33,31 +33,59 @@ The Visual Studio Code *Pudding Theme* currently comes in two colorways, a Light
3333

3434
The color scheme of this theme comes from the original cartoon character, **Pudding**. The colors in the painted image of Pudding were extracted and then used to develop this pudding theme.
3535

36-
![screenshot](https://bitcookies.nousbuild.com/pudding-vscode-theme/screenshot-2.png)
37-
3836
Since this color scheme was originally intended for painting, there may be some problems with inappropriate colors when applied to program themes such as Visual Studio Code, and subsequent updates will be made to optimize and adjust the best style of the theme.
3937

40-
### 2.2 Suggestion
41-
42-
*Choosing a light theme during the day, and a dark theme at night* is not a good choice.
38+
### 2.2 Themes
4339

44-
The choice between light and dark themes does not depend on whether it is day or night, **but on the intensity of light in your current environment**.
45-
46-
Even at night, if you are in a bright environment, it is still recommended that you use a light color theme. Because in a bright environment, using a dark theme, your eyes will keep adjusting between the two brightnesses, which will easily cause eye fatigue.
40+
| Theme | Name |
41+
| :----------------------------------------------------------: | :--------------------: |
42+
| <img src="https://bitcookies.nousbuild.com/pudding-vscode-theme/screenshot-2.png" width="400px"> | Pudding Dark |
43+
| <img src="https://bitcookies.nousbuild.com/pudding-vscode-theme/screenshot-3.png" width="400px"> | Pudding Light |
44+
| <img src="https://bitcookies.nousbuild.com/pudding-vscode-theme/screenshot-4.png" width="400px"> | Pudding Light Aquarium |
4745

4846
## 3. Install
4947

5048
1. Go to [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=Bitcookies.pudding-vscode-theme).
5149
2. Click on the "Install" button.
52-
3. Then [select a theme](https://code.visualstudio.com/docs/getstarted/themes#_selecting-the-color-theme). Currently the following themes are available:
53-
54-
+ `Pudding Light`
50+
3. Then [select a theme](https://code.visualstudio.com/docs/getstarted/themes#_selecting-the-color-theme). Currently the following themes are available.
5551

56-
- `Pudding Dark`
52+
- Pudding Light
53+
- Pudding Light Aquarium
54+
- Pudding Dark
5755

5856
With the update of the pudding clothing stand, the future will launch more thematic color scheme.
5957

60-
## 4. Feedback
58+
## 4. Customized tmTheme
59+
60+
### 4.1 Select Color Sublime
61+
62+
Visit [Color Sublime](https://colorsublime.github.io) to pick your favorite tmTheme style and download it. After downloading, please delete the entire `<key>settings</key>` section at the beginning of the tmTheme file, as these settings will override the theme's color scheme.
63+
64+
Please delete the code at the beginning of the tmTheme file that looks like this.
65+
66+
```
67+
<dict>
68+
<key>settings</key>
69+
<dict>
70+
<key>background</key>
71+
<string>#222222</string>
72+
......
73+
......
74+
<key>invisibles</key>
75+
<string>#3b3a32</string>
76+
</dict>
77+
</dict>
78+
```
79+
80+
### 4.2 Replace Color Sublime
81+
82+
After Clone this code repository, put the modified tmTheme file into `themes/tmTheme/` directory, then find the theme color scheme json file you want to modify under `themes/`, open it and modify the tokenColors link at the bottom to introduce your tmTheme file.
83+
84+
```json
85+
"tokenColors": "./tmTheme/your.tmTheme"
86+
```
87+
88+
## 5. Feedback
6189

6290
The theme of the color scheme must still have a lot of shortcomings, if possible, you can give some feedback and comments here. Or, your favorite clothing apparel and colors, you can make suggestions for feedback:
6391

@@ -66,9 +94,7 @@ The theme of the color scheme must still have a lot of shortcomings, if possible
6694

6795
In the future I will also paint more characters clothing style, with the update of the pudding clothing stand, the future will launch more thematic color scheme.
6896

69-
## 5. Future Theme
70-
71-
We'll be releasing new plugin icons and more new color themes after `v2.0`, so stay tuned!
97+
## 6. Future Theme
7298

7399
Here are possible future theme color scheme illustrations.
74100

@@ -81,7 +107,7 @@ Here are possible future theme color scheme illustrations.
81107
| <img src="https://bitcookies.nousbuild.com/pudding-vscode-theme/2-giftbox.jpg" width="240px"> | Gift Box | [View](https://www.pixiv.net/artworks/95340507) | [View](https://www.behance.net/gallery/134497941/Gift-Box) |
82108
| <img src="https://bitcookies.nousbuild.com/pudding-vscode-theme/1-classroom.jpg" width="240px"> | Classroom | [View](https://www.pixiv.net/artworks/95340455) | [View](https://www.behance.net/gallery/134497441/Classroom) |
83109

84-
## 6. License
110+
## 7. License
85111

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

README.zh-CN.md

Lines changed: 51 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<img width="100px" src="https://bitcookies.nousbuild.com/pudding-vscode-theme/icon.png" align="center" alt="Pudding Icon" />
3-
<h2 align="center"></h2>
4-
<p align="center">布丁插画穿衣风格的 Visual Studio Code 主题</p>
3+
<h2 align="center">布丁 VSCode 主题</h2>
4+
<p align="center">布丁插画风格的 Visual Studio Code 主题</p>
55
</p>
66
<p align="center">
77
<a href="https://github.com/bitcookies/pudding-vscode-theme/releases">
@@ -17,15 +17,13 @@
1717
<img alt="Issues" src="https://img.shields.io/github/issues/bitcookies/pudding-vscode-theme?color=F48D73" />
1818
</a>
1919
</p>
20-
21-
2220
<p align="center">
23-
<a href="README.zh-CN.md">简体中文</a> | <a href="README.md">English</a>
21+
<a href="https://github.com/bitcookies/pudding-vscode-theme/blob/main/README.zh-CN.md">简体中文</a> | <a href="https://github.com/bitcookies/pudding-vscode-theme/blob/main/README.md">English</a>
2422
</p>
2523

2624
## 1. VSCode 布丁主题
2725

28-
Visual Studio Code 布丁主题目前共有两款配色,一款亮色主题,一款深色主题
26+
Visual Studio Code 布丁主题正在不断更新多款配色主题
2927

3028
![screenshot](https://bitcookies.nousbuild.com/pudding-vscode-theme/screenshot-1.jpg)
3129

@@ -35,27 +33,60 @@ Visual Studio Code 布丁主题目前共有两款配色,一款亮色主题,
3533

3634
此主题的配色方案,来自于原创的二次元人物 —— **布丁(Pudding)**。提取布丁绘画形象中的颜色,然后使用这些绘画配色开发了这款布丁主题。
3735

38-
![screenshot](https://bitcookies.nousbuild.com/pudding-vscode-theme/screenshot-2.png)
39-
4036
由于此配色最初是为了绘画,因此应用到 Visual Studio Code 等的程序主题中,可能存在一些颜色不合适的问题,后续将会不断进行更新优化,调整主题的最佳样式。
4137

42-
### 2.2 主题建议
43-
44-
“白天选择浅色主题,晚上选择深色主题”,这并不是一个好的选择。
38+
### 2.2 主题列表
4539

46-
浅色和深色主题的选择,不取决于白天还是晚上,**而取决于你当前所处环境的光线强度**
47-
48-
即使在夜间,如果你处于明亮的环境中,依然建议你使用浅色主题。因为在明亮环境中,使用深色主题,眼睛会不停在两种亮度下调整,容易造成眼睛的疲劳。
40+
| Theme | Name |
41+
| :----------------------------------------------------------: | :--------------------: |
42+
| <img src="https://bitcookies.nousbuild.com/pudding-vscode-theme/screenshot-2.png" width="400px"> | Pudding Dark |
43+
| <img src="https://bitcookies.nousbuild.com/pudding-vscode-theme/screenshot-3.png" width="400px"> | Pudding Light |
44+
| <img src="https://bitcookies.nousbuild.com/pudding-vscode-theme/screenshot-4.png" width="400px"> | Pudding Light Aquarium |
4945

5046
## 3. 安装
5147

5248
1. 转到 [VS 市场](https://marketplace.visualstudio.com/items?itemName=Bitcookies.pudding-vscode-theme)
5349
2. 单击 “安装” 按钮。
5450
3. 然后[选择一个主题](https://code.visualstudio.com/docs/getstarted/themes#_selecting-the-color-theme)。目前有以下主题可用:
55-
- `Pudding Light`
56-
- `Pudding Dark`
51+
- Pudding Light
52+
- Pudding Light Aquarium
53+
- Pudding Dark
54+
55+
随着布丁插画的不断更新,未来也会继续退出更多主题配色。
56+
57+
## 4. 自定义
58+
59+
主题配色很好看,但是语法高亮样式不太适合我,这该怎么办呢?从 `v2.0` 版本开始,你可以自定义语法高亮样式了。
5760

58-
## 4. 反馈
61+
### 4.1 挑选 Color Sublime
62+
63+
访问 [Color Sublime](https://colorsublime.github.io) 挑选自己喜欢的 tmTheme 样式并下载。下载完成后,请删除掉 tmTheme 文件开头的 `<key>settings</key>` 部分的全部内容,因为这些设置会覆盖掉主题的配色。
64+
65+
请删掉 tmTheme 文件开头形如这样的代码:
66+
67+
```
68+
<dict>
69+
<key>settings</key>
70+
<dict>
71+
<key>background</key>
72+
<string>#222222</string>
73+
......
74+
......
75+
<key>invisibles</key>
76+
<string>#3b3a32</string>
77+
</dict>
78+
</dict>
79+
```
80+
81+
### 4.2 替换 Color Sublime
82+
83+
Clone 此代码仓库后,将修改后的 tmTheme 文件放到 `themes/tmTheme/` 目录下,然后在 `themes/` 下找到你想要修改的主题配色 json 文件,打开后修改最底部的 tokenColors 链接,引入你的 tmTheme 文件即可。
84+
85+
```json
86+
"tokenColors": "./tmTheme/your.tmTheme"
87+
```
88+
89+
## 5. 反馈
5990

6091
主题的配色一定还会存在很多的不足,如果可以的话,您可以在此反馈一些建议和意见。或者是,你喜欢的衣装服饰和颜色,都可以进行建议反馈:
6192

@@ -64,9 +95,7 @@ Visual Studio Code 布丁主题目前共有两款配色,一款亮色主题,
6495

6596
未来我也会绘画更多的人物衣装样式,随着布丁衣装立绘的更新,未来会推出更多主题配色。
6697

67-
## 5. 未来的主题配色
68-
69-
我们将在 `v2.0` 后推出新的插件图标,以及更多新的配色主题,敬请期待!
98+
## 6. 未来的主题配色
7099

71100
下面是未来可能的主题配色插画:
72101

@@ -79,8 +108,8 @@ Visual Studio Code 布丁主题目前共有两款配色,一款亮色主题,
79108
| <img src="https://bitcookies.nousbuild.com/pudding-vscode-theme/2-giftbox.jpg" width="240px"> | 《礼物盒》 | [查看](https://www.pixiv.net/artworks/95340507) | [查看](https://www.behance.net/gallery/134497941/Gift-Box) |
80109
| <img src="https://bitcookies.nousbuild.com/pudding-vscode-theme/1-classroom.jpg" width="240px"> | 《课后教室》 | [查看](https://www.pixiv.net/artworks/95340455) | [查看](https://www.behance.net/gallery/134497441/Classroom) |
81110

82-
## 6. 许可
111+
## 7. 许可
83112

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

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

icon.png

219 KB
Loading

package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "pudding-vscode-theme",
33
"displayName": "Pudding Theme",
44
"description": "Pudding Color Theme for Visual Studio Code",
5-
"version": "1.1.4",
5+
"version": "2.0.0",
66
"preview": false,
77
"publisher": "Bitcookies",
88
"license": "MIT",
99
"icon": "icon.png",
1010
"galleryBanner": {
11-
"color": "#F7B6B7",
11+
"color": "#1e1e1e",
1212
"theme": "dark"
1313
},
1414
"repository": {
@@ -19,16 +19,18 @@
1919
"url": "https://github.com/bitcookies/pudding-vscode-theme/issues"
2020
},
2121
"engines": {
22-
"vscode": "^1.60.0"
22+
"vscode": "^1.69.2"
2323
},
2424
"categories": [
2525
"Themes"
2626
],
2727
"keywords": [
2828
"theme",
29-
"pudding",
30-
"light",
31-
"dark"
29+
"color-theme",
30+
"light-theme",
31+
"dark-theme",
32+
"pudding",
33+
"illustration"
3234
],
3335
"contributes": {
3436
"themes": [
@@ -37,6 +39,11 @@
3739
"uiTheme": "vs",
3840
"path": "./themes/pudding-light.json"
3941
},
42+
{
43+
"label": "Pudding Light Aquarium",
44+
"uiTheme": "vs",
45+
"path": "./themes/pudding-light-aquarium.json"
46+
},
4047
{
4148
"label": "Pudding Dark",
4249
"uiTheme": "vs-dark",

0 commit comments

Comments
 (0)