We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef73447 commit 58f5895Copy full SHA for 58f5895
1 file changed
packages/vscode-extension/src/status-bar/new-wireframe/new-wireframe.consts.ts
@@ -1,4 +1,4 @@
1
export const STATUS_BAR_PRIORITY = 100;
2
export const ITEM_TEXT = '$(lightbulb) Quickmock';
3
export const ITEM_TOOLTIP = 'Create new Quickmock wireframe';
4
-export const ITEM_COLOR_THEME_TOKEN = 'statusBarItem.prominentForeground';
+export const ITEM_COLOR_THEME_TOKEN = 'statusBar.foreground';
0 commit comments