diff --git a/assets/images/Makefile b/assets/images/Makefile
index cddb557b9c5448b48830228f8239f97329d54e78..bbedbd8b97002aa5fef98499cd86688852e5a4f1 100644
--- a/assets/images/Makefile
+++ b/assets/images/Makefile
@@ -1,6 +1,6 @@
 RESOLUTION = $(shell pwd)/generate_resolution.sh
 THUMB = $(shell pwd)/generate_thumb.sh
-all: material_light@220.png material_light@266.png material_light@335.png material_light@352.png material_light@532.png material_light@thumb.jpg material_dark@220.png material_dark@266.png material_dark@335.png material_dark@352.png material_dark@532.png material_dark@thumb.jpg quassel_light@220.png quassel_light@266.png quassel_light@335.png quassel_light@352.png quassel_light@532.png quassel_light@thumb.jpg quassel_dark@220.png quassel_dark@266.png quassel_dark@335.png quassel_dark@352.png quassel_dark@532.png quassel_dark@thumb.jpg solarized_light@220.png solarized_light@266.png solarized_light@335.png solarized_light@352.png solarized_light@532.png solarized_light@thumb.jpg solarized_dark@220.png solarized_dark@266.png solarized_dark@335.png solarized_dark@352.png solarized_dark@532.png solarized_dark@thumb.jpg gruvbox_light@220.png gruvbox_light@266.png gruvbox_light@335.png gruvbox_light@352.png gruvbox_light@532.png gruvbox_light@thumb.jpg gruvbox_dark@220.png gruvbox_dark@266.png gruvbox_dark@335.png gruvbox_dark@352.png gruvbox_dark@532.png gruvbox_dark@thumb.jpg amoled@220.png amoled@266.png amoled@335.png amoled@352.png amoled@532.png amoled@thumb.jpg dracula@220.png dracula@266.png dracula@335.png dracula@352.png dracula@532.png dracula@thumb.jpg phone@220.png phone@300.png phone@400.png phone@520.png phone@640.png phone@800.png phone@1000.png phone@1220.png phone@thumb.png tablet@545.png tablet@640.png tablet@720.png tablet@800.png tablet@880.png tablet@960.png tablet@1090.png tablet@1635.png tablet@2180.png tablet@thumb.png notifications@363.png notifications@474.png notifications@590.png notifications@thumb.jpg desktop@363.png desktop@474.png desktop@590.png desktop@726.png desktop@948.png desktop@1180.png desktop@thumb.jpg
+all: material_light@220.png material_light@266.png material_light@335.png material_light@352.png material_light@532.png material_light@thumb.jpg material_dark@220.png material_dark@266.png material_dark@335.png material_dark@352.png material_dark@532.png material_dark@thumb.jpg solarized_light@220.png solarized_light@266.png solarized_light@335.png solarized_light@352.png solarized_light@532.png solarized_light@thumb.jpg solarized_dark@220.png solarized_dark@266.png solarized_dark@335.png solarized_dark@352.png solarized_dark@532.png solarized_dark@thumb.jpg gruvbox_light@220.png gruvbox_light@266.png gruvbox_light@335.png gruvbox_light@352.png gruvbox_light@532.png gruvbox_light@thumb.jpg gruvbox_dark@220.png gruvbox_dark@266.png gruvbox_dark@335.png gruvbox_dark@352.png gruvbox_dark@532.png gruvbox_dark@thumb.jpg amoled@220.png amoled@266.png amoled@335.png amoled@352.png amoled@532.png amoled@thumb.jpg dracula@220.png dracula@266.png dracula@335.png dracula@352.png dracula@532.png dracula@thumb.jpg phone@220.png phone@300.png phone@400.png phone@520.png phone@640.png phone@800.png phone@1000.png phone@1220.png phone@thumb.png tablet@545.png tablet@640.png tablet@720.png tablet@800.png tablet@880.png tablet@960.png tablet@1090.png tablet@1635.png tablet@2180.png tablet@thumb.png notifications@363.png notifications@474.png notifications@590.png notifications@thumb.jpg desktop@363.png desktop@474.png desktop@590.png desktop@726.png desktop@948.png desktop@1180.png desktop@thumb.jpg
 material_light@220.png: material_light.png
 	$(RESOLUTION) material_light 220 85
 material_light@266.png: material_light.png
@@ -25,30 +25,6 @@ material_dark@532.png: material_dark.png
 	$(RESOLUTION) material_dark 532 85
 material_dark@thumb.jpg: material_dark.png
 	$(THUMB) material_dark 16x 50 jpg
-quassel_light@220.png: quassel_light.png
-	$(RESOLUTION) quassel_light 220 85
-quassel_light@266.png: quassel_light.png
-	$(RESOLUTION) quassel_light 266 85
-quassel_light@335.png: quassel_light.png
-	$(RESOLUTION) quassel_light 335 85
-quassel_light@352.png: quassel_light.png
-	$(RESOLUTION) quassel_light 352 85
-quassel_light@532.png: quassel_light.png
-	$(RESOLUTION) quassel_light 532 85
-quassel_light@thumb.jpg: quassel_light.png
-	$(THUMB) quassel_light 16x 50 jpg
-quassel_dark@220.png: quassel_dark.png
-	$(RESOLUTION) quassel_dark 220 85
-quassel_dark@266.png: quassel_dark.png
-	$(RESOLUTION) quassel_dark 266 85
-quassel_dark@335.png: quassel_dark.png
-	$(RESOLUTION) quassel_dark 335 85
-quassel_dark@352.png: quassel_dark.png
-	$(RESOLUTION) quassel_dark 352 85
-quassel_dark@532.png: quassel_dark.png
-	$(RESOLUTION) quassel_dark 532 85
-quassel_dark@thumb.jpg: quassel_dark.png
-	$(THUMB) quassel_dark 16x 50 jpg
 solarized_light@220.png: solarized_light.png
 	$(RESOLUTION) solarized_light 220 85
 solarized_light@266.png: solarized_light.png
