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.
1 parent 4fe2ec1 commit 5d85eaeCopy full SHA for 5d85eae
Extension/src/LanguageServer/ui.ts
@@ -43,7 +43,7 @@ export class UI {
43
this.browseEngineStatusBarItem = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Right, 0);
44
this.browseEngineStatusBarItem.text = "";
45
this.browseEngineStatusBarItem.tooltip = "Discovering files...";
46
- this.browseEngineStatusBarItem.color = "White";
+ this.browseEngineStatusBarItem.color = new vscode.ThemeColor("statusBar.foreground");
47
this.browseEngineStatusBarItem.command = "C_Cpp.ShowParsingCommands";
48
this.ShowDBIcon = true;
49
}
0 commit comments