zvuc / firefox-macos-native-tabbar

macOS Native-looking Translucent Tabbar for Firefox
MIT License
155 stars 9 forks source link

Can we make toolbar (below tabbar) opaque also? #8

Closed caongocthai closed 7 months ago

caongocthai commented 9 months ago

I have got the tabbar opaque. However, the toolbar (right below tabbar) is still not. Is it possible to get that bar opaque?

zvuc commented 7 months ago

I think you mean transparent (translucent) not opaque.

It's an intentional design choice, because macOS native apps also tend to have translucent areas along with opaque bars.

image

It also has to do with the fact that I'm using the translucent tabbar tweak with my other tweak here (https://github.com/zvuc/firefox-sliding-bookmarks-bar/), and that requires the navbar be opaque because the bookmarks bar hides under it.

Giving an option for the user to choose whether navbar should be translucent too could be a choice, but I don't want to overcomplicate things, and I think there are many other tweaks that make literally everything translucent (which in my personal opinion doesn't look that good) so if that's what you're leaning towards, please look for other options by other people 😃