Skip to content

Commit 3c5e688

Browse files
committed
v1.1.0
v1.1.0 release
1 parent 136f45f commit 3c5e688

File tree

4 files changed

+24
-10
lines changed

4 files changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1+
## 1.1.0
2+
+ Add banner color
3+
+ Adjust editorGroup drop background
4+
+ Adjust activityBar badge background
5+
+ Adjust activityBar inactiveForeground
6+
+ Update README
7+
18
## 1.0.9
29

3-
+ Fix status bar color
10+
+ Fix statusBar color
411
+ Fix editor widget color
512

613
## 1.0.8
714

8-
+ Adjust scrollbar slider color
15+
+ Adjust scrollBar slider color
916

1017
## 1.0.7
1118

1219
+ Adjust button color
1320
+ Adjust minimap background
14-
+ Adjust editor.selection color
21+
+ Adjust editor selection color
1522
+ Adjust panel background
1623
+ Adjust textLink color
1724

@@ -28,7 +35,7 @@
2835

2936
## 1.0.4
3037

31-
+ Fix the color setting of `statusBar`
38+
+ Fix statusBar color
3239
+ Update README
3340

3441
## 1.0.3
@@ -43,7 +50,6 @@
4350
## 1.0.1
4451

4552
- Fix missing color error
46-
- Modify Gallery Banner color
4753

4854
## 1.0.0
4955

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": "1.0.9",
5+
"version": "1.1.0",
66
"preview": false,
77
"publisher": "Bitcookies",
88
"license": "MIT",

themes/pudding-dark.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"activityBar.inactiveForeground": "#F9CB7E",
5050
"activityBar.background": "#434260",
5151
"activityBarBadge.foreground": "#434260",
52-
"activityBarBadge.background": "#F9CB7E",
52+
"activityBarBadge.background": "#F7B6B7",
5353
"activityBar.activeBorder": "#F9826C",
5454
"activityBar.border": "#313549",
5555

@@ -72,6 +72,10 @@
7272

7373
"tree.indentGuidesStroke": "#2F363D",
7474

75+
"banner.background": "#1B1C2B",
76+
"banner.foreground": "#EFEFEF",
77+
"banner.iconForeground": "#4794DE",
78+
7579
"notificationCenterHeader.foreground": "#959DA5",
7680
"notificationCenterHeader.background": "#24292E",
7781
"notifications.foreground": "#E1E4E8",
@@ -97,7 +101,7 @@
97101
"editorGroupHeader.tabsBackground": "#434260",
98102
"editorGroupHeader.tabsBorder": "#313549",
99103
"editorGroup.border": "#313549",
100-
"editorGroup.dropBackground": "#A2DF9450",
104+
"editorGroup.dropBackground": "#EDC89F50",
101105

102106
"tab.activeForeground": "#E1E4E8",
103107
"tab.inactiveForeground": "#959DA5",

themes/pudding-light.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"titleBar.border": "#A88E71",
4747

4848
"activityBar.foreground": "#744128",
49-
"activityBar.inactiveForeground": "#F9CB7E",
49+
"activityBar.inactiveForeground": "#FCEF94",
5050
"activityBar.background": "#DC975A",
5151
"activityBarBadge.foreground": "#FDF0E9",
5252
"activityBarBadge.background": "#434260",
@@ -71,6 +71,10 @@
7171
"list.focusBackground": "#CCE5FF",
7272

7373
"tree.indentGuidesStroke": "#A88E71",
74+
75+
"banner.background": "#56516D",
76+
"banner.foreground": "#EFEFEF",
77+
"banner.iconForeground": "#F7B6B7",
7478

7579
"notificationCenterHeader.foreground": "#6A737D",
7680
"notificationCenterHeader.background": "#A88E71",
@@ -97,7 +101,7 @@
97101
"editorGroupHeader.tabsBackground": "#EDC89F",
98102
"editorGroupHeader.tabsBorder": "#A88E71",
99103
"editorGroup.border": "#A88E71",
100-
"editorGroup.dropBackground": "#A2DF9450",
104+
"editorGroup.dropBackground": "#43426040",
101105

102106
"tab.activeForeground": "#55403D",
103107
"tab.inactiveForeground": "#6A737D",

0 commit comments

Comments
 (0)