Skip to content

Commit 071a5cf

Browse files
author
Miguel Solorio
authored
Merge pull request microsoft#73054 from Microsoft/misolori/colors
Update statusBarItem.remoteBackground
2 parents 76a069d + 70f669c commit 071a5cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/vs/workbench/common/theme.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ export const STATUS_BAR_PROMINENT_ITEM_HOVER_BACKGROUND = registerColor('statusB
310310
}, 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."));
311311

312312
export const STATUS_BAR_HOST_NAME_BACKGROUND = registerColor('statusBarItem.remoteBackground', {
313-
dark: '#C40057',
314-
light: '#C40057',
315-
hc: '#C40057'
313+
dark: '#16825D',
314+
light: '#16825D',
315+
hc: '#FFFFFF00'
316316
}, nls.localize('statusBarItemHostBackground', "Background color for the remote indicator on the status bar."));
317317

318318
export const STATUS_BAR_HOST_NAME_FOREGROUND = registerColor('statusBarItem.remoteForeground', {

0 commit comments

Comments
 (0)