/Firefox-theme

My Firefox userChrome.css file.

Primary LanguageSassMIT LicenseMIT

Firefox-theme

code size last commit

My Firefox userChrome.css theme. A recreation of the old Chrome default dark.

IMPORTANT: This only works with the Firefox default dark theme. Make sure to change your theme in about:addons.

To edit...

$ npm run watch # watch sass and build on change

Open the browser toolbox to modify userChrome.css.

To compile...

$ npm run build # uncompressed
$ npm run build:prod # compressed (recommended)

License

MIT