Skip to content

Commit

Permalink
🪐 Release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcookies committed Oct 8, 2022
1 parent 211db41 commit 44dc84c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.3

+ Adjust list focus outline color
+ Adjust editor widget and line highlight background of pudding dark theme
+ Adjust breadcrumb picker background of pudding dark theme

## 2.0.2

+ Fixed the problem of notifications background color
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.2",
"version": "2.0.3",
"preview": false,
"publisher": "Bitcookies",
"license": "MIT",
Expand Down
10 changes: 6 additions & 4 deletions themes/pudding-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
"list.activeSelectionForeground": "#E1E4E8",
"list.inactiveFocusBackground": "#1d2d3e",
"list.focusBackground": "#044289",
"list.focusOutline": "#4E3E65",
"list.focusAndSelectionOutline": "#4E3E65",

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

Expand Down Expand Up @@ -122,16 +124,16 @@
"breadcrumb.foreground": "#959DA5",
"breadcrumb.focusForeground": "#E1E4E8",
"breadcrumb.activeSelectionForeground": "#D0D2DA",
"breadcrumbPicker.background": "#2B3036",
"breadcrumbPicker.background": "#313549",

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

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

"editor.foldBackground": "#58606915",

"editor.lineHighlightBackground": "#2B3036",
"editor.lineHighlightBackground": "#313549",
"editorLineNumber.foreground": "#444D56",
"editorLineNumber.activeForeground": "#E1E4E8",
"editorIndentGuide.background": "#2F363D",
Expand Down Expand Up @@ -215,7 +217,7 @@
"gitDecoration.ignoredResourceForeground": "#6A737D",
"gitDecoration.conflictingResourceForeground": "#FFAB70",
"gitDecoration.submoduleResourceForeground": "#6A737D",
"debugToolBar.background": "#2B3036",
"debugToolBar.background": "#313549",
"editor.stackFrameHighlightBackground": "#C6902625",
"editor.focusedStackFrameHighlightBackground": "#2b6a3033",
"settings.headerForeground": "#E1E4E8",
Expand Down
2 changes: 2 additions & 0 deletions themes/pudding-light-aquarium.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
"list.activeSelectionBackground": "#78DCEB",
"list.inactiveFocusBackground": "#DBEDFF",
"list.focusBackground": "#81E5F4",
"list.focusOutline": "#686D97",
"list.focusAndSelectionOutline": "#686D97",

"tree.indentGuidesStroke": "#303B73",

Expand Down
6 changes: 4 additions & 2 deletions themes/pudding-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@
"list.hoverForeground": "#2F363D",
"list.inactiveSelectionForeground": "#2F363D",
"list.activeSelectionBackground": "#E5D4C5",
"list.hoverBackground": "#E59B6060",
"list.inactiveSelectionBackground": "#E59B6098",
"list.hoverBackground": "#E59B6070",
"list.inactiveSelectionBackground": "#E59B60B0",
"list.activeSelectionForeground": "#2F363D",
"list.inactiveFocusBackground": "#DBEDFF",
"list.focusBackground": "#CCE5FF",
"list.focusOutline": "#5F6F65",
"list.focusAndSelectionOutline": "#5F6F65",

"tree.indentGuidesStroke": "#E59B60",

Expand Down

0 comments on commit 44dc84c

Please sign in to comment.