Hi, I did not override this method: MyTheme class>>newDefaultSettings
But, adding the code you mention does not seem to have an effect. Still confused :). Cheers, Doru On 14 Jan 2010, at 17:44, Stan Shepherd wrote: > > > Tudor Girba wrote: >> >> Hi, >> >> I am trying to tweak a bit the way the splitters are drawn in the >> watery2 theme. So, I created a subclass of UIThemeWatery2 uitheme, >> and >> I just overrode resizer* and splitter* methods. >> >> However, when I make MyTheme beCurrent, the windows get painted in >> Squeakish colors (blue, green) instead of gray. >> >> I am probably missing something, but I do not know what. What >> should I >> do to get the gray back? >> >> Cheers, >> Doru >> >> > > Hi Doru, you might try in > > MyTheme class>>newDefaultSettings > ^super newDefaultSettings standardColorsOnly: true > > Seems like you could have overridden an override > > Good luck, ...Stan > > -- > View this message in context: > http://n2.nabble.com/custom-ui-theme-tp4391907p4393746.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- www.tudorgirba.com "Don't give to get. Just give." _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
