I deployed a Squeak app to a classroom of uni students back in 2001 (2002?) and the major issue wasn't the colours so much as the lack of consistency in the way the gui worked (and the general flakiness of my code :)
Re themeing the outliners, I separated out some of my changes, but the outliner system needs a full theme engine to be written which is too much like hard work at the moment.
Russell
On 17/06/2008, at 3:40 AM, Jecel Assumpcao Jr wrote:
Russell,
Morphic did become far more colorful when it moved in Squeak. I liked this but many people were very critical of it and some even refused to even try Squeak because of the way it looked.
I didn't browse through your code so you might have already done this, but a common way to handle this kind of thing is to create "theme" objects that can be queried for the various colors and other kinds of details. This allows changes to be grouped together.
-- Jecel
self-interest@lists.selflanguage.org