Skip to content

Commit be6d3ce

Browse files
committed
🎠 Release v2.0.1
1 parent f3c9a6d commit be6d3ce

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.1
2+
3+
+ Fixed the problem of inconsistent fontStyle color
4+
+ Optimized tmTheme color
5+
16
## 2.0.0
27

38
+ Release new theme of pudding light aquarium 🎉

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pudding-vscode-theme",
33
"displayName": "Pudding Theme",
44
"description": "Pudding Color Theme for Visual Studio Code",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"preview": false,
77
"publisher": "Bitcookies",
88
"license": "MIT",

‎themes/pudding-dark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"breadcrumbPicker.background": "#2B3036",
124124

125125
"editor.background": "#1B1C2B",
126-
"editor.foreground": "#E1E4E8",
126+
"editor.foreground": "#a3c1e8",
127127

128128
"editorWidget.background": "#2B3036",
129129

‎themes/pudding-light.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"breadcrumbPicker.background": "#FAFBFC",
124124

125125
"editor.background": "#F9ECDD",
126-
"editor.foreground": "#24292E",
126+
"editor.foreground": "#A88809",
127127

128128
"editorWidget.background": "#F9CB7E90",
129129

‎themes/tmTheme/dark-bluedawn.tmTheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
105105
<key>fontStyle</key>
106106
<string></string>
107107
<key>foreground</key>
108-
<string>#ffffff</string>
108+
<string>#FFF</string>
109109
</dict>
110110
</dict>
111111
<dict>
@@ -183,7 +183,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
183183
<key>fontStyle</key>
184184
<string></string>
185185
<key>foreground</key>
186-
<string>#FFFFFF</string>
186+
<string>#a3c1e8</string>
187187
</dict>
188188
</dict>
189189
<dict>

0 commit comments

Comments
 (0)