From ea743f51f1086abd1505b62437d36ef7fa36c6bc Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Tue, 16 Apr 2019 17:08:38 +0200 Subject: [PATCH] add STATUS_BAR_HOST_NAME_FOREGROUND --- src/vs/workbench/common/theme.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/vs/workbench/common/theme.ts b/src/vs/workbench/common/theme.ts index ee256d4e978..47191beb527 100644 --- a/src/vs/workbench/common/theme.ts +++ b/src/vs/workbench/common/theme.ts @@ -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 --- > -- GitLab