Firefox Safari theme
A MacOSX Safari theme for Firefox 80+
This is a bunch of CSS code to make Firefox look closer to MacOSX Safari theme.
Based on https://github.com/rafaelmardojai/firefox-gnome-theme
Run the following commands in the terminal:
./install.sh
Usage: ./install.sh
[OPTIONS...]
-m, --monterey
Install 'Monterey' theme for Firefox and connect it to the current Firefox profiles
-a, --alt
Install 'Monterey' theme alt version for Firefox and connect it to the current Firefox profiles
-A, --adaptive
Install Firefox adaptive color version...
-e, --edit
Edit 'WhiteSur' theme for Firefox settings and also connect the theme to the current Firefox profiles
-r, --remove, --revert
Remove themes, do the opposite things of install and connect
-h, --help
Show this help
if you want to edit the style then:
Run ./install.sh -e
if you want to use Monterey
style then:
Run ./install.sh -m
if you want to use Monterey
alt
style then:
Run ./install.sh -a
AdamXweb - WhiteSurFirefoxThemeMacOS: https://github.com/AdamXweb/WhiteSurFirefoxThemeMacOS
about:support
in Firefox.chrome
folder Firefox config folder.about:config
in Firefox.toolkit.legacyUserProfileCustomizations.stylesheets
and set it to true
.Open userChrome.css
with a text editor and follow instructions to enable extra features. Keep in mind this file might change in future versions and your configuration will be lost. You can copy the @imports you want to enable to a new file named customChrome
directly in your chrome
directory if you want it to survive updates. Remember all @imports must be at the top of the file, before other statements.
See upstream bug.
about:config
pagelayers.acceleration.force-enabled
preference and set it to true.about:config
pagemozilla.widget.use-argb-visuals
boolean
and click on the add buttonIf you wanna mess around the styles and change something, you might find these things useful.
To use the Inspector to debug the UI, open the developer tools (F12) on any page, go to options, check both of those:
Now you can close those tools and press Ctrl+Alt+Shift+I to Inspect the browser UI.