black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.24k stars 184 forks source link

Active Tab has accent color in v121 #827

Closed jarupxx closed 7 months ago

jarupxx commented 7 months ago

Describe the bug

Until v120, --win-bgcolor was used for the active Tab, but v121 uses an accent color. Using an accent color on black text can be difficult to read.

Expected behavior

Active Tab will used --win-bgcolor.

Screenshots

v120 120 v121 121b2

OS

Windows 11

OS - Others

No response

Firefox Version

v121b2

Distribution

Theme

Theme - More Info

No response

user.js setup

user.js setup
```javascript // Your settings ```

Additional context

Windows 11 Theme specify Light.

YogurtProblems commented 7 months ago

Seconded. My active tab is the exact same color as the others.

image

Light and Dark mode do the same thing.

As a simple short term "fix", I have

userChrome.tab.photon_like_contextline == true

But that won't even stick with a restart.

black7375 commented 7 months ago

MEMO: Commit in Firefox that are causing the problem. https://github.com/mozilla/gecko-dev/commit/4ac6245eb928327070710d2966abb6344a240dd2

I've restored it back to its original value. (Considering backward compatibility)