2015-01-07 18:20 GMT+01:00 Offray Vladimir Luna C��rdenas <offray@riseup.net>:
Hi all,

As usual, when I put the mouse over the name of a window, a small preview appears with a grey allow with the full name of the window, but letters are white surrounded by a pale grey making the full name really difficult to read. There is any way to increase the contrast there between font and background?

This is defined in UIThemeWatery>>#newTaskbarThumbnailIn: aThemedMorph for: aWindow
It looks better with the WateryTheme, because it uses a darker background.
You can:
- define your own theme as a Subclass of Pharo3Theme and overwrite this method
- change the background(color) of the world.

��

Thanks,

Offray