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.