From 8de2c0c1848ccc414b4333f524bfd983c23224e5 Mon Sep 17 00:00:00 2001 From: binaryify Date: Fri, 13 May 2022 10:12:17 +0800 Subject: [PATCH] Fixed flat theme debugging statusbar's hover background error #374 --- CHANGELOG.md | 2 +- package.json | 2 +- src/themes/data/oneDarkPro.ts | 2 +- src/themes/data/oneDarkProDarker.ts | 2 +- src/themes/data/oneDarkProFlat.ts | 6 +++--- themes/OneDark-Pro-darker.json | 2 +- themes/OneDark-Pro-flat.json | 6 +++--- themes/OneDark-Pro.json | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 057dce21..a47cbeb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e48bf487..822bb81e 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.13.28", + "version": "3.13.29", "publisher": "zhuangtongfa", "license": "MIT", "bugs": { diff --git a/src/themes/data/oneDarkPro.ts b/src/themes/data/oneDarkPro.ts index 1db7c730..ce02318e 100644 --- a/src/themes/data/oneDarkPro.ts +++ b/src/themes/data/oneDarkPro.ts @@ -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', diff --git a/src/themes/data/oneDarkProDarker.ts b/src/themes/data/oneDarkProDarker.ts index dfd120e1..2e296c08 100644 --- a/src/themes/data/oneDarkProDarker.ts +++ b/src/themes/data/oneDarkProDarker.ts @@ -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', diff --git a/src/themes/data/oneDarkProFlat.ts b/src/themes/data/oneDarkProFlat.ts index 875a43ca..be2f4cd0 100644 --- a/src/themes/data/oneDarkProFlat.ts +++ b/src/themes/data/oneDarkProFlat.ts @@ -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', diff --git a/themes/OneDark-Pro-darker.json b/themes/OneDark-Pro-darker.json index 3e25a3ee..1792c214 100644 --- a/themes/OneDark-Pro-darker.json +++ b/themes/OneDark-Pro-darker.json @@ -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", diff --git a/themes/OneDark-Pro-flat.json b/themes/OneDark-Pro-flat.json index d9820893..4834107b 100644 --- a/themes/OneDark-Pro-flat.json +++ b/themes/OneDark-Pro-flat.json @@ -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", diff --git a/themes/OneDark-Pro.json b/themes/OneDark-Pro.json index abc6684e..13f68ee8 100644 --- a/themes/OneDark-Pro.json +++ b/themes/OneDark-Pro.json @@ -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",