diff --git a/src/statusBar.ts b/src/statusBar.ts index 66962988db8..2e11bb6f607 100644 --- a/src/statusBar.ts +++ b/src/statusBar.ts @@ -149,11 +149,13 @@ class StatusBarImpl implements vscode.Disposable { colorCustomizations['statusBar.background'] = background; colorCustomizations['statusBar.noFolderBackground'] = background; colorCustomizations['statusBar.debuggingBackground'] = background; + colorCustomizations['statusBarItem.prominentBackground'] = background; } if (foreground !== undefined) { colorCustomizations['statusBar.foreground'] = foreground; colorCustomizations['statusBar.debuggingForeground'] = foreground; + colorCustomizations['statusBarItem.prominentForeground'] = foreground; } if (currentColorCustomizations !== colorCustomizations) {