From 3217b8a2ee7bed24fa4c973d47c6b96241425953 Mon Sep 17 00:00:00 2001 From: houfeng Date: Mon, 20 Jan 2025 16:53:05 +0800 Subject: [PATCH] Update statusBar.ts --- src/statusBar.ts | 2 ++ 1 file changed, 2 insertions(+) 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) {