Skip to content

Commit 58f5895

Browse files
committed
feat: update ITEM_COLOR_THEME_TOKEN to use statusBar.foreground
1 parent ef73447 commit 58f5895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const STATUS_BAR_PRIORITY = 100;
22
export const ITEM_TEXT = '$(lightbulb) Quickmock';
33
export const ITEM_TOOLTIP = 'Create new Quickmock wireframe';
4-
export const ITEM_COLOR_THEME_TOKEN = 'statusBarItem.prominentForeground';
4+
export const ITEM_COLOR_THEME_TOKEN = 'statusBar.foreground';

0 commit comments

Comments
 (0)