We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
statusBarColorControl
1 parent 18b6457 commit 49295a0Copy full SHA for 49295a0
src/statusBar.ts
@@ -149,11 +149,13 @@ class StatusBarImpl implements vscode.Disposable {
149
colorCustomizations['statusBar.background'] = background;
150
colorCustomizations['statusBar.noFolderBackground'] = background;
151
colorCustomizations['statusBar.debuggingBackground'] = background;
152
+ colorCustomizations['statusBarItem.prominentBackground'] = background;
153
}
154
155
if (foreground !== undefined) {
156
colorCustomizations['statusBar.foreground'] = foreground;
157
colorCustomizations['statusBar.debuggingForeground'] = foreground;
158
+ colorCustomizations['statusBarItem.prominentForeground'] = foreground;
159
160
161
if (currentColorCustomizations !== colorCustomizations) {
0 commit comments