[squeak-dev] Re: Dark theme

David T. Lewis lewis at mail.msen.com
Sun Jan 3 21:42:36 UTC 2016


On Sun, Jan 03, 2016 at 01:50:12PM -0600, Chris Muller wrote:
> Squeak needs working Themes to serve a variety of use-cases, not just
> a Dark theme.
> 
> I think we should move Preferences state to the instance-side, and add
> a #preferences accessor to PasteUpMorph and then change all the code
> to look up all preferences and colors through "self world".  Let each
> PasteUpMorph have its own preferences..

Good idea, but it would be best if you can associate the preference with
either "Project current" or "Project current uiManager", not with the
world.  That will keep things tidy on the MVC side (where Project current
world is a ControlManager).

Dave


> 
> And implementing a suitable Preferences>>#veryDeepInner: for deepCopy
> support should be trivial..
> 
> On Sun, Jan 3, 2016 at 11:50 AM, marcel.taeumel <Marcel.Taeumel at hpi.de> wrote:
> > There is no need to change anything in Squeak for that. There is software
> > like f.lux [1] that adapts color temperature according to the daylight. :)
> >
> > Alternatively: Have you tried: "Color black become: Color white"?
> >
> > Best,
> > Marcel
> >
> > [1] https://justgetflux.com/
> >
> >
> >
> > --
> > View this message in context: http://forum.world.st/Dark-theme-tp4869082p4869098.html
> > Sent from the Squeak - Dev mailing list archive at Nabble.com.
> >


More information about the Squeak-dev mailing list