Skip to content

Commit aadc8e6

Browse files
committed
🌼 Release v2.1.1
1 parent 7a5297d commit aadc8e6

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1
2+
3+
+ Adjust button color of pudding light theme
4+
15
## 2.1.0
26

37
+ Replace the new icon

‎LICENSE‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Bit Cookies
3+
Copyright (c) 2023 Bitcookies
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎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": "2.1.0",
5+
"version": "2.1.1",
66
"preview": false,
77
"publisher": "Bitcookies",
88
"license": "MIT",

‎themes/pudding-light.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"textPreformat.foreground": "#586069",
1515
"textSeparator.foreground": "#D1D5DA",
1616

17-
"button.background": "#434260",
17+
"button.background": "#744128",
1818
"button.foreground": "#FAFBFC",
1919
"button.hoverBackground": "#313549",
2020
"button.secondaryForeground": "#1B1F23",
@@ -151,17 +151,17 @@
151151
"editor.selectionHighlightBackground": "#DB8E5140",
152152
"editor.selectionHighlightBorder": "#DB8E5100",
153153

154-
"editor.wordHighlightBackground": "#43426000",
155-
"editor.wordHighlightStrongBackground": "#43426000",
154+
"editor.wordHighlightBackground": "#74412800",
155+
"editor.wordHighlightStrongBackground": "#74412800",
156156
"editor.wordHighlightBorder": "#24943e99",
157157
"editor.wordHighlightStrongBorder": "#24943e50",
158-
"editorBracketMatch.background": "#43426040",
159-
"editorBracketMatch.border": "#43426000",
158+
"editorBracketMatch.background": "#74412840",
159+
"editorBracketMatch.border": "#74412800",
160160
"editorGutter.modifiedBackground": "#2188FF",
161161
"editorGutter.addedBackground": "#28A745",
162162
"editorGutter.deletedBackground": "#D73A49",
163163

164-
"diffEditor.insertedTextBackground": "#43426022",
164+
"diffEditor.insertedTextBackground": "#74412822",
165165
"diffEditor.removedTextBackground": "#D73A4922",
166166

167167
"scrollbar.shadow": "#74412830",

0 commit comments

Comments
 (0)