3) Fix spotter theming (currently ignores dark theme)I added DarkTheme to spotter. Update to check and you can also take a look how theming mechanism works in GT.There is UITheme>>spotterWidgetThemer that returns themer object for Spotter and to add custom theme she needs to override it in her own theme like it is done in��Pharo3DarkTheme>>spotterWidgetThemer.It allows to customize widgets deeply and reduces mess in themes :)
Cheers,AlexOn Fri, Jan 23, 2015 at 1:19 PM, kilon alios <kilon.alios@gmail.com> wrote:I think roassal can do that��On Fri, Jan 23, 2015 at 2:05 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:On 23 Jan 2015, at 12:53, Torsten Bergmann <astares@gmx.de> wrote:cool!now I have to figure out how to display svg icons in pharo��� but this is what I was looking for :)EstebanGesendet: Freitag, 23. Januar 2015 um 12:24 Uhr
Von: "Sven Van Caekenberghe" <sven@stfx.eu>
An: "Pharo Development List" <pharo-dev@lists.pharo.org>
Betreff: Re: [Pharo-dev] HELP WANTED: improve Dark ThemeOn 23 Jan 2015, at 12:03, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi,
The Dark Theme is a standard theme upcoming in Pharo4, but as you might noticed, is still far from perfect.
I would like to take some actions on it but I do not have a lot of time this days, so I thought on asking for help :)
What I think is needed?
1) There are some bugs (for example in the search window, cmd+f in text panes)
2) Icon-set is not prepared for dark backgrounds. Now, this is a problem in eclipse itself who didn���t had a dark-theme either until recently. Now, I know they added a dark-theme and a corresponding set of icons (a set that can be displayed correctly both in white and black backgrounds), but I cannot find the icons. So if someone knows where they are, I���ll gladly replace them.
3) Fix spotter theming (currently ignores dark theme)I know in an ideal world we will have our own set of icons, but that requires a lot of effort and design talent��� so in the mean time, I think eclipse icons are doing a good job :)
cheers,
Esteban