Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No css required any more since Firefox 127 #12

Closed
la3rence opened this issue Jun 21, 2024 · 3 comments
Closed

No css required any more since Firefox 127 #12

la3rence opened this issue Jun 21, 2024 · 3 comments

Comments

@la3rence
Copy link

Thanks for the guidance in this repo. It's really helpful!

Today after I trying to upgrade the latest firefox with the version 127.0.1, I've found a new config to make the browser UI with macOS native tabbar without setting the css in the profile folder.

It looks like we can just flip these 2 items to true in about:config :

  • widget.macos.titlebar-blend-mode.behind-window
  • browser.theme.macos.native-theme

Please let me know if it works for you :)

@zvuc
Copy link
Owner

zvuc commented Jun 21, 2024

Nice catch there, seems you are right!
Great news that now there's a much easier way to get the translucent look without having to deal with code.

I'll update the readme to include the tips you mentioned. Thanks!

@zvuc zvuc closed this as completed Jun 21, 2024
@la3rence
Copy link
Author

FYI: A new configuration for the native theme has been added in the latest Firefox Beta version (not quite sure about the specific version, I am now using 133). If the above two properties do not work , please try setting browser.theme.native-theme to true. It seems that browser.theme.macos.native-theme has been deprecated.

@zvuc
Copy link
Owner

zvuc commented Nov 29, 2024

@la3rence You're right! I just got updated to version 133 and browser.theme.native-theme does do the charm. I will update the readme, thanks much :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants