Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
v1.1.0 release
  • Loading branch information
bitcookies committed Nov 9, 2021
1 parent 136f45f commit 3c5e688
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
## 1.1.0
+ Add banner color
+ Adjust editorGroup drop background
+ Adjust activityBar badge background
+ Adjust activityBar inactiveForeground
+ Update README

## 1.0.9

+ Fix status bar color
+ Fix statusBar color
+ Fix editor widget color

## 1.0.8

+ Adjust scrollbar slider color
+ Adjust scrollBar slider color

## 1.0.7

+ Adjust button color
+ Adjust minimap background
+ Adjust editor.selection color
+ Adjust editor selection color
+ Adjust panel background
+ Adjust textLink color

Expand All @@ -28,7 +35,7 @@

## 1.0.4

+ Fix the color setting of `statusBar`
+ Fix statusBar color
+ Update README

## 1.0.3
Expand All @@ -43,7 +50,6 @@
## 1.0.1

- Fix missing color error
- Modify Gallery Banner color

## 1.0.0

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": "1.0.9",
"version": "1.1.0",
"preview": false,
"publisher": "Bitcookies",
"license": "MIT",
Expand Down
8 changes: 6 additions & 2 deletions themes/pudding-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"activityBar.inactiveForeground": "#F9CB7E",
"activityBar.background": "#434260",
"activityBarBadge.foreground": "#434260",
"activityBarBadge.background": "#F9CB7E",
"activityBarBadge.background": "#F7B6B7",
"activityBar.activeBorder": "#F9826C",
"activityBar.border": "#313549",

Expand All @@ -72,6 +72,10 @@

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

"banner.background": "#1B1C2B",
"banner.foreground": "#EFEFEF",
"banner.iconForeground": "#4794DE",

"notificationCenterHeader.foreground": "#959DA5",
"notificationCenterHeader.background": "#24292E",
"notifications.foreground": "#E1E4E8",
Expand All @@ -97,7 +101,7 @@
"editorGroupHeader.tabsBackground": "#434260",
"editorGroupHeader.tabsBorder": "#313549",
"editorGroup.border": "#313549",
"editorGroup.dropBackground": "#A2DF9450",
"editorGroup.dropBackground": "#EDC89F50",

"tab.activeForeground": "#E1E4E8",
"tab.inactiveForeground": "#959DA5",
Expand Down
8 changes: 6 additions & 2 deletions themes/pudding-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"titleBar.border": "#A88E71",

"activityBar.foreground": "#744128",
"activityBar.inactiveForeground": "#F9CB7E",
"activityBar.inactiveForeground": "#FCEF94",
"activityBar.background": "#DC975A",
"activityBarBadge.foreground": "#FDF0E9",
"activityBarBadge.background": "#434260",
Expand All @@ -71,6 +71,10 @@
"list.focusBackground": "#CCE5FF",

"tree.indentGuidesStroke": "#A88E71",

"banner.background": "#56516D",
"banner.foreground": "#EFEFEF",
"banner.iconForeground": "#F7B6B7",

"notificationCenterHeader.foreground": "#6A737D",
"notificationCenterHeader.background": "#A88E71",
Expand All @@ -97,7 +101,7 @@
"editorGroupHeader.tabsBackground": "#EDC89F",
"editorGroupHeader.tabsBorder": "#A88E71",
"editorGroup.border": "#A88E71",
"editorGroup.dropBackground": "#A2DF9450",
"editorGroup.dropBackground": "#43426040",

"tab.activeForeground": "#55403D",
"tab.inactiveForeground": "#6A737D",
Expand Down

0 comments on commit 3c5e688

Please sign in to comment.