[Unison-hackers] patch: make arrows for suggested changes darker

Eric Y. Kow eric.kow at gmail.com
Sat Jan 2 14:06:49 EST 2010


Here's a trivial patch to darken the grey arrows Unison displays on
MacOS X.

This makes me more confident as Unison user because I don't have to
squint so hard to determine what direction it thinks files should go
:-)

Thanks,

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
-------------- next part --------------
Index: src/uimacnew/ReconItem.m
===================================================================
--- src/uimacnew/ReconItem.m	(revision 390)
+++ src/uimacnew/ReconItem.m	(working copy)
@@ -824,8 +824,7 @@
 {
 	if (!_parentImages) {
 		_parentImages = [[NSMutableDictionary alloc] init];
-		_veryLightGreyColor = [[NSColor colorWithCalibratedRed:0.9 green:0.9 blue:0.9 alpha:1.0] retain];
-		// [NSColor lightGrayColor]
+		_veryLightGreyColor = [[NSColor colorWithCalibratedRed:0.7 green:0.7 blue:0.7 alpha:1.0] retain];
 	}
 	NSImage *baseImage = [super direction];
 	NSImage *parentImage = [_parentImages objectForKey:baseImage];
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.seas.upenn.edu/pipermail/unison-hackers/attachments/20100102/e50af55d/attachment.sig


More information about the Unison-hackers mailing list