We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4111d43 commit 25b766cCopy full SHA for 25b766c
Classes/Views/PBGitRevisionCell.m
@@ -36,7 +36,7 @@ + (NSArray *)laneColors
36
float segment = 1.0f / colorCount;
37
NSMutableArray *colors = [NSMutableArray new];
38
for (size_t i = 0; i < colorCount; ++i) {
39
- NSColor *newColor = [NSColor colorWithCalibratedHue:(segment * i) saturation:0.9f brightness:0.9f alpha:1.0f];
+ NSColor *newColor = [NSColor colorWithCalibratedHue:(segment * i) saturation:0.7f brightness:0.8f alpha:1.0f];
40
[colors addObject:newColor];
41
}
42
if (SHUFFLE_COLORS) {
0 commit comments