diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ef8287..2fc4b595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # CHANGELOG -## 3.10.0 | 2021.04.03 +## 3.10.1 | 2021.04.03 - Make default theme sidebar more flat - Improve flat theme diff --git a/package.json b/package.json index 28c74593..32ce0ccf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "material-theme", "displayName": "One Dark Pro", "description": "Atom's iconic One Dark theme for Visual Studio Code", - "version": "3.10.0", + "version": "3.10.1", "publisher": "zhuangtongfa", "bugs": { "url": "https://github.com/Binaryify/OneDark-Pro/issues" diff --git a/src/themes/themeData.json b/src/themes/themeData.json index 17869311..f384666a 100644 --- a/src/themes/themeData.json +++ b/src/themes/themeData.json @@ -501,6 +501,7 @@ "peekViewEditor.background": "#1b1d23", "peekViewEditor.matchHighlightBackground": "#29244b", "peekViewResult.background": "#22262b", + "scrollbar.shadow": "#23252c", "scrollbarSlider.activeBackground": "#747d9180", "scrollbarSlider.background": "#4e566660", "scrollbarSlider.hoverBackground": "#5a637580", diff --git a/themes/OneDark-Pro.json b/themes/OneDark-Pro.json index b98046d6..662d2f12 100644 --- a/themes/OneDark-Pro.json +++ b/themes/OneDark-Pro.json @@ -1948,6 +1948,7 @@ "peekViewEditor.background": "#1b1d23", "peekViewEditor.matchHighlightBackground": "#29244b", "peekViewResult.background": "#22262b", + "scrollbar.shadow": "#23252c", "scrollbarSlider.activeBackground": "#747d9180", "scrollbarSlider.background": "#4e566660", "scrollbarSlider.hoverBackground": "#5a637580",