Revision: 29168 http://sourceforge.net/p/bibdesk/svn/29168 Author: hofman Date: 2025-04-22 14:31:26 +0000 (Tue, 22 Apr 2025) Log Message: ----------- Darker default background color
Modified Paths: -------------- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m =================================================================== --- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-22 14:22:07 UTC (rev 29167) +++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-22 14:31:26 UTC (rev 29168) @@ -5079,7 +5079,7 @@ NSRectFillUsingOperation(rect, NSCompositingOperationSourceOver); } else if (floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_9) { - [[NSColor colorWithCalibratedWhite:244.0 / 255.0 alpha:1.0] setFill]; + [[NSColor colorWithCalibratedWhite:218.0 / 255.0 alpha:1.0] setFill]; NSRectFillUsingOperation(rect, NSCompositingOperationSourceOver); } else { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit