using gray for alle context bars

This commit is contained in:
michael starke
2017-04-24 19:06:08 +02:00
parent d65c548f64
commit c6200a1079
2 changed files with 27 additions and 8 deletions

View File

@@ -57,8 +57,7 @@ typedef NS_ENUM(NSUInteger, MPContextTab) {
- (void)awakeFromNib {
[[self.filterLabelTextField cell] setBackgroundStyle:NSBackgroundStyleRaised];
/* Setup History Bar colors */
self.historyBar.activeGradient = [[NSGradient alloc] initWithStartingColor:[[NSColor orangeColor] shadowWithLevel:0.2] endingColor:[[NSColor orangeColor] highlightWithLevel:0.2]];
//self.historyBar.activeGradient = [[NSGradient alloc] initWithStartingColor:[[NSColor orangeColor] shadowWithLevel:0.2] endingColor:[[NSColor orangeColor] highlightWithLevel:0.2]];
/* Setup Trash Bar color */
if(!HNHUIIsRunningOnYosemiteOrNewer()) {