zvuc / firefox-macos-native-tabbar

macOS Native-looking Translucent Tabbar for Firefox
MIT License
152 stars 8 forks source link

Dark mode foreground tab is indistinguishable when windows in in focus #6

Closed ICHx closed 8 months ago

ICHx commented 9 months ago
image

Macos 12.7 Firefox 120

Thank you

zvuc commented 8 months ago

This is not really a bug but rather a side-effect of the translucent tabbar tweak that only happens when your Firefox window is over a certain (bright) color background. If the underlying background (whether it be the wallpaper or another app) has a similar color as Firefox's default dark UI gray color, the tab will turn out to look awfully similar to the tab bar color making it hard to distinguish the two.

A workaround could be adding additional borders for tabs, but I opted not to to so because I only wanted to add translucency to the tab bar in this tweak, and refrain customizing other aspects of the default Firefox skin too much.

zvuc commented 8 months ago

Actually, I just realized that the thin border I had added previously to alleviate this exact issue wasn't displaying at all at the moment. It must have broke at some point and I didn't see it. Sorry for the confusion, I'll push a fix now that brings back the border.