Skip to content

Commit

Permalink
Fixed flat theme debugging statusbar's hover background error #374
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed May 13, 2022
1 parent 65eb07a commit 5266dea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# CHANGELOG
## 3.13.27 | 2022.05.13
- Fixed flat theme debugging statusbar's hover background error [#374](https://github.com/Binaryify/OneDark-Pro/issues/374)

## 3.13.26 | 2022.05.12
- Improve flat theme debugging statusbar's background [#374](https://github.com/Binaryify/OneDark-Pro/issues/374)
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.13.26",
"version": "3.13.27",
"publisher": "zhuangtongfa",
"license": "MIT",
"bugs": {
Expand Down
1 change: 0 additions & 1 deletion src/themes/data/oneDarkProFlat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export default {
'statusBar.debuggingForeground': '#fff',
'statusBar.foreground': '#969aa4',
'statusBar.noFolderBackground': '#282c34',
'statusBarItem.hoverBackground': '#2c313a',
'statusBarItem.remoteBackground': '#282c34',
'statusBarItem.remoteForeground': '#969aa4',
"statusBarItem.warningBackground": "#282c34",
Expand Down
1 change: 0 additions & 1 deletion themes/OneDark-Pro-flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2183,7 +2183,6 @@
"statusBar.debuggingForeground": "#fff",
"statusBar.foreground": "#969aa4",
"statusBar.noFolderBackground": "#282c34",
"statusBarItem.hoverBackground": "#2c313a",
"statusBarItem.remoteBackground": "#282c34",
"statusBarItem.remoteForeground": "#969aa4",
"statusBarItem.warningBackground": "#282c34",
Expand Down

0 comments on commit 5266dea

Please sign in to comment.