Skip to content

Commit

Permalink
🎠 Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcookies committed Aug 3, 2022
1 parent f3c9a6d commit be6d3ce
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.1

+ Fixed the problem of inconsistent fontStyle color
+ Optimized tmTheme color

## 2.0.0

+ Release new theme of pudding light aquarium 🎉
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pudding-vscode-theme",
"displayName": "Pudding Theme",
"description": "Pudding Color Theme for Visual Studio Code",
"version": "2.0.0",
"version": "2.0.1",
"preview": false,
"publisher": "Bitcookies",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion themes/pudding-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"breadcrumbPicker.background": "#2B3036",

"editor.background": "#1B1C2B",
"editor.foreground": "#E1E4E8",
"editor.foreground": "#a3c1e8",

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

Expand Down
2 changes: 1 addition & 1 deletion themes/pudding-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"breadcrumbPicker.background": "#FAFBFC",

"editor.background": "#F9ECDD",
"editor.foreground": "#24292E",
"editor.foreground": "#A88809",

"editorWidget.background": "#F9CB7E90",

Expand Down
4 changes: 2 additions & 2 deletions themes/tmTheme/dark-bluedawn.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#ffffff</string>
<string>#FFF</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -183,7 +183,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFFFFF</string>
<string>#a3c1e8</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit be6d3ce

Please sign in to comment.