Add theme: MaterialFox

This commit is contained in:
universish 2024-10-20 14:21:09 +00:00 committed by GitHub
parent 143a2291f1
commit 1d0c792c5b
4 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,2 @@
-

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View file

@ -0,0 +1,43 @@
MaterialFox
A Material Design-inspired userChrome.css theme for Firefox
Preview This theme is powered by blood, sweat, and coffee. If you like it, please consider helping out to support its continued development.
Buy me a coffee
What this does
Inspired by Google's Material Design and their latest Google Chrome UI, this theme turns your Firefox into a Material-styled web browser. The aim was to style the browser as closely as possible to Google Chrome, where practical.
This is a userChrome.css theme, which means you must manually add it to your Firefox profile. The theme overrides certain browser styles. Currently, only the main UI is affected (settings pages, etc. are not). More elements of the UI may be styled in the future but a broader scope becomes harder to maintain as Mozilla updates their browser code so some UI styles may be culled or redone if they become unmaintainable.
What version do I use?
Check the releases section. Each release version will match the compatible Firefox version. For example, if you're using Firefox 88, try a v88.x release. If there's no matching release and you're not using an old version of Firefox, go for the latest one. If you're using a beta version of Firefox, you might want to try the master branch, which will have the latest bug fixes.
Installation
Copy the chrome folder and user.js file into your Firefox profile directory. To find your profile directory, go to about:support or about:profiles.
See Recommended instructions if you'd prefer a more Chrome-like experience.
Restart Firefox.
Recommended instructions
Add space above tab bar:
Right click on toolbar -> Customize.
Check Drag Space checkbox.
Replicate Chrome behaviour for clipped tabs:
[about:config] Set browser.tabs.tabClipWidth to 83 (default is 140).
Replicate Chrome's "Not Secure" text on HTTP:
[about:config] Set security.insecure_connection_text.enabled to true.
Please note
Linux is no longer officially supported but you can give it a try if you'd like to work on it feel free to make a PR.
Some customisation settings may no longer work (such as compact/touch density).
Some custom themes may clash with the address bar.
Some themes using transparency might not work.

View file

@ -0,0 +1,14 @@
{
"id": "3ae41674-3665-49c0-b601-a4f66416e05f",
"name": "MaterialFox",
"description": "A Material Design-inspired userChrome.css theme for Firefox",
"homepage": "https://github.com/muckSponge/MaterialFox",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ae41674-3665-49c0-b601-a4f66416e05f/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ae41674-3665-49c0-b601-a4f66416e05f/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ae41674-3665-49c0-b601-a4f66416e05f/image.png",
"author": "universish",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-10-20",
"updatedAt": "2024-10-20"
}