eclipse-ui-theme icon indicating copy to clipboard operation
eclipse-ui-theme copied to clipboard

Tool Bar font color on Windows

Open Catscratch opened this issue 11 years ago • 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

Catscratch avatar Aug 25 '14 06:08 Catscratch

@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.

jeeeyul avatar Sep 05 '14 02:09 jeeeyul

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

Catscratch avatar Sep 05 '14 14:09 Catscratch