guari / eclipse-ui-theme

Dark UI Theme for Eclipse 4+
Eclipse Public License 1.0
1.16k stars 185 forks source link

Tool Bar font color on Windows #82

Open Catscratch opened 10 years ago

Catscratch commented 10 years ago

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

jeeeyul commented 10 years ago

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

Catscratch commented 10 years ago

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