Returning to the childish look of Squeak? Acceptable as an april fool... Bye T.   Gesendet: Mittwoch, 01. April 2015 um 11:44 Uhr Von: "Aliaksei Syrel" <alex.syrel@gmail.com> An: "Pharo Development List" <pharo-dev@lists.pharo.org> Betreff: [Pharo-dev] Brand new modern Spotter design! Hi,  We would like to present a brand new Spotter design! It follows all modern UI techniques as flat and material design. Feel the future coming! Update Spotter to the latest version:  {    { 'ConfigurationOfRubric'. 'AlainPlantec'. 'Rubric' }.     { 'ConfigurationOfGlamourCore'. 'Moose'. 'Glamour' }.     { 'ConfigurationOfGTInspectorCore'. 'Moose'. 'GToolkit' }.     { 'ConfigurationOfGTPlaygroundCore'. 'Moose'. 'GToolkit' }.     { 'ConfigurationOfGTSpotter'. 'Moose'. 'GToolkit' }. { 'ConfigurationOfGToolkitCore'. 'Moose'. 'GToolkit' }. } do: [ :spec |     Gofer new         smalltalkhubUser: spec second project: spec third;         package: spec first;         load ]. ConfigurationOfGToolkitCore loadDevelopment. KMRepository reset.  Best wishes, GT Team