mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Merge pull request #73054 from Microsoft/misolori/colors
Update statusBarItem.remoteBackground
This commit is contained in:
@@ -310,9 +310,9 @@ export const STATUS_BAR_PROMINENT_ITEM_HOVER_BACKGROUND = registerColor('statusB
|
||||
}, nls.localize('statusBarProminentItemHoverBackground', "Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window."));
|
||||
|
||||
export const STATUS_BAR_HOST_NAME_BACKGROUND = registerColor('statusBarItem.remoteBackground', {
|
||||
dark: '#C40057',
|
||||
light: '#C40057',
|
||||
hc: '#C40057'
|
||||
dark: '#16825D',
|
||||
light: '#16825D',
|
||||
hc: '#FFFFFF00'
|
||||
}, nls.localize('statusBarItemHostBackground', "Background color for the remote indicator on the status bar."));
|
||||
|
||||
export const STATUS_BAR_HOST_NAME_FOREGROUND = registerColor('statusBarItem.remoteForeground', {
|
||||
|
||||
Reference in New Issue
Block a user