Hi guys
It would be great if one of you could fix that: the soft squeak selection color of non active window is too pale so we cannot see in another window which class is selected. Stef _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Maybe in the same realm: The menu selection in Pharo 1.1 is not
visible enough, the selection is a gray bar on gray background. I find the strong blue selection in Pharo 1.0 much easier to see.re Lukas On 23 March 2010 21:19, Stéphane Ducasse <[hidden email]> wrote: > Hi guys > > It would be great if one of you could fix that: > the soft squeak selection color of non active window is too pale so we cannot see > in another window which class is selected. > > Stef > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Seems that with Alain's refactoring the base window colours have been
changed (Browser was lightGreen and is now paleGreen, for instance). See implementors of #patchworkUIThemeColor. So browsers are paler across the board. As for the menu selection colour, the attached should help (included the world resize change too since MC seems to be intent on not ever merging it...). You'll need to do: UIThemeWatery defaultSettings: nil. UIThemeWatery2 defaultSettings: nil; beCurrent To reset the persistent class defaults. Regards, Gary ----- Original Message ----- From: "Lukas Renggli" <[hidden email]> To: <[hidden email]> Sent: Tuesday, March 23, 2010 8:29 PM Subject: Re: [Pharo-project] soft squeak selection of non active window istoo pale Maybe in the same realm: The menu selection in Pharo 1.1 is not visible enough, the selection is a gray bar on gray background. I find the strong blue selection in Pharo 1.0 much easier to see.re Lukas On 23 March 2010 21:19, Stéphane Ducasse <[hidden email]> wrote: > Hi guys > > It would be great if one of you could fix that: > the soft squeak selection color of non active window is too pale so we > cannot see > in another window which class is selected. > > Stef > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project MenuSelectionColor.1.cs (3K) Download Attachment |
thanks gary.
On Mar 24, 2010, at 12:30 PM, Gary Chambers wrote: > Seems that with Alain's refactoring the base window colours have been changed (Browser was lightGreen and is now paleGreen, for instance). See implementors of #patchworkUIThemeColor. So browsers are paler across the board. > > As for the menu selection colour, the attached should help (included the world resize change too since MC seems to be intent on not ever merging it...). > > You'll need to do: > > UIThemeWatery defaultSettings: nil. > UIThemeWatery2 > defaultSettings: nil; > beCurrent > > To reset the persistent class defaults. > > Regards, Gary > > ----- Original Message ----- From: "Lukas Renggli" <[hidden email]> > To: <[hidden email]> > Sent: Tuesday, March 23, 2010 8:29 PM > Subject: Re: [Pharo-project] soft squeak selection of non active window istoo pale > > > Maybe in the same realm: The menu selection in Pharo 1.1 is not > visible enough, the selection is a gray bar on gray background. I find > the strong blue selection in Pharo 1.0 much easier to see.re > > Lukas > > On 23 March 2010 21:19, Stéphane Ducasse <[hidden email]> wrote: >> Hi guys >> >> It would be great if one of you could fix that: >> the soft squeak selection color of non active window is too pale so we cannot see >> in another window which class is selected. >> >> Stef >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > <MenuSelectionColor.1.cs>_______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |