mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 05fc61ffb1aee9fd19173c32113daed079f9b7bd (#5074)
* Merge from vscode 05fc61ffb1aee9fd19173c32113daed079f9b7bd * fix tests
This commit is contained in:
@@ -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 host indicator 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', "Foreground color for the host indicator on the status bar."));
|
||||
|
||||
|
||||
// < --- Activity Bar --- >
|
||||
|
||||
Reference in New Issue
Block a user