Skip to content

Commit

Permalink
fix #50773
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed May 30, 2018
1 parent a32307e commit 88aa6c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/vs/workbench/common/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ export const TAB_UNFOCUSED_INACTIVE_FOREGROUND = registerColor('tab.unfocusedIna

// < --- Editors --- >

registerColor('editorGroup.background', {
dark: null,
light: null,
hc: null
}, nls.localize('editorGroupBackground', "Deprecated background color of an editor group."), false, nls.localize('deprecatedEditorGroupBackground', "Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor lyout. You can use editorGroup.emptyBackground to set the background color of empty editor groups."));

export const EDITOR_GROUP_EMPTY_BACKGROUND = registerColor('editorGroup.emptyBackground', {
dark: null,
light: null,
Expand Down

0 comments on commit 88aa6c4

Please sign in to comment.