diff --git a/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts b/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts index cb45dbc86de..96e05ddd19e 100644 --- a/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts +++ b/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts @@ -44,7 +44,7 @@ export class StatusBarColorProvider implements IWorkbenchContribution { if (enabled) { this.disposable = this.statusbarService.overrideStyle({ - priority: 100, + priority: 10, foreground: STATUS_BAR_DEBUGGING_FOREGROUND, background: STATUS_BAR_DEBUGGING_BACKGROUND, border: STATUS_BAR_DEBUGGING_BORDER, diff --git a/src/vs/workbench/contrib/offline/browser/offline.contribution.ts b/src/vs/workbench/contrib/offline/browser/offline.contribution.ts index dd29969ef00..3ac81f9b059 100644 --- a/src/vs/workbench/contrib/offline/browser/offline.contribution.ts +++ b/src/vs/workbench/contrib/offline/browser/offline.contribution.ts @@ -47,7 +47,7 @@ export class OfflineStatusBarController implements IWorkbenchContribution { if (enabled) { this.disposable = combinedDisposable( this.statusbarService.overrideStyle({ - priority: 10, + priority: 100, foreground: STATUS_BAR_OFFLINE_FOREGROUND, background: STATUS_BAR_OFFLINE_BACKGROUND, border: STATUS_BAR_OFFLINE_BORDER,