Skip to content

Commit 888c527

Browse files
committed
v1.1.1
adjust scrollbar slider background
1 parent 5ae29a1 commit 888c527

File tree

6 files changed

+5
-2
lines changed

6 files changed

+5
-2
lines changed

.vs/pudding-vscode-theme/v17/.suo

13 KB
Binary file not shown.

.vs/slnx.sqlite

88 KB
Binary file not shown.

.vs/slnx.sqlite-journal

20.5 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.1
2+
+ Adjust scrollbar slider background
3+
14
## 1.1.0
25
+ Add banner color
36
+ Adjust editorGroup drop background

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

themes/pudding-dark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"diffEditor.removedTextBackground": "#d73a4930",
159159

160160
"scrollbar.shadow": "#0008",
161-
"scrollbarSlider.background": "#31354966",
161+
"scrollbarSlider.background": "#313549EA",
162162
"scrollbarSlider.hoverBackground": "#31354980",
163163
"scrollbarSlider.activeBackground": "#31354988",
164164

0 commit comments

Comments
 (0)