Skip to content

Commit 44dc84c

Browse files
committed
🪐 Release v2.0.3
1 parent 211db41 commit 44dc84c

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.3
2+
3+
+ Adjust list focus outline color
4+
+ Adjust editor widget and line highlight background of pudding dark theme
5+
+ Adjust breadcrumb picker background of pudding dark theme
6+
17
## 2.0.2
28

39
+ Fixed the problem of notifications background color

package.json

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

themes/pudding-dark.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
"list.activeSelectionForeground": "#E1E4E8",
7272
"list.inactiveFocusBackground": "#1d2d3e",
7373
"list.focusBackground": "#044289",
74+
"list.focusOutline": "#4E3E65",
75+
"list.focusAndSelectionOutline": "#4E3E65",
7476

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

@@ -122,16 +124,16 @@
122124
"breadcrumb.foreground": "#959DA5",
123125
"breadcrumb.focusForeground": "#E1E4E8",
124126
"breadcrumb.activeSelectionForeground": "#D0D2DA",
125-
"breadcrumbPicker.background": "#2B3036",
127+
"breadcrumbPicker.background": "#313549",
126128

127129
"editor.background": "#1B1C2B",
128130
"editor.foreground": "#a3c1e8",
129131

130-
"editorWidget.background": "#2B3036",
132+
"editorWidget.background": "#313549",
131133

132134
"editor.foldBackground": "#58606915",
133135

134-
"editor.lineHighlightBackground": "#2B3036",
136+
"editor.lineHighlightBackground": "#313549",
135137
"editorLineNumber.foreground": "#444D56",
136138
"editorLineNumber.activeForeground": "#E1E4E8",
137139
"editorIndentGuide.background": "#2F363D",
@@ -215,7 +217,7 @@
215217
"gitDecoration.ignoredResourceForeground": "#6A737D",
216218
"gitDecoration.conflictingResourceForeground": "#FFAB70",
217219
"gitDecoration.submoduleResourceForeground": "#6A737D",
218-
"debugToolBar.background": "#2B3036",
220+
"debugToolBar.background": "#313549",
219221
"editor.stackFrameHighlightBackground": "#C6902625",
220222
"editor.focusedStackFrameHighlightBackground": "#2b6a3033",
221223
"settings.headerForeground": "#E1E4E8",

themes/pudding-light-aquarium.json

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
"list.activeSelectionBackground": "#78DCEB",
7272
"list.inactiveFocusBackground": "#DBEDFF",
7373
"list.focusBackground": "#81E5F4",
74+
"list.focusOutline": "#686D97",
75+
"list.focusAndSelectionOutline": "#686D97",
7476

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

themes/pudding-light.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@
6666
"list.hoverForeground": "#2F363D",
6767
"list.inactiveSelectionForeground": "#2F363D",
6868
"list.activeSelectionBackground": "#E5D4C5",
69-
"list.hoverBackground": "#E59B6060",
70-
"list.inactiveSelectionBackground": "#E59B6098",
69+
"list.hoverBackground": "#E59B6070",
70+
"list.inactiveSelectionBackground": "#E59B60B0",
7171
"list.activeSelectionForeground": "#2F363D",
7272
"list.inactiveFocusBackground": "#DBEDFF",
7373
"list.focusBackground": "#CCE5FF",
74+
"list.focusOutline": "#5F6F65",
75+
"list.focusAndSelectionOutline": "#5F6F65",
7476

7577
"tree.indentGuidesStroke": "#E59B60",
7678

0 commit comments

Comments
 (0)