Last week I made a new Icon Pack for Pharo, based in IntelliJ Idea icons.
This new icons works very fine, icons are less intrusive than the ones from Eclipse (the current default in Pharo). Also very important, they smoothly in all themes, including the Dark Theme, who has some problems with default icons.
Two screenshots to illustrate the new pack:
Dark Theme
Default Theme
Is very easy, just execute this:
Gofer it smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40'; configurationOf: 'IdeaIcons'; loadStable. ThemeIcons current: #IdeaUIThemeIcons asClass new. “In Pharo 3 and 4, you might need to execute this” AbstractNautilusUI resetIconCaches.
The icon pack itself is distributed under MIT license.
The Idea icons, however, have their own open source license terms, the Apache 2 license, who can be found here.
Enjoy