Revision: 10175
http://sourceforge.net/p/skim-app/code/10175
Author: hofman
Date: 2018-12-23 17:56:55 +0000 (Sun, 23 Dec 2018)
Log Message:
-----------
tweak colors for pdf control background
Modified Paths:
--------------
trunk/NSColor_SKExtensions.m
Modified: trunk/NSColor_SKExtensions.m
===================================================================
--- trunk/NSColor_SKExtensions.m 2018-12-23 17:48:46 UTC (rev 10174)
+++ trunk/NSColor_SKExtensions.m 2018-12-23 17:56:55 UTC (rev 10175)
@@ -170,7 +170,7 @@
+ (NSColor *)pdfControlBackgroundColor {
static NSColor *color = nil;
if (color == nil) {
- color = [[NSColor colorWithCalibratedLightWhite:0.97 darkWhite:0.21
alpha:1.0] retain];
+ color = [[NSColor colorWithCalibratedLightWhite:0.95 darkWhite:0.15
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