Skip to content

Commit 25b766c

Browse files
committed
Slightly less bright lane colors
1 parent 4111d43 commit 25b766c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Views/PBGitRevisionCell.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ + (NSArray *)laneColors
3636
float segment = 1.0f / colorCount;
3737
NSMutableArray *colors = [NSMutableArray new];
3838
for (size_t i = 0; i < colorCount; ++i) {
39-
NSColor *newColor = [NSColor colorWithCalibratedHue:(segment * i) saturation:0.9f brightness:0.9f alpha:1.0f];
39+
NSColor *newColor = [NSColor colorWithCalibratedHue:(segment * i) saturation:0.7f brightness:0.8f alpha:1.0f];
4040
[colors addObject:newColor];
4141
}
4242
if (SHUFFLE_COLORS) {

0 commit comments

Comments
 (0)