https://github.com/moox/firefox-compact-theme
UNMAINTAINED - A simple Firefox compact theme
https://github.com/moox/firefox-compact-theme
Last synced: 11 months ago
JSON representation
UNMAINTAINED - A simple Firefox compact theme
- Host: GitHub
- URL: https://github.com/moox/firefox-compact-theme
- Owner: MoOx
- License: mit
- Created: 2016-04-22T20:52:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T07:04:34.000Z (over 8 years ago)
- Last Synced: 2025-05-29T10:44:21.399Z (about 1 year ago)
- Language: CSS
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/compact-theme/
- Size: 255 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Firefox Compact theme
[](https://github.com/MoOx/firefox-compact-theme)
[](https://gitlab.com/MoOx/firefox-compact-theme)
[](https://bitbucket.org/MoOx/firefox-compact-theme)
> A simple Firefox compact theme
**For now, only tested on OS X. Improvements are welcome.**
- This theme play nice with
[Beyond Australis](https://addons.mozilla.org/en-US/firefox/addon/the-fox-only-better/)
with and **Slim Chrome** enabled and **Sky Lights** disabled
(see *Beyond Australis* add-on preferences).
- You should probably _Customize_ Firefox and remove the "New tab" button from the tab bar.
## Installation
https://addons.mozilla.org/en-US/firefox/addon/compact-theme/
---
## TODO / Notes
This package has been made this way because I didn't know how to share this
so I asked on StackOverflow :
https://stackoverflow.com/questions/36725196/how-to-create-a-firefox-theme-addon-from-a-simple-stylesheet/36779937
If you have a quick way to automate package publishing, that would be awesome
to share. I just took a quick look to this pages
- https://developer.mozilla.org/en-US/Add-ons/Distribution
- https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm#jpm_sign
Then I gave up since it's not my priority.
Feel free to open issue to discuss about that so we can improve the process.
We could
- found a way to automate release/update via addons.mozilla.org
- sign and host this package on github release
---
## CONTRIBUTING
* ⇄ Pull/Merge requests and ★ Stars are always welcome.
* For bugs and feature requests, please create an issue.
1. Get [Extension Auto-Installer](https://addons.mozilla.org/en-US/firefox/addon/autoinstaller/)
2. Run this commands
```console
$ npm install
$ npm start
```
See https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm for more.
3. Edit the data/index.css file.
Help yourself using `Firefox > Tools > Web Developer > Browser Toolbox` to
find css selectors to adjust.
## [CHANGELOG](CHANGELOG.md)
## [LICENSE](LICENSE)