// editorPresentation
EditorAreaHelper editorAreaHelper = wPage.getEditorPresentation();
EditorSashContainer editorSashContainer = (EditorSashContainer)editorAreaHelper.getLayoutPart();
LayoutTree layoutTree = editorSashContainer.getLayoutTree();
Composite parent = editorSashContainer.getParent();
//parent.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_DARK_GRAY));