indragiek / INAppStoreWindow

NSWindow subclass with a highly customizable title bar and traffic lights
BSD 2-Clause "Simplified" License
1.06k stars 160 forks source link

Allow title bar gradient colors to be configurable. #78

Closed jarod2d closed 11 years ago

jarod2d commented 11 years ago

It would be useful to be able to set the gradient colors for the title bar view. I know you can set a drawing block and use custom colors with that, but if all you want to do is modify the gradient you're going to have to reimplement all of the other drawing code.

In my particular case this is useful because I have Safari-like tabs underneath my title bar. The default NSWindow title bar color transitions well into the tabs, but INAppStoreWindow's is a bit too dark.

jarod2d commented 11 years ago

I actually decided to add this functionality myself -- see issue #79 for the pull request which includes this feature.