Bug 516482 - Zest based Graphical UIs not styled correctly in Dark Theme
Summary: Zest based Graphical UIs not styled correctly in Dark Theme
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy Zest (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-11 08:05 EDT by Matthias Becker CLA
Modified: 2022-01-03 11:35 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?