Skip to content

Commit 9349443

Browse files
committed
v1.0.9
v1.0.9 release
1 parent 8baddd7 commit 9349443

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.9
2+
3+
+ Fix status bar color
4+
+ Fix editor widget color
5+
16
## 1.0.8
27

38
+ Adjust scrollbar slider color

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

themes/pudding-dark.json

Lines changed: 6 additions & 4 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": "#F7B6B7",
52+
"activityBarBadge.background": "#F9CB7E",
5353
"activityBar.activeBorder": "#F9826C",
5454
"activityBar.border": "#313549",
5555

@@ -87,12 +87,12 @@
8787
"quickInput.foreground": "#E1E4E8",
8888

8989
"statusBar.foreground": "#D0D2DA",
90-
"statusBar.background": "#24292E",
90+
"statusBar.background": "#434260",
9191
"statusBar.border": "#313549",
92-
"statusBar.noFolderBackground": "#24292E",
92+
"statusBar.noFolderBackground": "#434260",
9393
"statusBar.debuggingBackground": "#931C06",
9494
"statusBar.debuggingForeground": "#FFF",
95-
"statusBarItem.prominentBackground": "#282E34",
95+
"statusBarItem.prominentBackground": "#313549",
9696

9797
"editorGroupHeader.tabsBackground": "#434260",
9898
"editorGroupHeader.tabsBorder": "#313549",
@@ -118,7 +118,9 @@
118118

119119
"editor.foreground": "#E1E4E8",
120120
"editor.background": "#1B1C2B",
121+
121122
"editorWidget.background": "#1F2428",
123+
122124
"editor.foldBackground": "#58606915",
123125
"editor.lineHighlightBackground": "#2B3036",
124126
"editorLineNumber.foreground": "#444D56",

themes/pudding-light.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"statusBar.noFolderBackground": "#434260",
9393
"statusBar.debuggingBackground": "#F9826C",
9494
"statusBar.debuggingForeground": "#FFF",
95-
"statusBarItem.prominentBackground": "#e8eaed",
95+
"statusBarItem.prominentBackground": "#313549",
9696

9797
"editorGroupHeader.tabsBackground": "#EDC89F",
9898
"editorGroupHeader.tabsBorder": "#A88E71",
@@ -118,7 +118,9 @@
118118

119119
"editor.foreground": "#24292E",
120120
"editor.background": "#F9ECDD",
121-
"editorWidget.background": "#DB8E5280",
121+
122+
"editorWidget.background": "#F9CB7E",
123+
122124
"editor.foldBackground": "#1B1F2311",
123125
"editor.lineHighlightBackground": "#F9CB7E80",
124126
"editorLineNumber.foreground": "#1B1F234D",

0 commit comments

Comments
 (0)