guari/eclipse-ui-theme

Tool Bar font color on Windows

Opened this issue · 2 comments

Hi,

the toolbar font color is too dark on windows. I think it should be white or a light grey or so.

See the image attached:

unbenannt

@guari Unfortunately changing color of toolbar doesn't affect existing tool items on it. I think you already know this problem.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=443156

I found a walk around for this problem. You can see the method from
https://github.com/jeeeyul/eclipse-themes/blob/master/net.jeeeyul.eclipse.themes/src/net/jeeeyul/eclipse/themes/css/ToolBarCSSPropertyHandler.java

Re-setting text of tool item will fix this problem.

Erm, how do I reset the text of the tool items?