Revision: 10198
          http://sourceforge.net/p/skim-app/code/10198
Author:   hofman
Date:     2018-12-28 16:03:46 +0000 (Fri, 28 Dec 2018)
Log Message:
-----------
slightly lighter fake main source list background color

Modified Paths:
--------------
    trunk/NSColor_SKExtensions.m

Modified: trunk/NSColor_SKExtensions.m
===================================================================
--- trunk/NSColor_SKExtensions.m        2018-12-28 15:44:37 UTC (rev 10197)
+++ trunk/NSColor_SKExtensions.m        2018-12-28 16:03:46 UTC (rev 10198)
@@ -139,7 +139,7 @@
 + (NSColor *)mainSourceListBackgroundColor {
     static NSColor *color = nil;
     if (color == nil)
-        color = [[NSColor colorWithCalibratedLightRed:0.839216 
lightGreen:0.866667 lightBlue:0.898039 darkRed:0.145098 darkGreen:0.149020 
darkBlue:0.156863 alpha:1.0] retain];
+        color = [[NSColor colorWithCalibratedLightRed:0.839216 
lightGreen:0.866667 lightBlue:0.898039 darkRed:0.211765 darkGreen:0.215686 
darkBlue:0.223529 alpha:1.0] retain];
     return color;
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to