Bug 516482

Summary: Zest based Graphical UIs not styled correctly in Dark Theme
Product: [Tools] GEF Reporter: Matthias Becker <ma.becker>
Component: GEF-Legacy ZestAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: kyle.smith
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Matthias Becker CLA 2017-05-11 08:05:59 EDT
Test based Graphical UIs are not styled correclty in the Dark Theme of Eclipse.
The canvas is still light white and not dark.

Registering a CSS for stlying like:
https://git.eclipse.org/c/platform/eclipse.platform.ui.git/tree/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css


that contains

Graph {
		background-color:#515658;
}

would be sufficient at least to make the canvas dark.
Do you still fix such things in legacy?