Skip to content

Commit 69f3273

Browse files
committed
🏮 Release v3.1.3
1 parent 60de5fe commit 69f3273

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7+
## 3.1.3
8+
9+
+ Adjusted editor fold background in Light themes for better visual integration
10+
+ Adjusted `tmTheme` highlight foreground color
11+
712
## 3.1.2
813

914
+ Further refined semantic token color consistency across all themes

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": "A Pudding-inspired illustration color theme for Visual Studio Code.",
5-
"version": "3.1.2",
5+
"version": "3.1.3",
66
"preview": false,
77
"publisher": "Bitcookies",
88
"license": "MIT",

themes/pudding-light.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"input.placeholderForeground": "#55403D",
4040

4141
"badge.foreground": "#C4534C",
42-
"badge.background": "#FFCEC7",
42+
"badge.background": "#E8D34D",
4343

4444
"progressBar.background": "#F9CB7E",
4545

@@ -54,7 +54,7 @@
5454
"activityBar.background": "#DC975A",
5555

5656
"activityBarBadge.background": "#C4534C",
57-
"activityBarBadge.foreground": "#FFCEC7",
57+
"activityBarBadge.foreground": "#E8D34D",
5858

5959
"activityBar.activeBorder": "#EFDB59",
6060
"activityBar.border": "#E59B60",

themes/tmTheme/light-butterfly.tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
<key>fontStyle</key>
251251
<string></string>
252252
<key>foreground</key>
253-
<string>#f6f6f6</string>
253+
<string>#3c0100</string>
254254
</dict>
255255
</dict>
256256
<dict>

0 commit comments

Comments
 (0)