Super cool Esteban.�� Awesome. So the new build of my Pharo 4.0 images are now like this:
"Some custom settings"
Deprecation raiseWarning: false.��
(Smalltalk at: #PolymorphSystemSettings) perform: #uiThemeClass: with: (Pharo3DarkTheme).
PolymorphSystemSettings desktopImageFileName: '/Library/Desktop Pictures/Yosemite 3.jpg'.
((Smalltalk at: #UITheme) perform: #currentSettings) perform: #fastDragging: with: (true).
(Smalltalk at: #StandardFonts) perform: #codeFont: with: ((LogicalFont familyName: 'Source Code Pro' fallbackFamilyNames: nil pointSize: 9 stretchValue: 5 weightValue: 400 slantValue: 0)).
Gofer it��
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
configurationOf: 'IdeaIcons';
loadStable.
ThemeIcons current: #IdeaUIThemeIcons asClass new.
AbstractNautilusUI resetIconCaches.��
"Load an external tool to increase code quality"
Metacello new
�� smalltalkhubUser: 'Pharo'
�� project: 'MetaRepoForPharo40';
�� configuration: 'QualityAssistant';
�� load.