https://github.com/teatwig/gruvbox-firefox-themes
https://github.com/teatwig/gruvbox-firefox-themes
firefox-theme
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/teatwig/gruvbox-firefox-themes
- Owner: teatwig
- License: unlicense
- Created: 2021-06-13T16:23:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T22:22:59.000Z (almost 5 years ago)
- Last Synced: 2025-07-02T08:45:05.388Z (about 1 year ago)
- Topics: firefox-theme
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gruvbox Firefox Themes
## Get the Themes
* [Gruvbox Dark Hard](https://addons.mozilla.org/firefox/addon/gruvbox-d-h/)
* [Gruvbox Dark Medium](https://addons.mozilla.org/firefox/addon/gruvbox-d-m/)
* [Gruvbox Dark Soft](https://addons.mozilla.org/firefox/addon/gruvbox-d-s/)
* [Gruvbox Light Hard](https://addons.mozilla.org/firefox/addon/gruvbox-light-hard/)
* [Gruvbox Light Medium](https://addons.mozilla.org/firefox/addon/gruvbox-light-medium/)
* [Gruvbox Light Soft](https://addons.mozilla.org/firefox/addon/gruvbox-light-soft/)
## Build them yourself
```sh
# generate dist dirs with manifests for each theme
npm run build
# pack the theme as a ZIP file
npm run package
```