macos-netflix icon indicating copy to clipboard operation
macos-netflix copied to clipboard

Feature Request: make title bar black

Open JakobFelixJulius opened this issue 5 years ago • 1 comments

Hello, First: Cool project! One small change that would improve the visuals imo: the titlebar right now is grey. If you scroll Netflix, the Netflix-title-bar (with search, browse, etc.) is always black, so wouldn't it make sense to make the app-title-bar also black to merge it with the Netflix-title-bar and have a nice and consistent look (and an "vanishing title bar")? Greetings

JakobFelixJulius avatar May 25 '19 12:05 JakobFelixJulius

Thanks! (…and sorry that it's taken so long to respond to your request!)

The overall look of the titlebar is/has been a conscious choice on my part, so I'm not really looking to change how it appears on a wholesale basis. I wouldn't necessarily say no to a preference similar to the Keep in Front/Snap to Corners options, though. Perhaps "Use Opaque Titlebar"? I'll leave the issue open to remind me to tackle this when I next get a minute.

OOC: I should probably consider actually setting up a preferences pane for this stuff going forward 🤔

With that in mind, the most recent release has some tweaks to the titlebar that would possibly make this easier to accomplish. Right now the alpha of the colour overlay I've added is at 0.4, but by setting it to 1.0, you should get roughly the effect you're expecting (Netflix's headers aren't quite pure black, though… they're actually #090909):

https://github.com/jellybeansoup/macos-netflix/blob/c995770d54bac9ac808eab5fe9fe49f0fe210e77/Netflix/Classes/TitleView.swift#L28-L32

jellybeansoup avatar Dec 21 '20 22:12 jellybeansoup