diff --git a/assets/images/amoled.png b/assets/images/amoled.png
index 48d7a5cafd0027cf5b1472b4739d7c527c498f96..c8319a2055d6cd8df35181ddc5239ece68cfe826 100644
Binary files a/assets/images/amoled.png and b/assets/images/amoled.png differ
diff --git a/assets/images/amoled@220.png b/assets/images/amoled@220.png
index fdeee3ccd30dcccad3a724aaa1e710beb3976b27..0b24e7bbbdec51ea6b6555f5aec97e1b2f93b76d 100644
Binary files a/assets/images/amoled@220.png and b/assets/images/amoled@220.png differ
diff --git a/assets/images/amoled@266.png b/assets/images/amoled@266.png
index 056fe54fc8e672862a16c6b20e5af37491b119bb..64ca9ce02d1d7b689318af71699a69a8fa2ee571 100644
Binary files a/assets/images/amoled@266.png and b/assets/images/amoled@266.png differ
diff --git a/assets/images/amoled@335.png b/assets/images/amoled@335.png
index d5a167d51d2e0e2123a94f82fb7ad052575e55fc..ff61f173ecedec57274ba09902870c2dd809778c 100644
Binary files a/assets/images/amoled@335.png and b/assets/images/amoled@335.png differ
diff --git a/assets/images/amoled@352.png b/assets/images/amoled@352.png
index 653dc95e9b53da9661d511be7cc97c213426fa8c..7b424467f27c8fbc771d961682f4d9ee9a5e8555 100644
Binary files a/assets/images/amoled@352.png and b/assets/images/amoled@352.png differ
diff --git a/assets/images/amoled@532.png b/assets/images/amoled@532.png
index e9576c80c9d1f8499a9935903b7c937c25c9a7c8..07c1f95b489a62d806c9f65a29cf70ab7372207c 100644
Binary files a/assets/images/amoled@532.png and b/assets/images/amoled@532.png differ
diff --git a/assets/images/amoled@thumb.jpg b/assets/images/amoled@thumb.jpg
index 56f8fdceeeaa4ee6dc5f9f70d6cd210b81b04aa5..29fe17bd4948d4f0ce26f2e48c601a199882c6fd 100644
Binary files a/assets/images/amoled@thumb.jpg and b/assets/images/amoled@thumb.jpg differ
diff --git a/assets/images/dracula.png b/assets/images/dracula.png
index 9f97c6e17d16608f5a98cfe3f3e2680aeaf26ad8..0c64cec240699ab685a0510ea50b8a52975c33c4 100644
Binary files a/assets/images/dracula.png and b/assets/images/dracula.png differ
diff --git a/assets/images/dracula@220.png b/assets/images/dracula@220.png
index 6954a0e73713a879b78ae2533c638806910ab398..9607398f0e327b7389181cb0fd81ee598ee0cf73 100644
Binary files a/assets/images/dracula@220.png and b/assets/images/dracula@220.png differ
diff --git a/assets/images/dracula@266.png b/assets/images/dracula@266.png
index bbbb087a0d3cba7be23945e58af78201f713f8d5..e7b71a4b19f41bc6622532e9da376411969d632a 100644
Binary files a/assets/images/dracula@266.png and b/assets/images/dracula@266.png differ
diff --git a/assets/images/dracula@335.png b/assets/images/dracula@335.png
index a856e594fc7359e4fdcc479be71dd1bd6e95628f..83df76116ab85d381cf5b8a8f1d1c472c45c0a7d 100644
Binary files a/assets/images/dracula@335.png and b/assets/images/dracula@335.png differ
diff --git a/assets/images/dracula@352.png b/assets/images/dracula@352.png
index e369d49c2615f5a4f4289a27e230f30726678f76..025d2672cdc0371ebb0d634ca488f5b865f617f4 100644
Binary files a/assets/images/dracula@352.png and b/assets/images/dracula@352.png differ
diff --git a/assets/images/dracula@532.png b/assets/images/dracula@532.png
index 153df0776c59d3a6c37bad22b47be5f06f02b2fa..664ebf55a10d90cc82fb68aa0051cd0b6a372dc0 100644
Binary files a/assets/images/dracula@532.png and b/assets/images/dracula@532.png differ
diff --git a/assets/images/dracula@thumb.jpg b/assets/images/dracula@thumb.jpg
index 53c62fdae88e0c596c01326370bf56d6a2b88b90..fb3bfc8fa80446e7bae2e6e3157839762afe84fe 100644
Binary files a/assets/images/dracula@thumb.jpg and b/assets/images/dracula@thumb.jpg differ
diff --git a/assets/images/generate_images.sh b/assets/images/generate_images.sh
index 362d8d79174975b2764c15079fbf1bac53d28046..5f1acd9e035bc189c3240332462e5b7a1f57d93e 100755
--- a/assets/images/generate_images.sh
+++ b/assets/images/generate_images.sh
@@ -6,7 +6,7 @@ THUMB_QUALITY_JPG=50
 cd $(dirname $(realpath -s ${0}))
 
 # Generate Images
-themes="quassel_light quassel_dark solarized_light solarized_dark gruvbox_light gruvbox_dark amoled"
+themes="material_light material_dark solarized_light solarized_dark gruvbox_light gruvbox_dark amoled"
 for image in ${themes}; do
   ./generate_image ${image} "220 266 335 352 532" 16 ${QUALITY} ${THUMB_QUALITY_JPG} jpg
 done
@@ -14,4 +14,4 @@ done
 ./generate_image tablet "545 640 720 800 880 960 1090 1635 2180" 400 ${QUALITY} ${THUMB_QUALITY_PNG} none
 ./generate_image notifications "363 474 590" 16 ${QUALITY} ${THUMB_QUALITY_JPG} jpg
 ./generate_image desktop "363 474 590 726 948 1180" 16 ${QUALITY} ${THUMB_QUALITY_JPG} jpg
-./generate_image themes "363 474 590 726 948 1180" 16 ${QUALITY} ${THUMB_QUALITY_JPG} jpg
\ No newline at end of file
+./generate_image themes "363 474 590 726 948 1180" 16 ${QUALITY} ${THUMB_QUALITY_JPG} jpg
diff --git a/assets/images/generate_makefile.sh b/assets/images/generate_makefile.sh
index 475e9ca831cca0afcfcf483d4f4b8c157d81534d..4a5d8c204ec803ec2cff44c8534d61286cb7bd6d 100755
--- a/assets/images/generate_makefile.sh
+++ b/assets/images/generate_makefile.sh
@@ -59,7 +59,7 @@ RESOLUTION = \$(shell pwd)/generate_resolution.sh
 THUMB = \$(shell pwd)/generate_thumb.sh
 EOF
 # Generate Images
-themes="material_light material_dark quassel_light quassel_dark solarized_light solarized_dark gruvbox_light gruvbox_dark amoled dracula"
+themes="material_light material_dark solarized_light solarized_dark gruvbox_light gruvbox_dark amoled dracula"
 for image in ${themes}; do
   generate_rule ${image} "220 266 335 352 532" 16x ${QUALITY} ${THUMB_QUALITY_JPG} jpg
 done
