提交 ea743f51 编写于 作者: M Martin Aeschlimann

add STATUS_BAR_HOST_NAME_FOREGROUND

上级 3e232d47
......@@ -313,7 +313,13 @@ export const STATUS_BAR_HOST_NAME_BACKGROUND = registerColor('statusBarItem.host
dark: STATUS_BAR_PROMINENT_ITEM_BACKGROUND,
light: STATUS_BAR_PROMINENT_ITEM_BACKGROUND,
hc: STATUS_BAR_PROMINENT_ITEM_BACKGROUND
}, nls.localize('statusBarItemHostBackground', "Background color for the remote host name on the status bar."));
}, nls.localize('statusBarItemHostBackground', "Background color for the remote indiciator on the status bar."));
export const STATUS_BAR_HOST_NAME_FOREGROUND = registerColor('statusBarItem.hostForeground', {
dark: STATUS_BAR_PROMINENT_ITEM_FOREGROUND,
light: STATUS_BAR_PROMINENT_ITEM_FOREGROUND,
hc: STATUS_BAR_PROMINENT_ITEM_FOREGROUND
}, nls.localize('statusBarItemHostForeground', "Foregorund color for the host indiciator on the status bar."));
// < --- Activity Bar --- >
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册