An elementary OS theme for Firefox
🙏 Credits
Credits to Harvey Cabaguio for setting the theme up, Surendrajat, DRHAX34 and sempasha for the install script and the elementary team for the UI design and icons.
⬇️ Install
For now theme installation is supported for:
🦊 Firefox installed with apt package manager. Follow instructions from ask ubuntu to install it.🦊 Firefox Nightly installed with apt package manager.- 🦊 Firefox 📦 Flatpak version.
🦊 Firefox📦 Snap version.- 🐺 Librewolf Appimage version.
🐺 Librewolf📦 Flatpak version.🧅 Tor Browser. (This browser has reversed window controls).🧅 Tor Browser📦 Flatpak version. (This browser has reversed window controls).
Use this one line install script. Just copy the line to your terminal and press enter. When you want a different window control layout, use Pantheon Tweaks first to select one, after that this script will automatically install the right userChrome:
bash <(wget --quiet --output-document - "https://raw.githubusercontent.com/Zonnev/elementaryos-firefox-theme/elementaryos-firefox-theme/install.sh")
To force installation of Titlebar Enabled Theme, use script below:
bash <(wget --quiet --output-document - "https://raw.githubusercontent.com/Zonnev/elementaryos-firefox-theme/elementaryos-firefox-theme/install.sh") --native-titlebar yes
Installation script will also patch Firefox preference to enable native titlebar usage. Firefox doesn't use native titlebar by default.
To force installation of Private Mode Style, use script:
bash <(wget --quiet --output-document - "https://raw.githubusercontent.com/Zonnev/elementaryos-firefox-theme/elementaryos-firefox-theme/install.sh") --private-mode-style
This will make purple colors of Private Mode as default style.
➕ After installation
- In the customization panel in Firefox you can move the new tab button to the left and select System theme. You can also use the dark theme option but light theme is not supported.
- If you use Pantheon Tweaks with the dark mode on, the theme changes to dark mode by itself. Firefox 98 and newer are changing to dark mode when the elementary OS system dark mode is set.
🔁 Update
To update installed theme, use script
bash <(wget --quiet --output-document - "https://raw.githubusercontent.com/Zonnev/elementaryos-firefox-theme/elementaryos-firefox-theme/install.sh") --update