diff --git a/assets/images/gruvbox_dark.png b/assets/images/gruvbox_dark.png
index 23c898dc03ba8db0b5f3298f770b7bc34ce5e3dc..2f1672b0d1cc19a7a59ef689ee8149b120382ff7 100644
Binary files a/assets/images/gruvbox_dark.png and b/assets/images/gruvbox_dark.png differ
diff --git a/assets/images/gruvbox_dark@220.png b/assets/images/gruvbox_dark@220.png
index 0c458c198095b2e552201c2c3e7fab12db1ad3f9..ce209d26a37447cf92b8388c25606c54986021ed 100644
Binary files a/assets/images/gruvbox_dark@220.png and b/assets/images/gruvbox_dark@220.png differ
diff --git a/assets/images/gruvbox_dark@266.png b/assets/images/gruvbox_dark@266.png
index 2a4cbbebaffad599448e30f9f861eacee4bb14ec..bca963676d95a56fb4e5e839cee673f42945fd9f 100644
Binary files a/assets/images/gruvbox_dark@266.png and b/assets/images/gruvbox_dark@266.png differ
diff --git a/assets/images/gruvbox_dark@335.png b/assets/images/gruvbox_dark@335.png
index c4895a6f707d58de8b1f3f0d97685cc94ebbb09f..787e795045366b7a6d143acf196036c968963e2d 100644
Binary files a/assets/images/gruvbox_dark@335.png and b/assets/images/gruvbox_dark@335.png differ
diff --git a/assets/images/gruvbox_dark@352.png b/assets/images/gruvbox_dark@352.png
index 7b8fb1560bcf4b29608d16a04244d34739320751..b3fca794be5dc6d5934cd1700820102748c0ad87 100644
Binary files a/assets/images/gruvbox_dark@352.png and b/assets/images/gruvbox_dark@352.png differ
diff --git a/assets/images/gruvbox_dark@532.png b/assets/images/gruvbox_dark@532.png
index c40688e89b49b881f13bacbb864d3800b67d05c2..88ecce6e7edd9c37797c27f1211b141f55af42cf 100644
Binary files a/assets/images/gruvbox_dark@532.png and b/assets/images/gruvbox_dark@532.png differ
diff --git a/assets/images/gruvbox_dark@thumb.jpg b/assets/images/gruvbox_dark@thumb.jpg
index 25eb295f4a1d4ea99d01e86471e9a4bef94e6d26..89854458ccaf5c821e9ea2d32e80afb068d20d75 100644
Binary files a/assets/images/gruvbox_dark@thumb.jpg and b/assets/images/gruvbox_dark@thumb.jpg differ
diff --git a/assets/images/gruvbox_light.png b/assets/images/gruvbox_light.png
index 60a07bca91d02c96dc756cbcc82518623e6bd22b..9722cdb0a93bba40775169ec51b9bf60ea8ab7ab 100644
Binary files a/assets/images/gruvbox_light.png and b/assets/images/gruvbox_light.png differ
diff --git a/assets/images/gruvbox_light@220.png b/assets/images/gruvbox_light@220.png
index 6592a7346924ab82a3d334b832cece03a8cf172b..70809eff4cf91f968c963aaef7d0876a512d2dfd 100644
Binary files a/assets/images/gruvbox_light@220.png and b/assets/images/gruvbox_light@220.png differ
diff --git a/assets/images/gruvbox_light@266.png b/assets/images/gruvbox_light@266.png
index e289acd8309687afd1c221a5741e3644a49b107d..48cbb8acf82f4c832e1587a240bdf70508698659 100644
Binary files a/assets/images/gruvbox_light@266.png and b/assets/images/gruvbox_light@266.png differ
diff --git a/assets/images/gruvbox_light@335.png b/assets/images/gruvbox_light@335.png
index 5b7c572e5e818c15e4f2a520db4e724d5f0515f3..b2212a892246bf55c02e0454db2f98d8d86b4aed 100644
Binary files a/assets/images/gruvbox_light@335.png and b/assets/images/gruvbox_light@335.png differ
diff --git a/assets/images/gruvbox_light@352.png b/assets/images/gruvbox_light@352.png
index 0540f0c786c1cc03e7e66ae4df9a87bba97a7214..e64217860240cb14f81fa81ce7f5b4377b68320b 100644
Binary files a/assets/images/gruvbox_light@352.png and b/assets/images/gruvbox_light@352.png differ
diff --git a/assets/images/gruvbox_light@532.png b/assets/images/gruvbox_light@532.png
index 26567bda721a56c551f63189ff51c8bda494dc0e..c81fa1b89e82a497c1e3315fa80bf986b2a716c6 100644
Binary files a/assets/images/gruvbox_light@532.png and b/assets/images/gruvbox_light@532.png differ
diff --git a/assets/images/gruvbox_light@thumb.jpg b/assets/images/gruvbox_light@thumb.jpg
index 845c6084073cf7ecb8a2b413340bd0db777130be..81983b18966826836d4acf19e41547ebd6dcfec4 100644
Binary files a/assets/images/gruvbox_light@thumb.jpg and b/assets/images/gruvbox_light@thumb.jpg differ
diff --git a/assets/images/material_dark.png b/assets/images/material_dark.png
index b251ab98ce68b55e88f8ad0e676d203b1b6e7af6..e4a8aa99b3042b3d151bf45ac83852e30b861bc8 100644
Binary files a/assets/images/material_dark.png and b/assets/images/material_dark.png differ
diff --git a/assets/images/material_dark@220.png b/assets/images/material_dark@220.png
index 815cfad3aebc736e607d2594f1a8e5f2e20ec755..c565a485da71571d70af3eab2e54bd857eb827a8 100644
Binary files a/assets/images/material_dark@220.png and b/assets/images/material_dark@220.png differ
diff --git a/assets/images/material_dark@266.png b/assets/images/material_dark@266.png
index 5e8a9b86e61d4e9b5a726dd6506172e4e2cdc9ea..4c3a8ee99283c7c0210f66473d8ec73ef6efded7 100644
Binary files a/assets/images/material_dark@266.png and b/assets/images/material_dark@266.png differ
diff --git a/assets/images/material_dark@335.png b/assets/images/material_dark@335.png
index 086180964d47a55fd7d0bae4b806605786fc0c3f..5134c758b89b54384a95f16324d271ff643a0601 100644
Binary files a/assets/images/material_dark@335.png and b/assets/images/material_dark@335.png differ
diff --git a/assets/images/material_dark@352.png b/assets/images/material_dark@352.png
index d296806fcf4bb0feea2543107839802f2f1e6536..130c479e21880120f06e699420d5d86db2f4fe3f 100644
Binary files a/assets/images/material_dark@352.png and b/assets/images/material_dark@352.png differ
diff --git a/assets/images/material_dark@532.png b/assets/images/material_dark@532.png
index bf31c944627922517378a43ec5b59ba2ea8685e2..efafc613d32e889f3c9a9531bc74620975d92d0d 100644
Binary files a/assets/images/material_dark@532.png and b/assets/images/material_dark@532.png differ
diff --git a/assets/images/material_dark@thumb.jpg b/assets/images/material_dark@thumb.jpg
index 04cc79a243c2bef46c5bd68740f41c529124bb6e..e4f55a8d86babf8a614c6e31130e4224396b2fa5 100644
Binary files a/assets/images/material_dark@thumb.jpg and b/assets/images/material_dark@thumb.jpg differ
diff --git a/assets/images/material_light.png b/assets/images/material_light.png
index d3e603ba00b254fc67ee10ca5a6bb68d984865c9..2d459b4565f9cd12a211c40244f5510254d4fc11 100644
Binary files a/assets/images/material_light.png and b/assets/images/material_light.png differ
diff --git a/assets/images/material_light@220.png b/assets/images/material_light@220.png
index 15c64a787971eb432d470afd879cae4434d83720..781d610f4d68557248e72e66573378d70ed1e789 100644
Binary files a/assets/images/material_light@220.png and b/assets/images/material_light@220.png differ
diff --git a/assets/images/material_light@266.png b/assets/images/material_light@266.png
index de740e3ea16e27eff15688de5b174a4114de033b..d490f8ebcb9ff0b5d5e7044d3a9b6d8e8a25c0dd 100644
Binary files a/assets/images/material_light@266.png and b/assets/images/material_light@266.png differ
diff --git a/assets/images/material_light@335.png b/assets/images/material_light@335.png
index 68daac76bb5dc351873be827b809d0358412f660..09a698fcd44df9d34af067b4ef123357e7f4edc6 100644
Binary files a/assets/images/material_light@335.png and b/assets/images/material_light@335.png differ
diff --git a/assets/images/material_light@352.png b/assets/images/material_light@352.png
index c4fdf667bc30ca3ea844a90cab37d148512293d6..13229ce1ae2c08fbb9c2497f30e84f87f9cd091a 100644
Binary files a/assets/images/material_light@352.png and b/assets/images/material_light@352.png differ
diff --git a/assets/images/material_light@532.png b/assets/images/material_light@532.png
index 6c1174a33b1966ea5d5837f35f7fc522c81cef81..fb9efee7c9f910305b54db1c1074d068b59f6977 100644
Binary files a/assets/images/material_light@532.png and b/assets/images/material_light@532.png differ
diff --git a/assets/images/material_light@thumb.jpg b/assets/images/material_light@thumb.jpg
index 3e1c642f94218190b105d0092ea085c524e1213f..5ea61fd67cd5865b24a2c5c45dceb496fefebc7a 100644
Binary files a/assets/images/material_light@thumb.jpg and b/assets/images/material_light@thumb.jpg differ
diff --git a/assets/images/phone.png b/assets/images/phone.png
index a7a537f9122f22b33d80b32cc26848555fd13055..2c79b61448daa06761b739c6ecec47a798c7ac0d 100644
Binary files a/assets/images/phone.png and b/assets/images/phone.png differ
diff --git a/assets/images/phone@1000.png b/assets/images/phone@1000.png
index 3a9e216b6eb06994ace99a1c30e9a06622c4a9b9..1f1b570856d9a45054ae04180cf8793b3a3d3966 100644
Binary files a/assets/images/phone@1000.png and b/assets/images/phone@1000.png differ
diff --git a/assets/images/phone@1220.png b/assets/images/phone@1220.png
index ca5cc60884e70b0bd6963a2e1e5a8ac45b1b406b..d0b96828aecb22ac00960c00f89d0f41265172ee 100644
Binary files a/assets/images/phone@1220.png and b/assets/images/phone@1220.png differ
diff --git a/assets/images/phone@220.png b/assets/images/phone@220.png
index 5422ec863e8a2805509a585d1b54ede075fb6c4c..89744215e7998c3f681a000cd0f4bfda9a5d73fc 100644
Binary files a/assets/images/phone@220.png and b/assets/images/phone@220.png differ
diff --git a/assets/images/phone@300.png b/assets/images/phone@300.png
index 8654740bebefa1502dbc3c129478b873e1f84751..526f37731799932fa661e759510428aad7e63568 100644
Binary files a/assets/images/phone@300.png and b/assets/images/phone@300.png differ
diff --git a/assets/images/phone@400.png b/assets/images/phone@400.png
index 822fd5468ae9ac7e78bc5dcf7d81613a4491160a..61cb879165de510dd99e1496602c1de0bd7d64b0 100644
Binary files a/assets/images/phone@400.png and b/assets/images/phone@400.png differ
diff --git a/assets/images/phone@520.png b/assets/images/phone@520.png
index 552c458232ef87ab82b1238fdc3a68465f7c5a6b..ef587b1ff5e7eae18d091233132d20038b4461ab 100644
Binary files a/assets/images/phone@520.png and b/assets/images/phone@520.png differ
diff --git a/assets/images/phone@640.png b/assets/images/phone@640.png
index 35a81bfd6ee4f3a2f2a11b707df6cdfb0da1f7ee..f46005848b080f7ae506cd87b8f92b90856f0ffe 100644
Binary files a/assets/images/phone@640.png and b/assets/images/phone@640.png differ
diff --git a/assets/images/phone@800.png b/assets/images/phone@800.png
index 312cd1d4f010c25c31741e7978646cf63d087349..89d8f500c5fc4be0deac8518b18c5f43e3a7c21d 100644
Binary files a/assets/images/phone@800.png and b/assets/images/phone@800.png differ
diff --git a/assets/images/phone@thumb.png b/assets/images/phone@thumb.png
index c330fdc19359e7101368cbf84ace28774bf75129..aee85e1d4b60561dcb68440964bcea1f6709014b 100644
Binary files a/assets/images/phone@thumb.png and b/assets/images/phone@thumb.png differ
diff --git a/assets/images/quassel_dark.png b/assets/images/quassel_dark.png
deleted file mode 100644
index 70a0f00056a500f5cad5fa96af7aa0392f0d50b7..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_dark.png and /dev/null differ
diff --git a/assets/images/quassel_dark@220.png b/assets/images/quassel_dark@220.png
deleted file mode 100644
index 33a460ebf1665aab293cbbb997d45508e79f2b35..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_dark@220.png and /dev/null differ
diff --git a/assets/images/quassel_dark@266.png b/assets/images/quassel_dark@266.png
deleted file mode 100644
index 1e65434e45589b42020b745d6d87019160b02fde..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_dark@266.png and /dev/null differ
diff --git a/assets/images/quassel_dark@335.png b/assets/images/quassel_dark@335.png
deleted file mode 100644
index e0f75d1f0d96e8727e8f9755bbee59686cdcd4ad..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_dark@335.png and /dev/null differ
diff --git a/assets/images/quassel_dark@352.png b/assets/images/quassel_dark@352.png
deleted file mode 100644
index 3cdde7687c6f9c4a721b4df513f9a379c8a278ca..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_dark@352.png and /dev/null differ
diff --git a/assets/images/quassel_dark@532.png b/assets/images/quassel_dark@532.png
deleted file mode 100644
index 2eeeac250bdedfce23e47db7b3e7fc3231e5270d..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_dark@532.png and /dev/null differ
diff --git a/assets/images/quassel_dark@thumb.jpg b/assets/images/quassel_dark@thumb.jpg
deleted file mode 100644
index 5147789077e3d61cd17b693551229476ddc80394..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_dark@thumb.jpg and /dev/null differ
diff --git a/assets/images/quassel_light.png b/assets/images/quassel_light.png
deleted file mode 100644
index 271ffbc8edaeb5be60a16801ba4998444b5a0599..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_light.png and /dev/null differ
diff --git a/assets/images/quassel_light@220.png b/assets/images/quassel_light@220.png
deleted file mode 100644
index fcd51e454805755163c543d5f03d00f4bd254e0a..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_light@220.png and /dev/null differ
diff --git a/assets/images/quassel_light@266.png b/assets/images/quassel_light@266.png
deleted file mode 100644
index 24a21b9f727efc907a3856c6caba34a2d19a27cb..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_light@266.png and /dev/null differ
diff --git a/assets/images/quassel_light@335.png b/assets/images/quassel_light@335.png
deleted file mode 100644
index bf876d77433b73deeae08cb3090c0080964be855..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_light@335.png and /dev/null differ
diff --git a/assets/images/quassel_light@352.png b/assets/images/quassel_light@352.png
deleted file mode 100644
index 4566a7ab1ed7e59f0a196397e3a7c2d7a85af6fe..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_light@352.png and /dev/null differ
diff --git a/assets/images/quassel_light@532.png b/assets/images/quassel_light@532.png
deleted file mode 100644
index ef41dee3678045c0378aefe3e9da5f5711f37d10..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_light@532.png and /dev/null differ
diff --git a/assets/images/quassel_light@thumb.jpg b/assets/images/quassel_light@thumb.jpg
deleted file mode 100644
index 0fb1f743c188f9ea637c59c80d73853bbdd767e3..0000000000000000000000000000000000000000
Binary files a/assets/images/quassel_light@thumb.jpg and /dev/null differ
diff --git a/assets/images/solarized_dark.png b/assets/images/solarized_dark.png
index ca0ee98819810471bb5bcc832d01c10adf786439..7a235a6bee638eef383eeee9997e1e9a649cdcef 100644
Binary files a/assets/images/solarized_dark.png and b/assets/images/solarized_dark.png differ
diff --git a/assets/images/solarized_dark@220.png b/assets/images/solarized_dark@220.png
index d4a80fa74ce8ab5a7ba698a6c02c5f4089c2c056..61aed32fedf69b3f15f5dc6e607fc2ea8a213fcf 100644
Binary files a/assets/images/solarized_dark@220.png and b/assets/images/solarized_dark@220.png differ
diff --git a/assets/images/solarized_dark@266.png b/assets/images/solarized_dark@266.png
index e98bc3629c855e318830cc81c625095836449b8d..e20b5776f588910d7d6f890fdf8bf5c84677d7df 100644
Binary files a/assets/images/solarized_dark@266.png and b/assets/images/solarized_dark@266.png differ
diff --git a/assets/images/solarized_dark@335.png b/assets/images/solarized_dark@335.png
index 555d6936637ec5f867280055f021341e713af3ab..13271c23dee6973fd49e3a9ff25baac225371952 100644
Binary files a/assets/images/solarized_dark@335.png and b/assets/images/solarized_dark@335.png differ
diff --git a/assets/images/solarized_dark@352.png b/assets/images/solarized_dark@352.png
index a9a94b6b9cb12c697dbeee5aeb6663684b11ad93..8cd49e21cdd0f09756249374cd2c856649704944 100644
Binary files a/assets/images/solarized_dark@352.png and b/assets/images/solarized_dark@352.png differ
diff --git a/assets/images/solarized_dark@532.png b/assets/images/solarized_dark@532.png
index 4ab2071ac518508f3c64f8b3d6cfd2ff0e30b316..644ded8e8ddf393976232d05005a27c2e41a7e0c 100644
Binary files a/assets/images/solarized_dark@532.png and b/assets/images/solarized_dark@532.png differ
diff --git a/assets/images/solarized_dark@thumb.jpg b/assets/images/solarized_dark@thumb.jpg
index 02729e509b49490d389408fb5f8736e0f9f98e7f..edce5db554658388007e687553d555a1e1d604c6 100644
Binary files a/assets/images/solarized_dark@thumb.jpg and b/assets/images/solarized_dark@thumb.jpg differ
diff --git a/assets/images/solarized_light.png b/assets/images/solarized_light.png
index d1d692ff7bc833a38f01c4f7acab6907f138ee3e..9460f5c4df9837e32bbb7edd35894d4e7a881e14 100644
Binary files a/assets/images/solarized_light.png and b/assets/images/solarized_light.png differ
diff --git a/assets/images/solarized_light@220.png b/assets/images/solarized_light@220.png
index 27c015ec127dcff073c88bc9f81226bfc34781c9..75b373faf08743d8ed8e1dc2c0c1f2fb046bc478 100644
Binary files a/assets/images/solarized_light@220.png and b/assets/images/solarized_light@220.png differ
diff --git a/assets/images/solarized_light@266.png b/assets/images/solarized_light@266.png
index 672b73c3c0dd7a5cf29185b1cf6d898524db2487..94c3cc7a307a0eefaab58f06c4c4f0b52844b832 100644
Binary files a/assets/images/solarized_light@266.png and b/assets/images/solarized_light@266.png differ
diff --git a/assets/images/solarized_light@335.png b/assets/images/solarized_light@335.png
index c6054d05710152efae0c2984d5de688c6c0691ec..f219a9443d9dd8fd7514252fd7fa19ff73cc9dd4 100644
Binary files a/assets/images/solarized_light@335.png and b/assets/images/solarized_light@335.png differ
diff --git a/assets/images/solarized_light@352.png b/assets/images/solarized_light@352.png
index e9200c9779d10b62b407d707f5d276ed9c796ff2..d9826ee048e5e8c167fcbc280dd7638fe3d5934d 100644
Binary files a/assets/images/solarized_light@352.png and b/assets/images/solarized_light@352.png differ
diff --git a/assets/images/solarized_light@532.png b/assets/images/solarized_light@532.png
index e9b8fd185860106fd627133cea4dc5f5217ec40f..97298e511d2b0ed40144ce8fa6ecd23cfc8735bd 100644
Binary files a/assets/images/solarized_light@532.png and b/assets/images/solarized_light@532.png differ
diff --git a/assets/images/solarized_light@thumb.jpg b/assets/images/solarized_light@thumb.jpg
index 66cf756c6712f9bafb69365ebd8e63c3e74d0b73..2cb57ce3c13ce86240da15fec59d495d794cb89a 100644
Binary files a/assets/images/solarized_light@thumb.jpg and b/assets/images/solarized_light@thumb.jpg differ
diff --git a/assets/images/tablet.png b/assets/images/tablet.png
index b3bb9455fbeaf18e5e4ab18beac501705daaec51..0b61632583219da0e9fc400f6f41d49a4002ca57 100644
Binary files a/assets/images/tablet.png and b/assets/images/tablet.png differ
diff --git a/assets/images/tablet@1090.png b/assets/images/tablet@1090.png
index 2041f4a5e9c0b486db5e2ae4ecfd7f61f03f31a7..04c1f50f3ffc0a590c7bb1db6ab5f93299c81617 100644
Binary files a/assets/images/tablet@1090.png and b/assets/images/tablet@1090.png differ
diff --git a/assets/images/tablet@1635.png b/assets/images/tablet@1635.png
index 9a1247a42facacdd58b848d01940ca3978a98891..de7a6ae3b9409c3b51bb1cbd1cbbf180a7da3e10 100644
Binary files a/assets/images/tablet@1635.png and b/assets/images/tablet@1635.png differ
diff --git a/assets/images/tablet@2180.png b/assets/images/tablet@2180.png
index 37807fbeacb93db275f9050f488a5160f9043810..5146ed97cd368fee87d3f97b9c9ef1e170594bf9 100644
Binary files a/assets/images/tablet@2180.png and b/assets/images/tablet@2180.png differ
diff --git a/assets/images/tablet@545.png b/assets/images/tablet@545.png
index 512b4f1dfe75975e44d383394908a98a7141c9ab..3287d044b9d5ab728ac6fbbdb8f81e33e92106f1 100644
Binary files a/assets/images/tablet@545.png and b/assets/images/tablet@545.png differ
diff --git a/assets/images/tablet@640.png b/assets/images/tablet@640.png
index 0b3c03953cd94dcada1cd3469ea686017eae34cc..05c330fb2dd3cab33c2a5d05860e6d554e9f660c 100644
Binary files a/assets/images/tablet@640.png and b/assets/images/tablet@640.png differ
diff --git a/assets/images/tablet@720.png b/assets/images/tablet@720.png
index 8b050b4f02094773b5a14b1b736f435ce5c63466..3c89dad33d50c1bbc637e2bb7badbbcb5d6efc50 100644
Binary files a/assets/images/tablet@720.png and b/assets/images/tablet@720.png differ
diff --git a/assets/images/tablet@800.png b/assets/images/tablet@800.png
index 46a9d230fa3f3bbdee930e5c22be398060d42aa0..21c1ba9c2571eea3716e0f34caceb918b20a33b5 100644
Binary files a/assets/images/tablet@800.png and b/assets/images/tablet@800.png differ
diff --git a/assets/images/tablet@880.png b/assets/images/tablet@880.png
index fa9aab6801aa598d5206b655ddef73526bd6861c..2903ce430441420cdf2eaeb127e6922b36cdd968 100644
Binary files a/assets/images/tablet@880.png and b/assets/images/tablet@880.png differ
diff --git a/assets/images/tablet@960.png b/assets/images/tablet@960.png
index 25584f91e9729a0410258c0e4b0c589c6802d256..7e3db1a4b7077174bc66c2e8e6ddbd2a393caf36 100644
Binary files a/assets/images/tablet@960.png and b/assets/images/tablet@960.png differ
diff --git a/assets/images/tablet@thumb.png b/assets/images/tablet@thumb.png
index ef2b681b91a9e7f0625dfd274efdecd72b768a69..a4c42d6b6020cb25fcd182111a3d776ba96f52d3 100644
Binary files a/assets/images/tablet@thumb.png and b/assets/images/tablet@thumb.png differ
diff --git a/index.html b/index.html
index 5738b79fa5415355b4f78e70236dc15afbf75517..473b48da85009a9b1c553b1fb35f250a26273c8b 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@ runtime.</p></div><div class="nine wide column"><div class="ui one doubling card
 little bit of the UI to your liking, you can truly
 customize Quasseldroid however you’d like.</p><p>Special themes for every situation – be it AMOLED displays
 or holidays – are available, and improve your battery life
