A Firefox theme with the SubSeven color palette.
This theme is pending review on the Mozilla add-ons hub.
In the meantime, you can install the unsigned theme using the .xpi
file from the latest release. Unsigned themes can be installed in two ways:
- temporarily via
about:debugging#/runtime/this-firefox
- permanently by using a build like developer edition or nightly, and setting
xpinstall.signatures.required = false
inabout:config
๐ช Save cycle time by using this repo's pre-commit hooks:
pre-commit install
New to firefox extension/theme development like me? Here are the resources I used to get started:
- Theme creation basics - start here
- Developer docs on manifest.json, particularly the theme section
- Firefox extension .xpi file structure: description, contents, creation, and installation
- Getting started with web-ext - cli tool designed to speed up various parts of the extension development process
- Extensions and the add-on ID
- Add-on review process