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 7a7c7e3 commit 8de2c0c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.13.28 | 2022.05.13
## 3.13.29 | 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
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.28",
"version": "3.13.29",
"publisher": "zhuangtongfa",
"license": "MIT",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/themes/data/oneDarkPro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default {
'sideBarSectionHeader.foreground': '#abb2bf',
'statusBar.background': '#21252b',
'statusBar.debuggingBackground': '#cc6633',
'statusBar.debuggingBorder': '#66017a',
'statusBar.debuggingBorder': '#ff000000',
'statusBar.debuggingForeground': '#ffffff',
'statusBar.foreground': '#9da5b4',
'statusBar.noFolderBackground': '#21252b',
Expand Down
2 changes: 1 addition & 1 deletion src/themes/data/oneDarkProDarker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default {
'sideBarSectionHeader.foreground': '#abb2bf',
'statusBar.background': '#1e2227',
'statusBar.debuggingBackground': '#cc6633',
'statusBar.debuggingBorder': '#66017a',
'statusBar.debuggingBorder': '#ff000000',
'statusBar.debuggingForeground': '#ffffff',
'statusBar.foreground': '#9da5b4',
'statusBar.noFolderBackground': '#1e2227',
Expand Down
6 changes: 3 additions & 3 deletions src/themes/data/oneDarkProFlat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ export default {
'statusBar.background': '#282c34',
"statusBar.border": "#282c34",
'statusBar.debuggingBackground': '#cc6633',
'statusBar.debuggingBorder': '#282C34',
'statusBar.debuggingBorder': '#ff000000',
'statusBar.debuggingForeground': '#fff',
'statusBar.foreground': '#969aa4',
'statusBar.noFolderBackground': '#282c34',
'statusBarItem.remoteBackground': '#282c34',
'statusBarItem.remoteForeground': '#969aa4',
'statusBarItem.remoteBackground': '#ff000000',
'statusBarItem.remoteForeground': '#fff',
"statusBarItem.warningBackground": "#282c34",
"statusBarItem.warningForeground": "#b78853",
'tab.activeBackground': '#282c34',
Expand Down
2 changes: 1 addition & 1 deletion themes/OneDark-Pro-darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@
"sideBarSectionHeader.foreground": "#abb2bf",
"statusBar.background": "#1e2227",
"statusBar.debuggingBackground": "#cc6633",
"statusBar.debuggingBorder": "#66017a",
"statusBar.debuggingBorder": "#ff000000",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.foreground": "#9da5b4",
"statusBar.noFolderBackground": "#1e2227",
Expand Down
6 changes: 3 additions & 3 deletions themes/OneDark-Pro-flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2179,12 +2179,12 @@
"statusBar.background": "#282c34",
"statusBar.border": "#282c34",
"statusBar.debuggingBackground": "#cc6633",
"statusBar.debuggingBorder": "#282C34",
"statusBar.debuggingBorder": "#ff000000",
"statusBar.debuggingForeground": "#fff",
"statusBar.foreground": "#969aa4",
"statusBar.noFolderBackground": "#282c34",
"statusBarItem.remoteBackground": "#282c34",
"statusBarItem.remoteForeground": "#969aa4",
"statusBarItem.remoteBackground": "#ff000000",
"statusBarItem.remoteForeground": "#fff",
"statusBarItem.warningBackground": "#282c34",
"statusBarItem.warningForeground": "#b78853",
"tab.activeBackground": "#282c34",
Expand Down
2 changes: 1 addition & 1 deletion themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -2144,7 +2144,7 @@
"sideBarSectionHeader.foreground": "#abb2bf",
"statusBar.background": "#21252b",
"statusBar.debuggingBackground": "#cc6633",
"statusBar.debuggingBorder": "#66017a",
"statusBar.debuggingBorder": "#ff000000",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.foreground": "#9da5b4",
"statusBar.noFolderBackground": "#21252b",
Expand Down

0 comments on commit 8de2c0c

Please sign in to comment.