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

Windows 11 Default Theme NOT Applying #877

Closed Progress200 closed 2 months ago

Progress200 commented 3 months ago

Describe the bug

Windows 11 default theme does not apply correctly. The colour is not correct. image

Expected behavior

Correct theme (Floorp Browser) image

Screenshots

No response

OS

Windows 11

OS - Others

No response

Firefox Version

v126.0a1 (Nightly)

Distribution

Theme

Theme - More Info

No response

user.js setup

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

Additional context

No response

black7375 commented 2 months ago

How about turn on userChrome.compatibility.os.win11 to true?

Progress200 commented 2 months ago

image No, it is still not working. (Left side Firefox color, right side correct color from Floorp Browser.) My current Firefox version is 127.0a1

black7375 commented 2 months ago

If so, it was most likely caused by #880 I predict that if you update to the latest commit, and change userChrome.compatibility.os.win11 back to false, you'll get the old colors.

Progress200 commented 2 months ago

image It works now. Thank you.