Compare commits

..

2 Commits
0.1 ... master

Author SHA1 Message Date
b7ed80e643
update readme 2023-01-31 21:55:17 +00:00
062a6a53cf
add makefile, gitignore 2023-01-31 21:53:31 +00:00
3 changed files with 10 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
gruvbox.xpi

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
zip gruvbox.xpi manifest.json
clean:
rm -rf gruvbox.xpi

5
readme
View File

@ -1,5 +1,8 @@
gruvbox-dark-thunderbird gruvbox-dark-thunderbird
------------------------ ------------------------
gruvbox dark theme for thunderbird
to make: to make:
zip gruvbox.xpi manifest.json
make clean all