I had a mail about it earlier, it's basically HIG. HIG says that the light source should come from the top, so concave surfaces should be lighter at the top. This is also consistently done in all Apple apps.
Christiaan On 9 Aug 2007, at 7:20 AM, Adam R. Maxwell wrote: > I'm not sure I like this as well as the previous colors. Why > change it? > > -- adam > > On Aug 8, 2007, at 16:09, [EMAIL PROTECTED] wrote: > >> Revision: 10897 >> http://bibdesk.svn.sourceforge.net/bibdesk/? >> rev=10897&view=rev >> Author: hofman >> Date: 2007-08-08 16:09:24 -0700 (Wed, 08 Aug 2007) >> >> Log Message: >> ----------- >> Invert colors of gradient view. >> >> Modified Paths: >> -------------- >> trunk/bibdesk/BDSKGradientView.m >> >> Modified: trunk/bibdesk/BDSKGradientView.m >> =================================================================== >> --- trunk/bibdesk/BDSKGradientView.m 2007-08-08 04:36:45 UTC (rev >> 10896) >> +++ trunk/bibdesk/BDSKGradientView.m 2007-08-08 23:09:24 UTC (rev >> 10897) >> @@ -95,8 +95,8 @@ >> // provides an example implementation >> - (void)setDefaultColors >> { >> - [self setLowerColor:[NSColor gridColor]]; >> - [self setUpperColor:[NSColor headerColor]]; >> + [self setLowerColor:[NSColor colorWithCalibratedWhite:0.75 >> alpha:1.0]]; >> + [self setUpperColor:[NSColor colorWithCalibratedWhite:0.9 alpha: >> 1.0]]; >> } >> >> @end >> >> >> This was sent by the SourceForge.net collaborative development >> platform, the world's largest Open Source development site. >> >> --------------------------------------------------------------------- >> ---- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Bibdesk-commit mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/bibdesk-commit > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Bibdesk-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bibdesk-develop ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Bibdesk-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-develop
