You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,31 +33,59 @@ The Visual Studio Code *Pudding Theme* currently comes in two colorways, a Light
33
33
34
34
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.
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.
39
37
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
43
39
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.
1. Go to [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=Bitcookies.pudding-vscode-theme).
51
49
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.
55
51
56
-
-`Pudding Dark`
52
+
- Pudding Light
53
+
- Pudding Light Aquarium
54
+
- Pudding Dark
57
55
58
56
With the update of the pudding clothing stand, the future will launch more thematic color scheme.
59
57
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
61
89
62
90
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:
63
91
@@ -66,9 +94,7 @@ The theme of the color scheme must still have a lot of shortcomings, if possible
66
94
67
95
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.
68
96
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
72
98
73
99
Here are possible future theme color scheme illustrations.
74
100
@@ -81,7 +107,7 @@ Here are possible future theme color scheme illustrations.
81
107
| <imgsrc="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)|
0 commit comments