Skip to content

Commit

Permalink
fix highlight error
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Apr 3, 2021
1 parent c323e85 commit 27d2f7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "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"
Expand Down
1 change: 1 addition & 0 deletions src/themes/themeData.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 27d2f7f

Please sign in to comment.