[squeak-dev] Facelifting the second

Torsten Bergmann astares at gmx.de
Thu Mar 25 08:48:17 UTC 2010


Regarding background I typically use the following
snippet:

|colors form|
colors := Array new:256 withAll: #(0.0 0.0 0.0).
colors at: 1 put: #(0.329 0.329 0.329);
       at: 2 put: #(0.204 0.204 0.204);
       at: 3 put: #(0.267 0.267 0.267).
form := ((ColorForm
                        extent: 1 at 10
                        depth: 8
                        fromArray: #( 16777216 0 33554432 33554432 33554432 
33554432 33554432 33554432 33554432 33554432)
                        offset: 0 at 0)
                        colorsFromArray: colors).
World color: (InfiniteForm with: form)

Gives a good contrast to the bright windows.
May be too dark on some computers. However, just wanted
to share.

A JPG just grows the image size of the standard image - 
but maybe we should connect Squeak to a free wallpaper service ... ;)

Bye
T.
-- 
GMX.at - Österreichs FreeMail-Dienst mit über 2 Mio Mitgliedern
E-Mail, SMS & mehr! Kostenlos: http://portal.gmx.net/de/go/atfreemail



More information about the Squeak-dev mailing list