Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-mt.140.mcz==================== Summary ====================
Name: EToys-mt.140
Author: mt
Time: 31 July 2016, 10:37:24.17349 am
UUID: 5fbe9cfe-d356-bc44-9dcb-a08a8d5493d1
Ancestors: EToys-tfel.139
*** Widget Refactorings and UI Themes (Part 2 of 11) ***
Simplify window colors and prepare them and other properties of system windows to be themed.
=============== Diff against EToys-tfel.139 ===============
Item was removed:
- ----- Method: ScriptingDomain>>defaultBackgroundColor (in category 'user interface') -----
- defaultBackgroundColor
- ^ Color r: 0.91 g: 0.91 b: 0.91!
Item was added:
+ ----- Method: ScriptingDomain>>defaultWindowColor (in category 'user interface') -----
+ defaultWindowColor
+ ^ (Color r: 0.91 g: 0.91 b: 0.91)!