diff --git a/README.md b/README.md index 2d3b104..86022f5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ 1. Clone this repository 2. Open Thunderbird, go to `Menu > Add-ons and Themes` 3. Click on the gear icon at the top-right corner and then select "Install Add-on From File..." -4. Select a theme of choice from `themes` folder of downloaded repository, i.e. `Catppuccin-Mocha-Lavender.zip` +4. Select a theme of choice from `themes` folder of downloaded repository, i.e. `Catppuccin-Mocha-Lavender.xpi` ## 💝 Thanks to diff --git a/src/create_zips.sh b/src/create_zips.sh new file mode 100755 index 0000000..32d025b --- /dev/null +++ b/src/create_zips.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +which zip &>/dev/null || (echo "This script requires `zip`" && exit 1) + +for folder in * ; +do + if [ -d "$folder" ]; + then + cd "${folder}" + echo "Creating ${folder}.xpi" + if [ -f "../../themes/${folder}.xpi" ]; + then + rm "../../themes/${folder}.xpi" + fi + zip -r -q -9 ../../themes/${folder}.xpi . + cd .. + fi +done + diff --git a/themes/Catppuccin-Frappe-Blue.xpi b/themes/Catppuccin-Frappe-Blue.xpi new file mode 100644 index 0000000..573f67a Binary files /dev/null and b/themes/Catppuccin-Frappe-Blue.xpi differ diff --git a/themes/Catppuccin-Frappe-Blue.zip b/themes/Catppuccin-Frappe-Blue.zip deleted file mode 100644 index cd3710a..0000000 Binary files a/themes/Catppuccin-Frappe-Blue.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Flamingo.xpi b/themes/Catppuccin-Frappe-Flamingo.xpi new file mode 100644 index 0000000..906a9dd Binary files /dev/null and b/themes/Catppuccin-Frappe-Flamingo.xpi differ diff --git a/themes/Catppuccin-Frappe-Flamingo.zip b/themes/Catppuccin-Frappe-Flamingo.zip deleted file mode 100644 index 5fe6625..0000000 Binary files a/themes/Catppuccin-Frappe-Flamingo.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Green.xpi b/themes/Catppuccin-Frappe-Green.xpi new file mode 100644 index 0000000..896ed9a Binary files /dev/null and b/themes/Catppuccin-Frappe-Green.xpi differ diff --git a/themes/Catppuccin-Frappe-Green.zip b/themes/Catppuccin-Frappe-Green.zip deleted file mode 100644 index 8ceba38..0000000 Binary files a/themes/Catppuccin-Frappe-Green.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Lavender.xpi b/themes/Catppuccin-Frappe-Lavender.xpi new file mode 100644 index 0000000..8e3ae55 Binary files /dev/null and b/themes/Catppuccin-Frappe-Lavender.xpi differ diff --git a/themes/Catppuccin-Frappe-Lavender.zip b/themes/Catppuccin-Frappe-Lavender.zip deleted file mode 100644 index 7b22d17..0000000 Binary files a/themes/Catppuccin-Frappe-Lavender.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Maroon.xpi b/themes/Catppuccin-Frappe-Maroon.xpi new file mode 100644 index 0000000..554e5f8 Binary files /dev/null and b/themes/Catppuccin-Frappe-Maroon.xpi differ diff --git a/themes/Catppuccin-Frappe-Maroon.zip b/themes/Catppuccin-Frappe-Maroon.zip deleted file mode 100644 index 618bd41..0000000 Binary files a/themes/Catppuccin-Frappe-Maroon.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Mauve.xpi b/themes/Catppuccin-Frappe-Mauve.xpi new file mode 100644 index 0000000..044460b Binary files /dev/null and b/themes/Catppuccin-Frappe-Mauve.xpi differ diff --git a/themes/Catppuccin-Frappe-Mauve.zip b/themes/Catppuccin-Frappe-Mauve.zip deleted file mode 100644 index f27aa32..0000000 Binary files a/themes/Catppuccin-Frappe-Mauve.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Peach.xpi b/themes/Catppuccin-Frappe-Peach.xpi new file mode 100644 index 0000000..81d936d Binary files /dev/null and b/themes/Catppuccin-Frappe-Peach.xpi differ diff --git a/themes/Catppuccin-Frappe-Peach.zip b/themes/Catppuccin-Frappe-Peach.zip deleted file mode 100644 index 0c0ca9c..0000000 Binary files a/themes/Catppuccin-Frappe-Peach.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Pink.xpi b/themes/Catppuccin-Frappe-Pink.xpi new file mode 100644 index 0000000..4fd6669 Binary files /dev/null and b/themes/Catppuccin-Frappe-Pink.xpi differ diff --git a/themes/Catppuccin-Frappe-Pink.zip b/themes/Catppuccin-Frappe-Pink.zip deleted file mode 100644 index 8bdbd65..0000000 Binary files a/themes/Catppuccin-Frappe-Pink.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Red.xpi b/themes/Catppuccin-Frappe-Red.xpi new file mode 100644 index 0000000..ff51e3c Binary files /dev/null and b/themes/Catppuccin-Frappe-Red.xpi differ diff --git a/themes/Catppuccin-Frappe-Red.zip b/themes/Catppuccin-Frappe-Red.zip deleted file mode 100644 index 65acc8d..0000000 Binary files a/themes/Catppuccin-Frappe-Red.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Rosewater.xpi b/themes/Catppuccin-Frappe-Rosewater.xpi new file mode 100644 index 0000000..7231972 Binary files /dev/null and b/themes/Catppuccin-Frappe-Rosewater.xpi differ diff --git a/themes/Catppuccin-Frappe-Rosewater.zip b/themes/Catppuccin-Frappe-Rosewater.zip deleted file mode 100644 index e2dba3e..0000000 Binary files a/themes/Catppuccin-Frappe-Rosewater.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Sapphire.xpi b/themes/Catppuccin-Frappe-Sapphire.xpi new file mode 100644 index 0000000..7fa08f3 Binary files /dev/null and b/themes/Catppuccin-Frappe-Sapphire.xpi differ diff --git a/themes/Catppuccin-Frappe-Sapphire.zip b/themes/Catppuccin-Frappe-Sapphire.zip deleted file mode 100644 index 922b5f4..0000000 Binary files a/themes/Catppuccin-Frappe-Sapphire.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Sky.xpi b/themes/Catppuccin-Frappe-Sky.xpi new file mode 100644 index 0000000..d43673e Binary files /dev/null and b/themes/Catppuccin-Frappe-Sky.xpi differ diff --git a/themes/Catppuccin-Frappe-Sky.zip b/themes/Catppuccin-Frappe-Sky.zip deleted file mode 100644 index 7cbdc84..0000000 Binary files a/themes/Catppuccin-Frappe-Sky.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Teal.xpi b/themes/Catppuccin-Frappe-Teal.xpi new file mode 100644 index 0000000..ed423f5 Binary files /dev/null and b/themes/Catppuccin-Frappe-Teal.xpi differ diff --git a/themes/Catppuccin-Frappe-Teal.zip b/themes/Catppuccin-Frappe-Teal.zip deleted file mode 100644 index 31cf8b0..0000000 Binary files a/themes/Catppuccin-Frappe-Teal.zip and /dev/null differ diff --git a/themes/Catppuccin-Frappe-Yellow.xpi b/themes/Catppuccin-Frappe-Yellow.xpi new file mode 100644 index 0000000..2d3db0e Binary files /dev/null and b/themes/Catppuccin-Frappe-Yellow.xpi differ diff --git a/themes/Catppuccin-Frappe-Yellow.zip b/themes/Catppuccin-Frappe-Yellow.zip deleted file mode 100644 index 1fdd4ba..0000000 Binary files a/themes/Catppuccin-Frappe-Yellow.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Blue.xpi b/themes/Catppuccin-Latte-Blue.xpi new file mode 100644 index 0000000..e16ad2b Binary files /dev/null and b/themes/Catppuccin-Latte-Blue.xpi differ diff --git a/themes/Catppuccin-Latte-Blue.zip b/themes/Catppuccin-Latte-Blue.zip deleted file mode 100644 index 5076974..0000000 Binary files a/themes/Catppuccin-Latte-Blue.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Flamingo.xpi b/themes/Catppuccin-Latte-Flamingo.xpi new file mode 100644 index 0000000..066e844 Binary files /dev/null and b/themes/Catppuccin-Latte-Flamingo.xpi differ diff --git a/themes/Catppuccin-Latte-Flamingo.zip b/themes/Catppuccin-Latte-Flamingo.zip deleted file mode 100644 index 111c4cf..0000000 Binary files a/themes/Catppuccin-Latte-Flamingo.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Green.xpi b/themes/Catppuccin-Latte-Green.xpi new file mode 100644 index 0000000..4733d99 Binary files /dev/null and b/themes/Catppuccin-Latte-Green.xpi differ diff --git a/themes/Catppuccin-Latte-Green.zip b/themes/Catppuccin-Latte-Green.zip deleted file mode 100644 index bfda0a9..0000000 Binary files a/themes/Catppuccin-Latte-Green.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Lavender.xpi b/themes/Catppuccin-Latte-Lavender.xpi new file mode 100644 index 0000000..e4a8db6 Binary files /dev/null and b/themes/Catppuccin-Latte-Lavender.xpi differ diff --git a/themes/Catppuccin-Latte-Lavender.zip b/themes/Catppuccin-Latte-Lavender.zip deleted file mode 100644 index b37ac71..0000000 Binary files a/themes/Catppuccin-Latte-Lavender.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Maroon.xpi b/themes/Catppuccin-Latte-Maroon.xpi new file mode 100644 index 0000000..e39b76b Binary files /dev/null and b/themes/Catppuccin-Latte-Maroon.xpi differ diff --git a/themes/Catppuccin-Latte-Maroon.zip b/themes/Catppuccin-Latte-Maroon.zip deleted file mode 100644 index 1a3984f..0000000 Binary files a/themes/Catppuccin-Latte-Maroon.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Mauve.xpi b/themes/Catppuccin-Latte-Mauve.xpi new file mode 100644 index 0000000..8afbca4 Binary files /dev/null and b/themes/Catppuccin-Latte-Mauve.xpi differ diff --git a/themes/Catppuccin-Latte-Mauve.zip b/themes/Catppuccin-Latte-Mauve.zip deleted file mode 100644 index a9fd157..0000000 Binary files a/themes/Catppuccin-Latte-Mauve.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Peach.xpi b/themes/Catppuccin-Latte-Peach.xpi new file mode 100644 index 0000000..ca5dad7 Binary files /dev/null and b/themes/Catppuccin-Latte-Peach.xpi differ diff --git a/themes/Catppuccin-Latte-Peach.zip b/themes/Catppuccin-Latte-Peach.zip deleted file mode 100644 index 471de7b..0000000 Binary files a/themes/Catppuccin-Latte-Peach.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Pink.xpi b/themes/Catppuccin-Latte-Pink.xpi new file mode 100644 index 0000000..314b3e5 Binary files /dev/null and b/themes/Catppuccin-Latte-Pink.xpi differ diff --git a/themes/Catppuccin-Latte-Pink.zip b/themes/Catppuccin-Latte-Pink.zip deleted file mode 100644 index 3372f9c..0000000 Binary files a/themes/Catppuccin-Latte-Pink.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Red.xpi b/themes/Catppuccin-Latte-Red.xpi new file mode 100644 index 0000000..8bf81b4 Binary files /dev/null and b/themes/Catppuccin-Latte-Red.xpi differ diff --git a/themes/Catppuccin-Latte-Red.zip b/themes/Catppuccin-Latte-Red.zip deleted file mode 100644 index bc20348..0000000 Binary files a/themes/Catppuccin-Latte-Red.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Rosewater.xpi b/themes/Catppuccin-Latte-Rosewater.xpi new file mode 100644 index 0000000..22093d8 Binary files /dev/null and b/themes/Catppuccin-Latte-Rosewater.xpi differ diff --git a/themes/Catppuccin-Latte-Rosewater.zip b/themes/Catppuccin-Latte-Rosewater.zip deleted file mode 100644 index d3bce59..0000000 Binary files a/themes/Catppuccin-Latte-Rosewater.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Sapphire.xpi b/themes/Catppuccin-Latte-Sapphire.xpi new file mode 100644 index 0000000..df25d55 Binary files /dev/null and b/themes/Catppuccin-Latte-Sapphire.xpi differ diff --git a/themes/Catppuccin-Latte-Sapphire.zip b/themes/Catppuccin-Latte-Sapphire.zip deleted file mode 100644 index b1e7974..0000000 Binary files a/themes/Catppuccin-Latte-Sapphire.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Sky.xpi b/themes/Catppuccin-Latte-Sky.xpi new file mode 100644 index 0000000..46010e3 Binary files /dev/null and b/themes/Catppuccin-Latte-Sky.xpi differ diff --git a/themes/Catppuccin-Latte-Sky.zip b/themes/Catppuccin-Latte-Sky.zip deleted file mode 100644 index 5c8c10e..0000000 Binary files a/themes/Catppuccin-Latte-Sky.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Teal.xpi b/themes/Catppuccin-Latte-Teal.xpi new file mode 100644 index 0000000..01e39f2 Binary files /dev/null and b/themes/Catppuccin-Latte-Teal.xpi differ diff --git a/themes/Catppuccin-Latte-Teal.zip b/themes/Catppuccin-Latte-Teal.zip deleted file mode 100644 index 1a7b860..0000000 Binary files a/themes/Catppuccin-Latte-Teal.zip and /dev/null differ diff --git a/themes/Catppuccin-Latte-Yellow.xpi b/themes/Catppuccin-Latte-Yellow.xpi new file mode 100644 index 0000000..ff38c73 Binary files /dev/null and b/themes/Catppuccin-Latte-Yellow.xpi differ diff --git a/themes/Catppuccin-Latte-Yellow.zip b/themes/Catppuccin-Latte-Yellow.zip deleted file mode 100644 index 8c2e213..0000000 Binary files a/themes/Catppuccin-Latte-Yellow.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Blue.xpi b/themes/Catppuccin-Macchiato-Blue.xpi new file mode 100644 index 0000000..6c5cb00 Binary files /dev/null and b/themes/Catppuccin-Macchiato-Blue.xpi differ diff --git a/themes/Catppuccin-Macchiato-Blue.zip b/themes/Catppuccin-Macchiato-Blue.zip deleted file mode 100644 index edfdb18..0000000 Binary files a/themes/Catppuccin-Macchiato-Blue.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Flamingo.xpi b/themes/Catppuccin-Macchiato-Flamingo.xpi new file mode 100644 index 0000000..27623b8 Binary files /dev/null and b/themes/Catppuccin-Macchiato-Flamingo.xpi differ diff --git a/themes/Catppuccin-Macchiato-Flamingo.zip b/themes/Catppuccin-Macchiato-Flamingo.zip deleted file mode 100644 index 6bd4b57..0000000 Binary files a/themes/Catppuccin-Macchiato-Flamingo.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Green.xpi b/themes/Catppuccin-Macchiato-Green.xpi new file mode 100644 index 0000000..b1cfad0 Binary files /dev/null and b/themes/Catppuccin-Macchiato-Green.xpi differ diff --git a/themes/Catppuccin-Macchiato-Green.zip b/themes/Catppuccin-Macchiato-Green.zip deleted file mode 100644 index 672a957..0000000 Binary files a/themes/Catppuccin-Macchiato-Green.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Lavender.xpi b/themes/Catppuccin-Macchiato-Lavender.xpi new file mode 100644 index 0000000..25fddb8 Binary files /dev/null and b/themes/Catppuccin-Macchiato-Lavender.xpi differ diff --git a/themes/Catppuccin-Macchiato-Lavender.zip b/themes/Catppuccin-Macchiato-Lavender.zip deleted file mode 100644 index 9b3bacf..0000000 Binary files a/themes/Catppuccin-Macchiato-Lavender.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Maroon.xpi b/themes/Catppuccin-Macchiato-Maroon.xpi new file mode 100644 index 0000000..af3417d Binary files /dev/null and b/themes/Catppuccin-Macchiato-Maroon.xpi differ diff --git a/themes/Catppuccin-Macchiato-Maroon.zip b/themes/Catppuccin-Macchiato-Maroon.zip deleted file mode 100644 index 5d1813c..0000000 Binary files a/themes/Catppuccin-Macchiato-Maroon.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Mauve.xpi b/themes/Catppuccin-Macchiato-Mauve.xpi new file mode 100644 index 0000000..d74deb3 Binary files /dev/null and b/themes/Catppuccin-Macchiato-Mauve.xpi differ diff --git a/themes/Catppuccin-Macchiato-Mauve.zip b/themes/Catppuccin-Macchiato-Mauve.zip deleted file mode 100644 index 1f5c31a..0000000 Binary files a/themes/Catppuccin-Macchiato-Mauve.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Peach.xpi b/themes/Catppuccin-Macchiato-Peach.xpi new file mode 100644 index 0000000..d3a7e97 Binary files /dev/null and b/themes/Catppuccin-Macchiato-Peach.xpi differ diff --git a/themes/Catppuccin-Macchiato-Peach.zip b/themes/Catppuccin-Macchiato-Peach.zip deleted file mode 100644 index 733f615..0000000 Binary files a/themes/Catppuccin-Macchiato-Peach.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Pink.xpi b/themes/Catppuccin-Macchiato-Pink.xpi new file mode 100644 index 0000000..f26a1ad Binary files /dev/null and b/themes/Catppuccin-Macchiato-Pink.xpi differ diff --git a/themes/Catppuccin-Macchiato-Pink.zip b/themes/Catppuccin-Macchiato-Pink.zip deleted file mode 100644 index 90b83ca..0000000 Binary files a/themes/Catppuccin-Macchiato-Pink.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Red.xpi b/themes/Catppuccin-Macchiato-Red.xpi new file mode 100644 index 0000000..e3770e6 Binary files /dev/null and b/themes/Catppuccin-Macchiato-Red.xpi differ diff --git a/themes/Catppuccin-Macchiato-Red.zip b/themes/Catppuccin-Macchiato-Red.zip deleted file mode 100644 index 1f3e91c..0000000 Binary files a/themes/Catppuccin-Macchiato-Red.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Rosewater.xpi b/themes/Catppuccin-Macchiato-Rosewater.xpi new file mode 100644 index 0000000..5f6cd29 Binary files /dev/null and b/themes/Catppuccin-Macchiato-Rosewater.xpi differ diff --git a/themes/Catppuccin-Macchiato-Rosewater.zip b/themes/Catppuccin-Macchiato-Rosewater.zip deleted file mode 100644 index 5707262..0000000 Binary files a/themes/Catppuccin-Macchiato-Rosewater.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Sapphire.xpi b/themes/Catppuccin-Macchiato-Sapphire.xpi new file mode 100644 index 0000000..547b323 Binary files /dev/null and b/themes/Catppuccin-Macchiato-Sapphire.xpi differ diff --git a/themes/Catppuccin-Macchiato-Sapphire.zip b/themes/Catppuccin-Macchiato-Sapphire.zip deleted file mode 100644 index 2c804c7..0000000 Binary files a/themes/Catppuccin-Macchiato-Sapphire.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Sky.xpi b/themes/Catppuccin-Macchiato-Sky.xpi new file mode 100644 index 0000000..099189b Binary files /dev/null and b/themes/Catppuccin-Macchiato-Sky.xpi differ diff --git a/themes/Catppuccin-Macchiato-Sky.zip b/themes/Catppuccin-Macchiato-Sky.zip deleted file mode 100644 index 7e22dc3..0000000 Binary files a/themes/Catppuccin-Macchiato-Sky.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Teal.xpi b/themes/Catppuccin-Macchiato-Teal.xpi new file mode 100644 index 0000000..21c5b46 Binary files /dev/null and b/themes/Catppuccin-Macchiato-Teal.xpi differ diff --git a/themes/Catppuccin-Macchiato-Teal.zip b/themes/Catppuccin-Macchiato-Teal.zip deleted file mode 100644 index 1ed93b9..0000000 Binary files a/themes/Catppuccin-Macchiato-Teal.zip and /dev/null differ diff --git a/themes/Catppuccin-Macchiato-Yellow.xpi b/themes/Catppuccin-Macchiato-Yellow.xpi new file mode 100644 index 0000000..3f86095 Binary files /dev/null and b/themes/Catppuccin-Macchiato-Yellow.xpi differ diff --git a/themes/Catppuccin-Macchiato-Yellow.zip b/themes/Catppuccin-Macchiato-Yellow.zip deleted file mode 100644 index afacd4d..0000000 Binary files a/themes/Catppuccin-Macchiato-Yellow.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Blue.xpi b/themes/Catppuccin-Mocha-Blue.xpi new file mode 100644 index 0000000..f41469e Binary files /dev/null and b/themes/Catppuccin-Mocha-Blue.xpi differ diff --git a/themes/Catppuccin-Mocha-Blue.zip b/themes/Catppuccin-Mocha-Blue.zip deleted file mode 100644 index 296f315..0000000 Binary files a/themes/Catppuccin-Mocha-Blue.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Flamingo.xpi b/themes/Catppuccin-Mocha-Flamingo.xpi new file mode 100644 index 0000000..c994dd0 Binary files /dev/null and b/themes/Catppuccin-Mocha-Flamingo.xpi differ diff --git a/themes/Catppuccin-Mocha-Flamingo.zip b/themes/Catppuccin-Mocha-Flamingo.zip deleted file mode 100644 index 3ec5628..0000000 Binary files a/themes/Catppuccin-Mocha-Flamingo.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Green.xpi b/themes/Catppuccin-Mocha-Green.xpi new file mode 100644 index 0000000..41cc49e Binary files /dev/null and b/themes/Catppuccin-Mocha-Green.xpi differ diff --git a/themes/Catppuccin-Mocha-Green.zip b/themes/Catppuccin-Mocha-Green.zip deleted file mode 100644 index ccfb157..0000000 Binary files a/themes/Catppuccin-Mocha-Green.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Lavender.xpi b/themes/Catppuccin-Mocha-Lavender.xpi new file mode 100644 index 0000000..aa4ba62 Binary files /dev/null and b/themes/Catppuccin-Mocha-Lavender.xpi differ diff --git a/themes/Catppuccin-Mocha-Lavender.zip b/themes/Catppuccin-Mocha-Lavender.zip deleted file mode 100644 index fc412e9..0000000 Binary files a/themes/Catppuccin-Mocha-Lavender.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Maroon.xpi b/themes/Catppuccin-Mocha-Maroon.xpi new file mode 100644 index 0000000..7fe2e5e Binary files /dev/null and b/themes/Catppuccin-Mocha-Maroon.xpi differ diff --git a/themes/Catppuccin-Mocha-Maroon.zip b/themes/Catppuccin-Mocha-Maroon.zip deleted file mode 100644 index cb7ec85..0000000 Binary files a/themes/Catppuccin-Mocha-Maroon.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Mauve.xpi b/themes/Catppuccin-Mocha-Mauve.xpi new file mode 100644 index 0000000..0aeb135 Binary files /dev/null and b/themes/Catppuccin-Mocha-Mauve.xpi differ diff --git a/themes/Catppuccin-Mocha-Mauve.zip b/themes/Catppuccin-Mocha-Mauve.zip deleted file mode 100644 index e1581d0..0000000 Binary files a/themes/Catppuccin-Mocha-Mauve.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Peach.xpi b/themes/Catppuccin-Mocha-Peach.xpi new file mode 100644 index 0000000..ca1e481 Binary files /dev/null and b/themes/Catppuccin-Mocha-Peach.xpi differ diff --git a/themes/Catppuccin-Mocha-Peach.zip b/themes/Catppuccin-Mocha-Peach.zip deleted file mode 100644 index 422b206..0000000 Binary files a/themes/Catppuccin-Mocha-Peach.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Pink.xpi b/themes/Catppuccin-Mocha-Pink.xpi new file mode 100644 index 0000000..434f75d Binary files /dev/null and b/themes/Catppuccin-Mocha-Pink.xpi differ diff --git a/themes/Catppuccin-Mocha-Pink.zip b/themes/Catppuccin-Mocha-Pink.zip deleted file mode 100644 index c2f4c0b..0000000 Binary files a/themes/Catppuccin-Mocha-Pink.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Red.xpi b/themes/Catppuccin-Mocha-Red.xpi new file mode 100644 index 0000000..ef028b6 Binary files /dev/null and b/themes/Catppuccin-Mocha-Red.xpi differ diff --git a/themes/Catppuccin-Mocha-Red.zip b/themes/Catppuccin-Mocha-Red.zip deleted file mode 100644 index 8bfd0c0..0000000 Binary files a/themes/Catppuccin-Mocha-Red.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Rosewater.xpi b/themes/Catppuccin-Mocha-Rosewater.xpi new file mode 100644 index 0000000..6fc7361 Binary files /dev/null and b/themes/Catppuccin-Mocha-Rosewater.xpi differ diff --git a/themes/Catppuccin-Mocha-Rosewater.zip b/themes/Catppuccin-Mocha-Rosewater.zip deleted file mode 100644 index f6e5ed4..0000000 Binary files a/themes/Catppuccin-Mocha-Rosewater.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Sapphire.xpi b/themes/Catppuccin-Mocha-Sapphire.xpi new file mode 100644 index 0000000..e7a8da3 Binary files /dev/null and b/themes/Catppuccin-Mocha-Sapphire.xpi differ diff --git a/themes/Catppuccin-Mocha-Sapphire.zip b/themes/Catppuccin-Mocha-Sapphire.zip deleted file mode 100644 index 5c806a4..0000000 Binary files a/themes/Catppuccin-Mocha-Sapphire.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Sky.xpi b/themes/Catppuccin-Mocha-Sky.xpi new file mode 100644 index 0000000..f748196 Binary files /dev/null and b/themes/Catppuccin-Mocha-Sky.xpi differ diff --git a/themes/Catppuccin-Mocha-Sky.zip b/themes/Catppuccin-Mocha-Sky.zip deleted file mode 100644 index d58cff6..0000000 Binary files a/themes/Catppuccin-Mocha-Sky.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Teal.xpi b/themes/Catppuccin-Mocha-Teal.xpi new file mode 100644 index 0000000..19ef39d Binary files /dev/null and b/themes/Catppuccin-Mocha-Teal.xpi differ diff --git a/themes/Catppuccin-Mocha-Teal.zip b/themes/Catppuccin-Mocha-Teal.zip deleted file mode 100644 index e9a9301..0000000 Binary files a/themes/Catppuccin-Mocha-Teal.zip and /dev/null differ diff --git a/themes/Catppuccin-Mocha-Yellow.xpi b/themes/Catppuccin-Mocha-Yellow.xpi new file mode 100644 index 0000000..c03e2ef Binary files /dev/null and b/themes/Catppuccin-Mocha-Yellow.xpi differ diff --git a/themes/Catppuccin-Mocha-Yellow.zip b/themes/Catppuccin-Mocha-Yellow.zip deleted file mode 100644 index bde98af..0000000 Binary files a/themes/Catppuccin-Mocha-Yellow.zip and /dev/null differ