-or just look fancy.</p><a href="https://lithium.kuschku.de/quasseldroid-theme-editor/">Theme Editor</a></div><div class="nine wide column"></div></div><div class="ui divider"></div><div class="row centered"><div class="wide column"><div class="ui four doubling cards"><a class="card" href="/assets/images/material_light.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/material_light@thumb.jpg);"><noscript><img src="/assets/images/material_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/material_light@220.png 220w, /assets/images/material_light@266.png 266w, /assets/images/material_light@335.png 335w, /assets/images/material_light@352.png 352w, /assets/images/material_light@532.png 532w"/></noscript><img data-src="/assets/images/material_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/material_light@220.png 220w, /assets/images/material_light@266.png 266w, /assets/images/material_light@335.png 335w, /assets/images/material_light@352.png 352w, /assets/images/material_light@532.png 532w"/></div></div></div><div class="content"><div class="extra">Material Light</div></div></a><a class="card" href="/assets/images/material_dark.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/material_dark@thumb.jpg);"><noscript><img src="/assets/images/material_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/material_dark@220.png 220w, /assets/images/material_dark@266.png 266w, /assets/images/material_dark@335.png 335w, /assets/images/material_dark@352.png 352w, /assets/images/material_dark@532.png 532w"/></noscript><img data-src="/assets/images/material_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/material_dark@220.png 220w, /assets/images/material_dark@266.png 266w, /assets/images/material_dark@335.png 335w, /assets/images/material_dark@352.png 352w, /assets/images/material_dark@532.png 532w"/></div></div></div><div class="content"><div class="extra">Material Dark</div></div></a><a class="card" href="/assets/images/quassel_light.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/quassel_light@thumb.jpg);"><noscript><img src="/assets/images/quassel_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/quassel_light@220.png 220w, /assets/images/quassel_light@266.png 266w, /assets/images/quassel_light@335.png 335w, /assets/images/quassel_light@352.png 352w, /assets/images/quassel_light@532.png 532w"/></noscript><img data-src="/assets/images/quassel_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/quassel_light@220.png 220w, /assets/images/quassel_light@266.png 266w, /assets/images/quassel_light@335.png 335w, /assets/images/quassel_light@352.png 352w, /assets/images/quassel_light@532.png 532w"/></div></div></div><div class="content"><div class="extra">Quassel Light</div></div></a><a class="card" href="/assets/images/quassel_dark.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/quassel_dark@thumb.jpg);"><noscript><img src="/assets/images/quassel_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/quassel_dark@220.png 220w, /assets/images/quassel_dark@266.png 266w, /assets/images/quassel_dark@335.png 335w, /assets/images/quassel_dark@352.png 352w, /assets/images/quassel_dark@532.png 532w"/></noscript><img data-src="/assets/images/quassel_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/quassel_dark@220.png 220w, /assets/images/quassel_dark@266.png 266w, /assets/images/quassel_dark@335.png 335w, /assets/images/quassel_dark@352.png 352w, /assets/images/quassel_dark@532.png 532w"/></div></div></div><div class="content"><div class="extra">Quassel Dark</div></div></a><a class="card" href="/assets/images/solarized_light.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/solarized_light@thumb.jpg);"><noscript><img src="/assets/images/solarized_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/solarized_light@220.png 220w, /assets/images/solarized_light@266.png 266w, /assets/images/solarized_light@335.png 335w, /assets/images/solarized_light@352.png 352w, /assets/images/solarized_light@532.png 532w"/></noscript><img data-src="/assets/images/solarized_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/solarized_light@220.png 220w, /assets/images/solarized_light@266.png 266w, /assets/images/solarized_light@335.png 335w, /assets/images/solarized_light@352.png 352w, /assets/images/solarized_light@532.png 532w"/></div></div></div><div class="content"><div class="extra">Solarized Light</div></div></a><a class="card" href="/assets/images/solarized_dark.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/solarized_dark@thumb.jpg);"><noscript><img src="/assets/images/solarized_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/solarized_dark@220.png 220w, /assets/images/solarized_dark@266.png 266w, /assets/images/solarized_dark@335.png 335w, /assets/images/solarized_dark@352.png 352w, /assets/images/solarized_dark@532.png 532w"/></noscript><img data-src="/assets/images/solarized_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/solarized_dark@220.png 220w, /assets/images/solarized_dark@266.png 266w, /assets/images/solarized_dark@335.png 335w, /assets/images/solarized_dark@352.png 352w, /assets/images/solarized_dark@532.png 532w"/></div></div></div><div class="content"><div class="extra">Solarized Dark</div></div></a><a class="card" href="/assets/images/gruvbox_light.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/gruvbox_light@thumb.jpg);"><noscript><img src="/assets/images/gruvbox_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/gruvbox_light@220.png 220w, /assets/images/gruvbox_light@266.png 266w, /assets/images/gruvbox_light@335.png 335w, /assets/images/gruvbox_light@352.png 352w, /assets/images/gruvbox_light@532.png 532w"/></noscript><img data-src="/assets/images/gruvbox_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/gruvbox_light@220.png 220w, /assets/images/gruvbox_light@266.png 266w, /assets/images/gruvbox_light@335.png 335w, /assets/images/gruvbox_light@352.png 352w, /assets/images/gruvbox_light@532.png 532w"/></div></div></div><div class="content"><div class="extra">Gruvbox Light</div></div></a><a class="card" href="/assets/images/gruvbox_dark.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/gruvbox_dark@thumb.jpg);"><noscript><img src="/assets/images/gruvbox_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/gruvbox_dark@220.png 220w, /assets/images/gruvbox_dark@266.png 266w, /assets/images/gruvbox_dark@335.png 335w, /assets/images/gruvbox_dark@352.png 352w, /assets/images/gruvbox_dark@532.png 532w"/></noscript><img data-src="/assets/images/gruvbox_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/gruvbox_dark@220.png 220w, /assets/images/gruvbox_dark@266.png 266w, /assets/images/gruvbox_dark@335.png 335w, /assets/images/gruvbox_dark@352.png 352w, /assets/images/gruvbox_dark@532.png 532w"/></div></div></div><div class="content"><div class="extra">Gruvbox Dark</div></div></a><a class="card" href="/assets/images/amoled.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/amoled@thumb.jpg);"><noscript><img src="/assets/images/amoled@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/amoled@220.png 220w, /assets/images/amoled@266.png 266w, /assets/images/amoled@335.png 335w, /assets/images/amoled@352.png 352w, /assets/images/amoled@532.png 532w"/></noscript><img data-src="/assets/images/amoled@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/amoled@220.png 220w, /assets/images/amoled@266.png 266w, /assets/images/amoled@335.png 335w, /assets/images/amoled@352.png 352w, /assets/images/amoled@532.png 532w"/></div></div></div><div class="content"><div class="extra">AMOLED</div></div></a><a class="card" href="/assets/images/dracula.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/dracula@thumb.jpg);"><noscript><img src="/assets/images/dracula@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/dracula@220.png 220w, /assets/images/dracula@266.png 266w, /assets/images/dracula@335.png 335w, /assets/images/dracula@352.png 352w, /assets/images/dracula@532.png 532w"/></noscript><img data-src="/assets/images/dracula@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/dracula@220.png 220w, /assets/images/dracula@266.png 266w, /assets/images/dracula@335.png 335w, /assets/images/dracula@352.png 352w, /assets/images/dracula@532.png 532w"/></div></div></div><div class="content"><div class="extra">Dracula</div></div></a></div></div></div></div></div></div><div class="ui black inverted vertical footer segment"><div class="ui center aligned container"><div class="ui stackable inverted grid"><div class="three wide column"><h4 class="ui inverted header">Community</h4><div class="ui inverted link list"><a class="item" href="https://www.transifex.com/quasseldroid-1/quasseldroid-1/">Help Translate</a><a class="item" href="https://lithium.kuschku.de/quasseldroid-theme-editor/">Create a Theme</a><a class="item" href="https://git.kuschku.de/justjanne/quasseldroid-ng/issues/">Submit an Issue</a><a class="item" href="ircs://chat.freenode.org/#quasseldroid">Join our Chat</a><a class="item" href="/docs/">Documentation</a><a class="item" href="/privacy-policy/">Privacy Policy</a></div></div><div class="three wide column"><h4 class="ui inverted header">Discover More</h4><div class="ui inverted link list"><a class="item" href="https://quassel-irc.org/">Quassel</a><a class="item" href="https://github.com/magne4000/quassel-webserver/">quassel-webserver</a><a class="item" href="https://github.com/phhusson/quassel-irssi">quassel-irssi</a><a class="item" href="https://woboq.com/iquassel.html">iQuassel</a><a class="item" href="http://github.com/justjanne/quassel-rest-search">Quassel-Rest-Search</a></div></div></div><div class="ui inverted section divider"></div><img class="ui centered mini image" src="/assets/images/icon.svg"><div class="ui horizontal inverted small divided link list"><a class="item" href="https://git.kuschku.de/justjanne/quasseldroid-ng/">Free &amp; Open Source
+or just look fancy.</p><a href="https://lithium.kuschku.de/quasseldroid-theme-editor/">Theme Editor</a></div><div class="nine wide column"></div></div><div class="ui divider"></div><div class="row centered"><div class="wide column"><div class="ui four doubling cards"><a class="card" href="/assets/images/material_light.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/material_light@thumb.jpg);"><noscript><img src="/assets/images/material_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/material_light@220.png 220w, /assets/images/material_light@266.png 266w, /assets/images/material_light@335.png 335w, /assets/images/material_light@352.png 352w, /assets/images/material_light@532.png 532w"/></noscript><img data-src="/assets/images/material_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/material_light@220.png 220w, /assets/images/material_light@266.png 266w, /assets/images/material_light@335.png 335w, /assets/images/material_light@352.png 352w, /assets/images/material_light@532.png 532w"/></div></div></div><div class="content"><div class="extra">Material Light</div></div></a><a class="card" href="/assets/images/material_dark.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/material_dark@thumb.jpg);"><noscript><img src="/assets/images/material_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/material_dark@220.png 220w, /assets/images/material_dark@266.png 266w, /assets/images/material_dark@335.png 335w, /assets/images/material_dark@352.png 352w, /assets/images/material_dark@532.png 532w"/></noscript><img data-src="/assets/images/material_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/material_dark@220.png 220w, /assets/images/material_dark@266.png 266w, /assets/images/material_dark@335.png 335w, /assets/images/material_dark@352.png 352w, /assets/images/material_dark@532.png 532w"/></div></div></div><div class="content"><div class="extra">Material Dark</div></div></a><a class="card" href="/assets/images/solarized_light.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/solarized_light@thumb.jpg);"><noscript><img src="/assets/images/solarized_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/solarized_light@220.png 220w, /assets/images/solarized_light@266.png 266w, /assets/images/solarized_light@335.png 335w, /assets/images/solarized_light@352.png 352w, /assets/images/solarized_light@532.png 532w"/></noscript><img data-src="/assets/images/solarized_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/solarized_light@220.png 220w, /assets/images/solarized_light@266.png 266w, /assets/images/solarized_light@335.png 335w, /assets/images/solarized_light@352.png 352w, /assets/images/solarized_light@532.png 532w"/></div></div></div><div class="content"><div class="extra">Solarized Light</div></div></a><a class="card" href="/assets/images/solarized_dark.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/solarized_dark@thumb.jpg);"><noscript><img src="/assets/images/solarized_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/solarized_dark@220.png 220w, /assets/images/solarized_dark@266.png 266w, /assets/images/solarized_dark@335.png 335w, /assets/images/solarized_dark@352.png 352w, /assets/images/solarized_dark@532.png 532w"/></noscript><img data-src="/assets/images/solarized_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/solarized_dark@220.png 220w, /assets/images/solarized_dark@266.png 266w, /assets/images/solarized_dark@335.png 335w, /assets/images/solarized_dark@352.png 352w, /assets/images/solarized_dark@532.png 532w"/></div></div></div><div class="content"><div class="extra">Solarized Dark</div></div></a><a class="card" href="/assets/images/gruvbox_light.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/gruvbox_light@thumb.jpg);"><noscript><img src="/assets/images/gruvbox_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/gruvbox_light@220.png 220w, /assets/images/gruvbox_light@266.png 266w, /assets/images/gruvbox_light@335.png 335w, /assets/images/gruvbox_light@352.png 352w, /assets/images/gruvbox_light@532.png 532w"/></noscript><img data-src="/assets/images/gruvbox_light@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/gruvbox_light@220.png 220w, /assets/images/gruvbox_light@266.png 266w, /assets/images/gruvbox_light@335.png 335w, /assets/images/gruvbox_light@352.png 352w, /assets/images/gruvbox_light@532.png 532w"/></div></div></div><div class="content"><div class="extra">Gruvbox Light</div></div></a><a class="card" href="/assets/images/gruvbox_dark.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/gruvbox_dark@thumb.jpg);"><noscript><img src="/assets/images/gruvbox_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/gruvbox_dark@220.png 220w, /assets/images/gruvbox_dark@266.png 266w, /assets/images/gruvbox_dark@335.png 335w, /assets/images/gruvbox_dark@352.png 352w, /assets/images/gruvbox_dark@532.png 532w"/></noscript><img data-src="/assets/images/gruvbox_dark@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/gruvbox_dark@220.png 220w, /assets/images/gruvbox_dark@266.png 266w, /assets/images/gruvbox_dark@335.png 335w, /assets/images/gruvbox_dark@352.png 352w, /assets/images/gruvbox_dark@532.png 532w"/></div></div></div><div class="content"><div class="extra">Gruvbox Dark</div></div></a><a class="card" href="/assets/images/amoled.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/amoled@thumb.jpg);"><noscript><img src="/assets/images/amoled@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/amoled@220.png 220w, /assets/images/amoled@266.png 266w, /assets/images/amoled@335.png 335w, /assets/images/amoled@352.png 352w, /assets/images/amoled@532.png 532w"/></noscript><img data-src="/assets/images/amoled@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/amoled@220.png 220w, /assets/images/amoled@266.png 266w, /assets/images/amoled@335.png 335w, /assets/images/amoled@352.png 352w, /assets/images/amoled@532.png 532w"/></div></div></div><div class="content"><div class="extra">AMOLED</div></div></a><a class="card" href="/assets/images/dracula.png"><div class="image"><div class="responsive container"><div class="responsive placeholder" style="padding-bottom: 177.7777777777778%; background-image: url(/assets/images/dracula@thumb.jpg);"><noscript><img src="/assets/images/dracula@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" srcset="/assets/images/dracula@220.png 220w, /assets/images/dracula@266.png 266w, /assets/images/dracula@335.png 335w, /assets/images/dracula@352.png 352w, /assets/images/dracula@532.png 532w"/></noscript><img data-src="/assets/images/dracula@266.png" sizes="(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px" data-srcset="/assets/images/dracula@220.png 220w, /assets/images/dracula@266.png 266w, /assets/images/dracula@335.png 335w, /assets/images/dracula@352.png 352w, /assets/images/dracula@532.png 532w"/></div></div></div><div class="content"><div class="extra">Dracula</div></div></a></div></div></div></div></div></div><div class="ui black inverted vertical footer segment"><div class="ui center aligned container"><div class="ui stackable inverted grid"><div class="three wide column"><h4 class="ui inverted header">Community</h4><div class="ui inverted link list"><a class="item" href="https://www.transifex.com/quasseldroid-1/quasseldroid-1/">Help Translate</a><a class="item" href="https://lithium.kuschku.de/quasseldroid-theme-editor/">Create a Theme</a><a class="item" href="https://git.kuschku.de/justjanne/quasseldroid-ng/issues/">Submit an Issue</a><a class="item" href="ircs://chat.freenode.org/#quasseldroid">Join our Chat</a><a class="item" href="/docs/">Documentation</a><a class="item" href="/privacy-policy/">Privacy Policy</a></div></div><div class="three wide column"><h4 class="ui inverted header">Discover More</h4><div class="ui inverted link list"><a class="item" href="https://quassel-irc.org/">Quassel</a><a class="item" href="https://github.com/magne4000/quassel-webserver/">quassel-webserver</a><a class="item" href="https://github.com/phhusson/quassel-irssi">quassel-irssi</a><a class="item" href="https://woboq.com/iquassel.html">iQuassel</a><a class="item" href="http://github.com/justjanne/quassel-rest-search">Quassel-Rest-Search</a></div></div></div><div class="ui inverted section divider"></div><img class="ui centered mini image" src="/assets/images/icon.svg"><div class="ui horizontal inverted small divided link list"><a class="item" href="https://git.kuschku.de/justjanne/quasseldroid-ng/">Free &amp; Open Source
 </a></div></div></div></div><script src="/assets/js/intersectionobserver.min.js"></script><script>document.addEventListener("DOMContentLoaded", () => {
   const following_bar = document.querySelector(".following.bar");
   const update_top_bar = function () {
diff --git a/index.pug b/index.pug
index 1f7b0944001f40114bfa0753116aafd68d0d32da..42c0e3edeae6b3e6469cb3aee488512069a8f6b5 100644
--- a/index.pug
+++ b/index.pug
@@ -83,8 +83,6 @@ block content
           .ui.four.doubling.cards
             +theme_card("material_light", "Material Light")
             +theme_card("material_dark", "Material Dark")
-            +theme_card("quassel_light", "Quassel Light")
-            +theme_card("quassel_dark", "Quassel Dark")
             +theme_card("solarized_light", "Solarized Light")
             +theme_card("solarized_dark", "Solarized Dark")
             +theme_card("gruvbox_light", "Gruvbox Light")