A mod of the Purple Night Theme for Firefox by breuxi - for the same pretty colours, but without the twinkling stars for a more minimal look.
Get this theme for 🔥🦊 (Firefox) from the Firefox Addons page
Make sure you're using a current LTS (long term support) version of Node.js. Then install web-ext
, which you can do by either cloning this repository and running
npm install
or manually install for the project by running
npm install --save-dev web-ext
(more instructions at web-ext)
Build the extension by running
npm run build
To test the extension in Firefox, run
npm run dev
If you're using a different version of Firefox on Desktop than the default, use the --firefox
option like
npm run dev -- --firefox=deved
Some other options for --firefox
include nightly
and beta
. For more detailed instructions and use-cases, refer the web-ext docs here and here.
Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)
Feel free to mod this to make it your own, but do credit the authors and share under the same license🤝
💜