An open API service indexing awesome lists of open source software.

https://github.com/teatwig/gruvbox-firefox-themes


https://github.com/teatwig/gruvbox-firefox-themes

firefox-theme

Last synced: about 2 hours ago
JSON representation

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
```