Community
Participate
Working Groups
Created attachment 273837 [details] Picture with tree Tree looks bad in dark theme. Arrow has black background color, not tree item background color. Hot items drawing is ugly. ("Mid Item 1" is hot (mouse over it))
Created attachment 273839 [details] Project with test view (view has tree from picture on it)
Is this a custom tree? We package explorer and project explorer in which the trees look ok. If this is a custom tree, you need to add styling to it, see eclipse.platform.ui repo in org.eclipse.ui.themes for our default styling.
(In reply to Lars Vogel from comment #2) > Is this a custom tree? We package explorer and project explorer in which the > trees look ok. If this is a custom tree, you need to add styling to it, see > eclipse.platform.ui repo in org.eclipse.ui.themes for our default styling. This is not custom tree. I'm using org.eclipse.jface.viewers.TreeViewer Here is how i create it: viewer = new TreeViewer(parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL | SWT.FULL_SELECTION); viewer.setContentProvider(new ViewContentProvider()); viewer.getTree().setHeaderVisible(true);
(In reply to Eugene Kiryakov from comment #3) > This is not custom tree. Please upload an example project to demonstrate this.
(In reply to Lars Vogel from comment #4) > (In reply to Eugene Kiryakov from comment #3) > > This is not custom tree. > > Please upload an example project to demonstrate this. I have already uploaded it, see comment 1 https://bugs.eclipse.org/bugs/attachment.cgi?id=273839&action=edit
Created attachment 277368 [details] Problems view has same issues as i described (In reply to Lars Vogel from comment #2) > Is this a custom tree? We package explorer and project explorer in which the > trees look ok. Just opened 2018-12 eclipse and tree in Problems view has same problems as i described: - tree arrow background color not same as tree background color - light theme tree arrow is visible under dark theme tree arrow - hot item has different background color in text area and out of text area
Will be handled via Bug 562576 *** This bug has been marked as a duplicate of bug 562576 ***