Miguel Pereira
Miguel Pereira

Reputation: 1791

Is there a way to change the default eclipse toolbar icons built into eclipse?

I am talking about the tiny icons on the toolbar. There doesn't seem to be any questions like this on the web, they all refer to android or a custom application as opposed to the icons bundled with eclipse.

I want to know if anyone has tried this or can tell me that its not worth my time because it is a lot of work.

Cheers.

Upvotes: 2

Views: 2290

Answers (2)

AhmedRana
AhmedRana

Reputation: 503

Try Darkest Dark Theme. Also its dev style preview (for more themes). It can change icons as well as have an icon designer integrated in it.

Upvotes: 1

greg-449
greg-449

Reputation: 111142

I don't think this is possible. The standard icons are declared using the org.eclipse.ui.commandImages extension point in the org.eclipse.ui plugin and reference icons in that plugin.

Upvotes: 2

Related Questions