diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml
index 0248ae30bb..efdb9adbea 100644
--- a/.github/workflows/auto-build.yml
+++ b/.github/workflows/auto-build.yml
@@ -78,7 +78,7 @@ jobs:
docker push ghcr.io/gilbn/theme.park:$directory
done
- name: manually build
- if: ${{ github.event.inputs.app != 'build-all-the-mods' }}
+ if: ${{ github.event.inputs.app && github.event.inputs.app != 'build-all-the-mods' }}
run: |
docker build docker-mods/${{ github.event.inputs.app }} --tag ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }}
docker push ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }}
@@ -124,7 +124,7 @@ jobs:
docker push gilbn/theme.park:$directory
done
- name: manually build
- if: ${{ github.event.inputs.app != 'build-all-the-mods' }}
+ if: ${{ github.event.inputs.app && github.event.inputs.app != 'build-all-the-mods' }}
run: |
docker build docker-mods/${{ github.event.inputs.app }} --tag gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }}
docker push gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }}
diff --git a/banners/tp_banner.png b/banners/tp_banner.png
index 02313cd530..bde70360f8 100644
Binary files a/banners/tp_banner.png and b/banners/tp_banner.png differ
diff --git a/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png b/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png
index 7c6c7924cf..3e774d9f2e 100644
Binary files a/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png and b/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png differ
diff --git a/css/addons/organizr/glass/example.jpg b/css/addons/organizr/glass/example.jpg
index f938bc5d23..aa3d3e5160 100644
Binary files a/css/addons/organizr/glass/example.jpg and b/css/addons/organizr/glass/example.jpg differ
diff --git a/css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png b/css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png
index 65dee23691..a187ee653f 100644
Binary files a/css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png and b/css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png differ
diff --git a/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png b/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png
index ee888e27d0..65f2b8525a 100644
Binary files a/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png and b/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png differ
diff --git a/css/addons/radarr/radarr-4k-logo/radarr4k.png b/css/addons/radarr/radarr-4k-logo/radarr4k.png
index 469c3675d1..ac86fcb455 100644
Binary files a/css/addons/radarr/radarr-4k-logo/radarr4k.png and b/css/addons/radarr/radarr-4k-logo/radarr4k.png differ
diff --git a/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png b/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png
index a42e2fa59a..6046b6d4e3 100644
Binary files a/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png and b/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png differ
diff --git a/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text-logo.css b/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text-logo.css
new file mode 100644
index 0000000000..9dc5b9037a
--- /dev/null
+++ b/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text-logo.css
@@ -0,0 +1,55 @@
+@media (min-width: 752px) {
+ [class*="PageHeader-logo-"] {
+ display: none !important;
+ }
+ [class*="PageHeader-logoContainer-"]:before {
+ background-image: url("/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png");
+ display: inline-block;
+ margin-left: 15px;
+ width: 124px;
+ height: 40px;
+ content:"";
+ background-size: cover;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ }
+}
+
+
+[class*="LoadingPage-logoFull-"] {
+ display: none !important;
+}
+
+[class*="LoadingPage-page-"]:before {
+ background-image: url("/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png");
+ display: inline-block;
+ width: 124px;
+ height: 40px;
+ content:"";
+ background-size: cover;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ margin-top: 50px;
+ margin-right: auto;
+ margin-left: auto;
+
+}
+
+@media (max-width: 767px) {
+ [class*="PageHeader-logo-"] {
+ display: none !important;
+ }
+ [class*="PageHeader-logoContainer-"]:before {
+ background-image: url("/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
+ display: inline-block;
+ width: 32px;
+ height: 32px;
+ content:"";
+ background-size: cover;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ }
+}
diff --git a/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png b/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png
new file mode 100644
index 0000000000..90caa9d60a
Binary files /dev/null and b/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png differ
diff --git a/css/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg b/css/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg
index 1276c6cab1..903b3dbf18 100644
Binary files a/css/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg and b/css/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg differ
diff --git a/css/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png b/css/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png
index 64690ca1fa..bbc2c556e4 100644
Binary files a/css/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png and b/css/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png differ
diff --git a/css/addons/unraid/login-page/alien/logo/wings.png b/css/addons/unraid/login-page/alien/logo/wings.png
index 1e395a981c..e1e76710b3 100644
Binary files a/css/addons/unraid/login-page/alien/logo/wings.png and b/css/addons/unraid/login-page/alien/logo/wings.png differ
diff --git a/css/addons/unraid/login-page/alien/logo/wings_green2.png b/css/addons/unraid/login-page/alien/logo/wings_green2.png
index eecdd1b2d6..f5b08f7e7b 100644
Binary files a/css/addons/unraid/login-page/alien/logo/wings_green2.png and b/css/addons/unraid/login-page/alien/logo/wings_green2.png differ
diff --git a/css/addons/unraid/login-page/alien/logo/wings_shadow.png b/css/addons/unraid/login-page/alien/logo/wings_shadow.png
index d1169c6356..0dfb81c1e7 100644
Binary files a/css/addons/unraid/login-page/alien/logo/wings_shadow.png and b/css/addons/unraid/login-page/alien/logo/wings_shadow.png differ
diff --git a/css/addons/unraid/login-page/alien/logo/wings_yellow.png b/css/addons/unraid/login-page/alien/logo/wings_yellow.png
index fbc2d77732..5175b60969 100644
Binary files a/css/addons/unraid/login-page/alien/logo/wings_yellow.png and b/css/addons/unraid/login-page/alien/logo/wings_yellow.png differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg b/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg
index 11f46c9382..5b80aa8a0e 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg and b/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg b/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg
index 71309461a3..dbb85e5e29 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg and b/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/noise.png b/css/addons/unraid/login-page/alien/wallpaper/noise.png
index 302cf49d6f..b9c59dafb9 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/noise.png and b/css/addons/unraid/login-page/alien/wallpaper/noise.png differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/ripley.jpg b/css/addons/unraid/login-page/alien/wallpaper/ripley.jpg
index ff0cc01ce8..bae238d904 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/ripley.jpg and b/css/addons/unraid/login-page/alien/wallpaper/ripley.jpg differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg b/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg
index f86fa7a098..15c5c3a92d 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg and b/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/xeno.jpg b/css/addons/unraid/login-page/alien/wallpaper/xeno.jpg
index 8b9797d6fc..fcac495b42 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/xeno.jpg and b/css/addons/unraid/login-page/alien/wallpaper/xeno.jpg differ
diff --git a/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png b/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png
index 8cfa9d0d97..32c850a13a 100644
Binary files a/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png and b/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png differ
diff --git a/css/addons/unraid/login-page/fallout/logo/vault-tec_white.png b/css/addons/unraid/login-page/fallout/logo/vault-tec_white.png
index 81f7ff7402..04d129d9c0 100644
Binary files a/css/addons/unraid/login-page/fallout/logo/vault-tec_white.png and b/css/addons/unraid/login-page/fallout/logo/vault-tec_white.png differ
diff --git a/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg b/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg
index a767780c28..dfa2cb2d34 100644
Binary files a/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg and b/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg differ
diff --git a/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg b/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg
index 5424c647eb..4f09dbbc22 100644
Binary files a/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg and b/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg differ
diff --git a/docker-mods/librespeed/root/etc/cont-init.d/98-themepark b/docker-mods/librespeed/root/etc/cont-init.d/98-themepark
index ebcd5445ad..6a46fa2088 100644
--- a/docker-mods/librespeed/root/etc/cont-init.d/98-themepark
+++ b/docker-mods/librespeed/root/etc/cont-init.d/98-themepark
@@ -43,8 +43,8 @@ if ! grep -q "${TP_DOMAIN}/css/base" /app/www/public/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'
- sed -i "s/<\/head>/<\/head> /g" /usr/share/webapps/librespeed/index.html
- sed -i "s/<\/head>/<\/head> /g" /usr/share/webapps/librespeed/index.html
+ sed -i "s/<\/head>/<\/head> /g" /app/www/public/index.html
+ sed -i "s/<\/head>/<\/head> /g" /app/www/public/index.html
printf 'Stylesheet set to %s\n' "${TP_THEME}
"
fi
\ No newline at end of file
diff --git a/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
index ebcd5445ad..6a46fa2088 100755
--- a/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
+++ b/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -43,8 +43,8 @@ if ! grep -q "${TP_DOMAIN}/css/base" /app/www/public/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'
- sed -i "s/<\/head>/<\/head> /g" /usr/share/webapps/librespeed/index.html
- sed -i "s/<\/head>/<\/head> /g" /usr/share/webapps/librespeed/index.html
+ sed -i "s/<\/head>/<\/head> /g" /app/www/public/index.html
+ sed -i "s/<\/head>/<\/head> /g" /app/www/public/index.html
printf 'Stylesheet set to %s\n' "${TP_THEME}
"
fi
\ No newline at end of file
diff --git a/resources/blur-light-dark.png b/resources/blur-light-dark.png
index a5af8bf91f..d068bb614a 100644
Binary files a/resources/blur-light-dark.png and b/resources/blur-light-dark.png differ
diff --git a/resources/blur-light.png b/resources/blur-light.png
index c79a3188bf..44aa67b2ee 100644
Binary files a/resources/blur-light.png and b/resources/blur-light.png differ
diff --git a/resources/blur-noise.png b/resources/blur-noise.png
index 45e6761864..5e44c66451 100644
Binary files a/resources/blur-noise.png and b/resources/blur-noise.png differ
diff --git a/resources/deluge/active.png b/resources/deluge/active.png
index 582acbcf41..d8ade5102e 100644
Binary files a/resources/deluge/active.png and b/resources/deluge/active.png differ
diff --git a/resources/deluge/add.png b/resources/deluge/add.png
index c2e22c33fc..deb80b8cd5 100644
Binary files a/resources/deluge/add.png and b/resources/deluge/add.png differ
diff --git a/resources/deluge/add_small.png b/resources/deluge/add_small.png
index 0c25468f5c..b794b8d717 100644
Binary files a/resources/deluge/add_small.png and b/resources/deluge/add_small.png differ
diff --git a/resources/deluge/all.png b/resources/deluge/all.png
index fff584b046..df2f9e58fe 100644
Binary files a/resources/deluge/all.png and b/resources/deluge/all.png differ
diff --git a/resources/deluge/ascending.png b/resources/deluge/ascending.png
index 70dbc14436..d33fd6af1c 100644
Binary files a/resources/deluge/ascending.png and b/resources/deluge/ascending.png differ
diff --git a/resources/deluge/bottom.png b/resources/deluge/bottom.png
index 11eb6b2c84..f900f7cfd7 100644
Binary files a/resources/deluge/bottom.png and b/resources/deluge/bottom.png differ
diff --git a/resources/deluge/checking.png b/resources/deluge/checking.png
index 4b73f81386..4171a02055 100644
Binary files a/resources/deluge/checking.png and b/resources/deluge/checking.png differ
diff --git a/resources/deluge/columns.png b/resources/deluge/columns.png
index 857042eae1..53eefa3e0d 100644
Binary files a/resources/deluge/columns.png and b/resources/deluge/columns.png differ
diff --git a/resources/deluge/connection.png b/resources/deluge/connection.png
index 4e68683d9c..4cbc724efa 100644
Binary files a/resources/deluge/connection.png and b/resources/deluge/connection.png differ
diff --git a/resources/deluge/connection_small.png b/resources/deluge/connection_small.png
index e60f265ee5..3e78ea8373 100644
Binary files a/resources/deluge/connection_small.png and b/resources/deluge/connection_small.png differ
diff --git a/resources/deluge/connections.png b/resources/deluge/connections.png
index db193df46a..74c237a95b 100644
Binary files a/resources/deluge/connections.png and b/resources/deluge/connections.png differ
diff --git a/resources/deluge/deluge.png b/resources/deluge/deluge.png
index 950d5ac1d0..e3f937b96a 100644
Binary files a/resources/deluge/deluge.png and b/resources/deluge/deluge.png differ
diff --git a/resources/deluge/descending.png b/resources/deluge/descending.png
index dda70d2023..567129c991 100644
Binary files a/resources/deluge/descending.png and b/resources/deluge/descending.png differ
diff --git a/resources/deluge/dling.png b/resources/deluge/dling.png
index 1530f89945..2cb45bf48a 100644
Binary files a/resources/deluge/dling.png and b/resources/deluge/dling.png differ
diff --git a/resources/deluge/down.png b/resources/deluge/down.png
index 96793c4a85..ada47b9319 100644
Binary files a/resources/deluge/down.png and b/resources/deluge/down.png differ
diff --git a/resources/deluge/down_small.png b/resources/deluge/down_small.png
index 99b6e15b64..0df3a30561 100644
Binary files a/resources/deluge/down_small.png and b/resources/deluge/down_small.png differ
diff --git a/resources/deluge/edit.png b/resources/deluge/edit.png
index 36220a877d..78a0b2a4dd 100644
Binary files a/resources/deluge/edit.png and b/resources/deluge/edit.png differ
diff --git a/resources/deluge/error.png b/resources/deluge/error.png
index ecd2048a90..bf369b3728 100644
Binary files a/resources/deluge/error.png and b/resources/deluge/error.png differ
diff --git a/resources/deluge/file.png b/resources/deluge/file.png
index 4e02c9379f..e674f57d26 100644
Binary files a/resources/deluge/file.png and b/resources/deluge/file.png differ
diff --git a/resources/deluge/folder.png b/resources/deluge/folder.png
index 2dde716b2f..c38cb36277 100644
Binary files a/resources/deluge/folder.png and b/resources/deluge/folder.png differ
diff --git a/resources/deluge/harddrive.png b/resources/deluge/harddrive.png
index 55f98bd830..5fb8472fc8 100644
Binary files a/resources/deluge/harddrive.png and b/resources/deluge/harddrive.png differ
diff --git a/resources/deluge/help.png b/resources/deluge/help.png
index 54e8e268c7..5784eb722a 100644
Binary files a/resources/deluge/help.png and b/resources/deluge/help.png differ
diff --git a/resources/deluge/logout.png b/resources/deluge/logout.png
index 03af055ecb..780c822b91 100644
Binary files a/resources/deluge/logout.png and b/resources/deluge/logout.png differ
diff --git a/resources/deluge/move.png b/resources/deluge/move.png
index 28b385eb29..0b5baf1b6d 100644
Binary files a/resources/deluge/move.png and b/resources/deluge/move.png differ
diff --git a/resources/deluge/ok.png b/resources/deluge/ok.png
index 8405502bd5..6c7312f510 100644
Binary files a/resources/deluge/ok.png and b/resources/deluge/ok.png differ
diff --git a/resources/deluge/pause.png b/resources/deluge/pause.png
index 2ad6f8f157..3d41baf295 100644
Binary files a/resources/deluge/pause.png and b/resources/deluge/pause.png differ
diff --git a/resources/deluge/paused.png b/resources/deluge/paused.png
index e7218ff45e..8bd712b17a 100644
Binary files a/resources/deluge/paused.png and b/resources/deluge/paused.png differ
diff --git a/resources/deluge/plugin.png b/resources/deluge/plugin.png
index d02baf58a1..cf0f9cfba4 100644
Binary files a/resources/deluge/plugin.png and b/resources/deluge/plugin.png differ
diff --git a/resources/deluge/queue.png b/resources/deluge/queue.png
index 46f91fdc12..21a07d5c89 100644
Binary files a/resources/deluge/queue.png and b/resources/deluge/queue.png differ
diff --git a/resources/deluge/queued.png b/resources/deluge/queued.png
index de77d475bf..3bf6186938 100644
Binary files a/resources/deluge/queued.png and b/resources/deluge/queued.png differ
diff --git a/resources/deluge/remove.png b/resources/deluge/remove.png
index 8d20479aef..01cb61372a 100644
Binary files a/resources/deluge/remove.png and b/resources/deluge/remove.png differ
diff --git a/resources/deluge/remove_small.png b/resources/deluge/remove_small.png
index 25fc2175d1..32d412e025 100644
Binary files a/resources/deluge/remove_small.png and b/resources/deluge/remove_small.png differ
diff --git a/resources/deluge/resume.png b/resources/deluge/resume.png
index a05d0c01c5..4ec94fe1d1 100644
Binary files a/resources/deluge/resume.png and b/resources/deluge/resume.png differ
diff --git a/resources/deluge/resume_small.png b/resources/deluge/resume_small.png
index dde670a9bd..38ba5c2ada 100644
Binary files a/resources/deluge/resume_small.png and b/resources/deluge/resume_small.png differ
diff --git a/resources/deluge/search.png b/resources/deluge/search.png
index 3a4994fdae..f6340867d9 100644
Binary files a/resources/deluge/search.png and b/resources/deluge/search.png differ
diff --git a/resources/deluge/settings.png b/resources/deluge/settings.png
index 60e13abacf..1f1bd03843 100644
Binary files a/resources/deluge/settings.png and b/resources/deluge/settings.png differ
diff --git a/resources/deluge/settings_small.png b/resources/deluge/settings_small.png
index 305a63ecfb..bd0dfb36e5 100644
Binary files a/resources/deluge/settings_small.png and b/resources/deluge/settings_small.png differ
diff --git a/resources/deluge/top.png b/resources/deluge/top.png
index 941313f945..2c3bc93775 100644
Binary files a/resources/deluge/top.png and b/resources/deluge/top.png differ
diff --git a/resources/deluge/uling.png b/resources/deluge/uling.png
index fbb557765c..5ea0923202 100644
Binary files a/resources/deluge/uling.png and b/resources/deluge/uling.png differ
diff --git a/resources/deluge/up.png b/resources/deluge/up.png
index 2a2d3ad953..0641757f5b 100644
Binary files a/resources/deluge/up.png and b/resources/deluge/up.png differ
diff --git a/resources/deluge/up_small.png b/resources/deluge/up_small.png
index 6ec0ec06d6..16a525db61 100644
Binary files a/resources/deluge/up_small.png and b/resources/deluge/up_small.png differ
diff --git a/resources/deluge/update.png b/resources/deluge/update.png
index abab2f7453..74088e7d38 100644
Binary files a/resources/deluge/update.png and b/resources/deluge/update.png differ
diff --git a/resources/duplicati/about.png b/resources/duplicati/about.png
index 5779ca7c70..885e74975a 100644
Binary files a/resources/duplicati/about.png and b/resources/duplicati/about.png differ
diff --git a/resources/duplicati/add.png b/resources/duplicati/add.png
index e073581685..b42101f8bb 100644
Binary files a/resources/duplicati/add.png and b/resources/duplicati/add.png differ
diff --git a/resources/duplicati/home.png b/resources/duplicati/home.png
index 637da01ea5..0225acc05a 100644
Binary files a/resources/duplicati/home.png and b/resources/duplicati/home.png differ
diff --git a/resources/duplicati/logout.png b/resources/duplicati/logout.png
index 931dcdeabb..2e73731c10 100644
Binary files a/resources/duplicati/logout.png and b/resources/duplicati/logout.png differ
diff --git a/resources/duplicati/pause.png b/resources/duplicati/pause.png
index be62518e4c..5e49fe745b 100644
Binary files a/resources/duplicati/pause.png and b/resources/duplicati/pause.png differ
diff --git a/resources/duplicati/restore.png b/resources/duplicati/restore.png
index 60971613e4..66bfc89b68 100644
Binary files a/resources/duplicati/restore.png and b/resources/duplicati/restore.png differ
diff --git a/resources/duplicati/settings.png b/resources/duplicati/settings.png
index e897fdea2e..c273346a05 100644
Binary files a/resources/duplicati/settings.png and b/resources/duplicati/settings.png differ
diff --git a/resources/duplicati/throttle.png b/resources/duplicati/throttle.png
index 678d3f5934..ac296d2ffd 100644
Binary files a/resources/duplicati/throttle.png and b/resources/duplicati/throttle.png differ
diff --git a/resources/guacamole/checkmark.png b/resources/guacamole/checkmark.png
index a578339f99..7dcfac1d52 100644
Binary files a/resources/guacamole/checkmark.png and b/resources/guacamole/checkmark.png differ
diff --git a/resources/guacamole/cog.png b/resources/guacamole/cog.png
index a051a978a4..88e34c5bb3 100644
Binary files a/resources/guacamole/cog.png and b/resources/guacamole/cog.png differ
diff --git a/resources/guacamole/guac-config-dark.png b/resources/guacamole/guac-config-dark.png
index 450030d74f..cab7450244 100644
Binary files a/resources/guacamole/guac-config-dark.png and b/resources/guacamole/guac-config-dark.png differ
diff --git a/resources/guacamole/guac-first-page.png b/resources/guacamole/guac-first-page.png
index 90b4db5b75..569e1cb814 100644
Binary files a/resources/guacamole/guac-first-page.png and b/resources/guacamole/guac-first-page.png differ
diff --git a/resources/guacamole/guac-home-dark.png b/resources/guacamole/guac-home-dark.png
index ff05f799a7..9075119e82 100644
Binary files a/resources/guacamole/guac-home-dark.png and b/resources/guacamole/guac-home-dark.png differ
diff --git a/resources/guacamole/guac-last-page.png b/resources/guacamole/guac-last-page.png
index 78422f2b19..b1dc8caef2 100644
Binary files a/resources/guacamole/guac-last-page.png and b/resources/guacamole/guac-last-page.png differ
diff --git a/resources/guacamole/guac-logout-dark.png b/resources/guacamole/guac-logout-dark.png
index deb97f3237..406612e5ef 100644
Binary files a/resources/guacamole/guac-logout-dark.png and b/resources/guacamole/guac-logout-dark.png differ
diff --git a/resources/guacamole/guac-monitor.png b/resources/guacamole/guac-monitor.png
index 49104942e8..de98f241c4 100644
Binary files a/resources/guacamole/guac-monitor.png and b/resources/guacamole/guac-monitor.png differ
diff --git a/resources/guacamole/guac-text.png b/resources/guacamole/guac-text.png
index 16d674e7e9..977b1f8d23 100644
Binary files a/resources/guacamole/guac-text.png and b/resources/guacamole/guac-text.png differ
diff --git a/resources/guacamole/guac-user.png b/resources/guacamole/guac-user.png
index 7bf83b08f0..9baba3712f 100644
Binary files a/resources/guacamole/guac-user.png and b/resources/guacamole/guac-user.png differ
diff --git a/resources/guacamole/lock.png b/resources/guacamole/lock.png
index 02b495dde1..0e2a68ea8c 100644
Binary files a/resources/guacamole/lock.png and b/resources/guacamole/lock.png differ
diff --git a/resources/guacamole/magnifier.png b/resources/guacamole/magnifier.png
index 9cdfa0b8e6..480e967af3 100644
Binary files a/resources/guacamole/magnifier.png and b/resources/guacamole/magnifier.png differ
diff --git a/resources/landing-page/assets/img/aquamarine-small.jpg b/resources/landing-page/assets/img/aquamarine-small.jpg
index afc304064c..a11df2ee8f 100644
Binary files a/resources/landing-page/assets/img/aquamarine-small.jpg and b/resources/landing-page/assets/img/aquamarine-small.jpg differ
diff --git a/resources/landing-page/assets/img/aquamarine.png b/resources/landing-page/assets/img/aquamarine.png
index e32584b9a6..6904472a88 100644
Binary files a/resources/landing-page/assets/img/aquamarine.png and b/resources/landing-page/assets/img/aquamarine.png differ
diff --git a/resources/landing-page/assets/img/dark-small.jpg b/resources/landing-page/assets/img/dark-small.jpg
index a35e1d1743..133befd662 100644
Binary files a/resources/landing-page/assets/img/dark-small.jpg and b/resources/landing-page/assets/img/dark-small.jpg differ
diff --git a/resources/landing-page/assets/img/dark.png b/resources/landing-page/assets/img/dark.png
index 73bf8563b1..1412fe887f 100644
Binary files a/resources/landing-page/assets/img/dark.png and b/resources/landing-page/assets/img/dark.png differ
diff --git a/resources/landing-page/assets/img/dracula-small.jpg b/resources/landing-page/assets/img/dracula-small.jpg
index 7f2e904857..c0ac5f351f 100644
Binary files a/resources/landing-page/assets/img/dracula-small.jpg and b/resources/landing-page/assets/img/dracula-small.jpg differ
diff --git a/resources/landing-page/assets/img/hotline-small.jpg b/resources/landing-page/assets/img/hotline-small.jpg
index 68c31714ed..42eed52117 100644
Binary files a/resources/landing-page/assets/img/hotline-small.jpg and b/resources/landing-page/assets/img/hotline-small.jpg differ
diff --git a/resources/landing-page/assets/img/hotline.png b/resources/landing-page/assets/img/hotline.png
index 43a0ab5744..b138674dfe 100644
Binary files a/resources/landing-page/assets/img/hotline.png and b/resources/landing-page/assets/img/hotline.png differ
diff --git a/resources/landing-page/assets/img/hotpink-small.jpg b/resources/landing-page/assets/img/hotpink-small.jpg
index dae9d3615b..da679b8089 100644
Binary files a/resources/landing-page/assets/img/hotpink-small.jpg and b/resources/landing-page/assets/img/hotpink-small.jpg differ
diff --git a/resources/landing-page/assets/img/maroon-small.jpg b/resources/landing-page/assets/img/maroon-small.jpg
index 279bfe73ef..9c2c78cb0e 100644
Binary files a/resources/landing-page/assets/img/maroon-small.jpg and b/resources/landing-page/assets/img/maroon-small.jpg differ
diff --git a/resources/landing-page/assets/img/maroon.png b/resources/landing-page/assets/img/maroon.png
index 2c06528789..61a5e52ea8 100644
Binary files a/resources/landing-page/assets/img/maroon.png and b/resources/landing-page/assets/img/maroon.png differ
diff --git a/resources/landing-page/assets/img/nord-small.jpg b/resources/landing-page/assets/img/nord-small.jpg
index 67350871cf..965fbeac72 100644
Binary files a/resources/landing-page/assets/img/nord-small.jpg and b/resources/landing-page/assets/img/nord-small.jpg differ
diff --git a/resources/landing-page/assets/img/nord.png b/resources/landing-page/assets/img/nord.png
index a3aa1cde30..149c539abb 100644
Binary files a/resources/landing-page/assets/img/nord.png and b/resources/landing-page/assets/img/nord.png differ
diff --git a/resources/landing-page/assets/img/organizr-small.jpg b/resources/landing-page/assets/img/organizr-small.jpg
index a22e6f2b9c..31b80dc3a1 100644
Binary files a/resources/landing-page/assets/img/organizr-small.jpg and b/resources/landing-page/assets/img/organizr-small.jpg differ
diff --git a/resources/landing-page/assets/img/organizr.png b/resources/landing-page/assets/img/organizr.png
index 5e63842761..c53a71ac7e 100644
Binary files a/resources/landing-page/assets/img/organizr.png and b/resources/landing-page/assets/img/organizr.png differ
diff --git a/resources/landing-page/assets/img/overseerr-small.jpg b/resources/landing-page/assets/img/overseerr-small.jpg
index a0df0d5aba..ec73ca29a0 100644
Binary files a/resources/landing-page/assets/img/overseerr-small.jpg and b/resources/landing-page/assets/img/overseerr-small.jpg differ
diff --git a/resources/landing-page/assets/img/overseerr.png b/resources/landing-page/assets/img/overseerr.png
index de685d62e8..502e578a40 100644
Binary files a/resources/landing-page/assets/img/overseerr.png and b/resources/landing-page/assets/img/overseerr.png differ
diff --git a/resources/landing-page/assets/img/plex-small.jpg b/resources/landing-page/assets/img/plex-small.jpg
index 465f8863ca..e3b4b56d90 100644
Binary files a/resources/landing-page/assets/img/plex-small.jpg and b/resources/landing-page/assets/img/plex-small.jpg differ
diff --git a/resources/landing-page/assets/img/plex.png b/resources/landing-page/assets/img/plex.png
index 9408aa8279..5ea51a6b81 100644
Binary files a/resources/landing-page/assets/img/plex.png and b/resources/landing-page/assets/img/plex.png differ
diff --git a/resources/landing-page/assets/img/slides/1.jpg b/resources/landing-page/assets/img/slides/1.jpg
index 873899894a..31bd54c25b 100644
Binary files a/resources/landing-page/assets/img/slides/1.jpg and b/resources/landing-page/assets/img/slides/1.jpg differ
diff --git a/resources/landing-page/assets/img/slides/10.jpg b/resources/landing-page/assets/img/slides/10.jpg
index 680a2076a4..b5b8875d0b 100644
Binary files a/resources/landing-page/assets/img/slides/10.jpg and b/resources/landing-page/assets/img/slides/10.jpg differ
diff --git a/resources/landing-page/assets/img/slides/11.jpg b/resources/landing-page/assets/img/slides/11.jpg
index 6338bdbc24..21238d319f 100644
Binary files a/resources/landing-page/assets/img/slides/11.jpg and b/resources/landing-page/assets/img/slides/11.jpg differ
diff --git a/resources/landing-page/assets/img/slides/12.jpg b/resources/landing-page/assets/img/slides/12.jpg
index 0a213b3ac1..eb911fe56c 100644
Binary files a/resources/landing-page/assets/img/slides/12.jpg and b/resources/landing-page/assets/img/slides/12.jpg differ
diff --git a/resources/landing-page/assets/img/slides/13.jpg b/resources/landing-page/assets/img/slides/13.jpg
index 189eaa027a..bff080eb8b 100644
Binary files a/resources/landing-page/assets/img/slides/13.jpg and b/resources/landing-page/assets/img/slides/13.jpg differ
diff --git a/resources/landing-page/assets/img/slides/2.jpg b/resources/landing-page/assets/img/slides/2.jpg
index 23244f4132..254af4c5a9 100644
Binary files a/resources/landing-page/assets/img/slides/2.jpg and b/resources/landing-page/assets/img/slides/2.jpg differ
diff --git a/resources/landing-page/assets/img/slides/3.jpg b/resources/landing-page/assets/img/slides/3.jpg
index 31dac5abbd..7071a248af 100644
Binary files a/resources/landing-page/assets/img/slides/3.jpg and b/resources/landing-page/assets/img/slides/3.jpg differ
diff --git a/resources/landing-page/assets/img/slides/4.jpg b/resources/landing-page/assets/img/slides/4.jpg
index 2eaf7a7001..50b1270ef4 100644
Binary files a/resources/landing-page/assets/img/slides/4.jpg and b/resources/landing-page/assets/img/slides/4.jpg differ
diff --git a/resources/landing-page/assets/img/slides/5.jpg b/resources/landing-page/assets/img/slides/5.jpg
index 154aa13506..0c53c28724 100644
Binary files a/resources/landing-page/assets/img/slides/5.jpg and b/resources/landing-page/assets/img/slides/5.jpg differ
diff --git a/resources/landing-page/assets/img/slides/6.jpg b/resources/landing-page/assets/img/slides/6.jpg
index 5186664a1e..36118e7470 100644
Binary files a/resources/landing-page/assets/img/slides/6.jpg and b/resources/landing-page/assets/img/slides/6.jpg differ
diff --git a/resources/landing-page/assets/img/slides/7.jpg b/resources/landing-page/assets/img/slides/7.jpg
index 94cf4813c6..4dc52b463a 100644
Binary files a/resources/landing-page/assets/img/slides/7.jpg and b/resources/landing-page/assets/img/slides/7.jpg differ
diff --git a/resources/landing-page/assets/img/slides/8.jpg b/resources/landing-page/assets/img/slides/8.jpg
index c80f207ba9..fd324d6d2e 100644
Binary files a/resources/landing-page/assets/img/slides/8.jpg and b/resources/landing-page/assets/img/slides/8.jpg differ
diff --git a/resources/landing-page/assets/img/slides/9.jpg b/resources/landing-page/assets/img/slides/9.jpg
index 6ef49336a2..0a550e86ac 100644
Binary files a/resources/landing-page/assets/img/slides/9.jpg and b/resources/landing-page/assets/img/slides/9.jpg differ
diff --git a/resources/landing-page/assets/img/space-gray-small.jpg b/resources/landing-page/assets/img/space-gray-small.jpg
index 71cb998d18..737d2f7d27 100644
Binary files a/resources/landing-page/assets/img/space-gray-small.jpg and b/resources/landing-page/assets/img/space-gray-small.jpg differ
diff --git a/resources/landing-page/assets/img/space-gray.png b/resources/landing-page/assets/img/space-gray.png
index e6ed58f2fb..fae561d4f1 100644
Binary files a/resources/landing-page/assets/img/space-gray.png and b/resources/landing-page/assets/img/space-gray.png differ
diff --git a/resources/landing-page/assets/img/themepark-logo.png b/resources/landing-page/assets/img/themepark-logo.png
index 2714a5eeb2..fdb8dc7652 100644
Binary files a/resources/landing-page/assets/img/themepark-logo.png and b/resources/landing-page/assets/img/themepark-logo.png differ
diff --git a/resources/landing-page/assets/meta_image.jpg b/resources/landing-page/assets/meta_image.jpg
index a0e96ce885..55017445bb 100644
Binary files a/resources/landing-page/assets/meta_image.jpg and b/resources/landing-page/assets/meta_image.jpg differ
diff --git a/resources/logarr/increase.png b/resources/logarr/increase.png
index c602db728e..65fc0ff15d 100644
Binary files a/resources/logarr/increase.png and b/resources/logarr/increase.png differ
diff --git a/resources/mind.jpg b/resources/mind.jpg
index 5c111d4373..445c88d378 100644
Binary files a/resources/mind.jpg and b/resources/mind.jpg differ
diff --git a/resources/organizr/aquamarine/aquamarine_homepage.jpg b/resources/organizr/aquamarine/aquamarine_homepage.jpg
index b3c4e75357..c45966da44 100644
Binary files a/resources/organizr/aquamarine/aquamarine_homepage.jpg and b/resources/organizr/aquamarine/aquamarine_homepage.jpg differ
diff --git a/resources/organizr/aquamarine/aquamarine_splash.jpg b/resources/organizr/aquamarine/aquamarine_splash.jpg
index 9ccc6f9f39..d3c20e925b 100644
Binary files a/resources/organizr/aquamarine/aquamarine_splash.jpg and b/resources/organizr/aquamarine/aquamarine_splash.jpg differ
diff --git a/resources/organizr/dark/dark_homepage.jpg b/resources/organizr/dark/dark_homepage.jpg
index 62ac4843cf..a2933baf50 100644
Binary files a/resources/organizr/dark/dark_homepage.jpg and b/resources/organizr/dark/dark_homepage.jpg differ
diff --git a/resources/organizr/dark/dark_search.jpg b/resources/organizr/dark/dark_search.jpg
index d8ef96bd60..be90a63f8c 100644
Binary files a/resources/organizr/dark/dark_search.jpg and b/resources/organizr/dark/dark_search.jpg differ
diff --git a/resources/organizr/dark/dark_splash.jpg b/resources/organizr/dark/dark_splash.jpg
index 9d58f02589..9165d51e3d 100644
Binary files a/resources/organizr/dark/dark_splash.jpg and b/resources/organizr/dark/dark_splash.jpg differ
diff --git a/resources/organizr/dracula/dracula_homepage.jpg b/resources/organizr/dracula/dracula_homepage.jpg
index 15726f5186..9b83ce9514 100644
Binary files a/resources/organizr/dracula/dracula_homepage.jpg and b/resources/organizr/dracula/dracula_homepage.jpg differ
diff --git a/resources/organizr/dracula/dracula_search.jpg b/resources/organizr/dracula/dracula_search.jpg
index 6f82189bb0..b4c0e84d85 100644
Binary files a/resources/organizr/dracula/dracula_search.jpg and b/resources/organizr/dracula/dracula_search.jpg differ
diff --git a/resources/organizr/dracula/dracula_splash.jpg b/resources/organizr/dracula/dracula_splash.jpg
index f440458272..b15e7c1cd0 100644
Binary files a/resources/organizr/dracula/dracula_splash.jpg and b/resources/organizr/dracula/dracula_splash.jpg differ
diff --git a/resources/organizr/dracula/theme-park-organizr-dracula-logo.png b/resources/organizr/dracula/theme-park-organizr-dracula-logo.png
index e8fa7f93fd..d80fa58834 100644
Binary files a/resources/organizr/dracula/theme-park-organizr-dracula-logo.png and b/resources/organizr/dracula/theme-park-organizr-dracula-logo.png differ
diff --git a/resources/organizr/hotline/hotline_homepage.jpg b/resources/organizr/hotline/hotline_homepage.jpg
index ef8a07188c..66c5acb6e4 100644
Binary files a/resources/organizr/hotline/hotline_homepage.jpg and b/resources/organizr/hotline/hotline_homepage.jpg differ
diff --git a/resources/organizr/hotline/hotline_search.jpg b/resources/organizr/hotline/hotline_search.jpg
index 57f9e4e96d..bfa850e737 100644
Binary files a/resources/organizr/hotline/hotline_search.jpg and b/resources/organizr/hotline/hotline_search.jpg differ
diff --git a/resources/organizr/hotline/hotline_splash.jpg b/resources/organizr/hotline/hotline_splash.jpg
index 43cb17ea37..536171958a 100644
Binary files a/resources/organizr/hotline/hotline_splash.jpg and b/resources/organizr/hotline/hotline_splash.jpg differ
diff --git a/resources/organizr/hotline/theme-park-organizr-hotline-logo.png b/resources/organizr/hotline/theme-park-organizr-hotline-logo.png
index 51ca81cb4d..4464350867 100644
Binary files a/resources/organizr/hotline/theme-park-organizr-hotline-logo.png and b/resources/organizr/hotline/theme-park-organizr-hotline-logo.png differ
diff --git a/resources/organizr/hotpink/hotpink_homepage.jpg b/resources/organizr/hotpink/hotpink_homepage.jpg
index 40d0748385..066feaa592 100644
Binary files a/resources/organizr/hotpink/hotpink_homepage.jpg and b/resources/organizr/hotpink/hotpink_homepage.jpg differ
diff --git a/resources/organizr/hotpink/hotpink_search.jpg b/resources/organizr/hotpink/hotpink_search.jpg
index a00fe46d3e..cec4a91134 100644
Binary files a/resources/organizr/hotpink/hotpink_search.jpg and b/resources/organizr/hotpink/hotpink_search.jpg differ
diff --git a/resources/organizr/hotpink/hotpink_splash.jpg b/resources/organizr/hotpink/hotpink_splash.jpg
index da2f51cb86..40217f7368 100644
Binary files a/resources/organizr/hotpink/hotpink_splash.jpg and b/resources/organizr/hotpink/hotpink_splash.jpg differ
diff --git a/resources/organizr/hotpink/theme-park-organizr-hotpink-logo.png b/resources/organizr/hotpink/theme-park-organizr-hotpink-logo.png
index a1c7e09031..4a27494a0e 100644
Binary files a/resources/organizr/hotpink/theme-park-organizr-hotpink-logo.png and b/resources/organizr/hotpink/theme-park-organizr-hotpink-logo.png differ
diff --git a/resources/organizr/nord/nord_homepage.jpg b/resources/organizr/nord/nord_homepage.jpg
index 25fdb0c02d..06c3f27c1e 100644
Binary files a/resources/organizr/nord/nord_homepage.jpg and b/resources/organizr/nord/nord_homepage.jpg differ
diff --git a/resources/organizr/nord/nord_login.jpg b/resources/organizr/nord/nord_login.jpg
index b02d4b0cdf..87af6083b0 100644
Binary files a/resources/organizr/nord/nord_login.jpg and b/resources/organizr/nord/nord_login.jpg differ
diff --git a/resources/organizr/nord/nord_search.jpg b/resources/organizr/nord/nord_search.jpg
index 9ec0260789..159723353b 100644
Binary files a/resources/organizr/nord/nord_search.jpg and b/resources/organizr/nord/nord_search.jpg differ
diff --git a/resources/organizr/nord/nord_splash.jpg b/resources/organizr/nord/nord_splash.jpg
index 9d58f02589..9165d51e3d 100644
Binary files a/resources/organizr/nord/nord_splash.jpg and b/resources/organizr/nord/nord_splash.jpg differ
diff --git a/resources/organizr/nord/theme-park-organizr-nord-logo.png b/resources/organizr/nord/theme-park-organizr-nord-logo.png
index 61631d5748..f3f7b3a47c 100644
Binary files a/resources/organizr/nord/theme-park-organizr-nord-logo.png and b/resources/organizr/nord/theme-park-organizr-nord-logo.png differ
diff --git a/resources/organizr/onedark/onedark_homepage.jpg b/resources/organizr/onedark/onedark_homepage.jpg
index 49efb8ae76..43593eda1e 100644
Binary files a/resources/organizr/onedark/onedark_homepage.jpg and b/resources/organizr/onedark/onedark_homepage.jpg differ
diff --git a/resources/organizr/onedark/onedark_search.jpg b/resources/organizr/onedark/onedark_search.jpg
index afc41d5e2a..fb9a96f93f 100644
Binary files a/resources/organizr/onedark/onedark_search.jpg and b/resources/organizr/onedark/onedark_search.jpg differ
diff --git a/resources/organizr/onedark/theme-park-organizr-onedark-logo.png b/resources/organizr/onedark/theme-park-organizr-onedark-logo.png
index c2409dbdbf..28aab2f994 100644
Binary files a/resources/organizr/onedark/theme-park-organizr-onedark-logo.png and b/resources/organizr/onedark/theme-park-organizr-onedark-logo.png differ
diff --git a/resources/organizr/overseerr/overseerr_homepage.jpg b/resources/organizr/overseerr/overseerr_homepage.jpg
index d6995b2a42..059684a254 100644
Binary files a/resources/organizr/overseerr/overseerr_homepage.jpg and b/resources/organizr/overseerr/overseerr_homepage.jpg differ
diff --git a/resources/organizr/overseerr/overseerr_search.jpg b/resources/organizr/overseerr/overseerr_search.jpg
index b4a4518d59..b96cd7ccb5 100644
Binary files a/resources/organizr/overseerr/overseerr_search.jpg and b/resources/organizr/overseerr/overseerr_search.jpg differ
diff --git a/resources/organizr/overseerr/overseerr_splash.jpg b/resources/organizr/overseerr/overseerr_splash.jpg
index e45adc1d83..ef59e105c6 100644
Binary files a/resources/organizr/overseerr/overseerr_splash.jpg and b/resources/organizr/overseerr/overseerr_splash.jpg differ
diff --git a/resources/organizr/overseerr/theme-park-organizr-overseerr-logo.png b/resources/organizr/overseerr/theme-park-organizr-overseerr-logo.png
index 697614ba0a..77a3b3d06b 100644
Binary files a/resources/organizr/overseerr/theme-park-organizr-overseerr-logo.png and b/resources/organizr/overseerr/theme-park-organizr-overseerr-logo.png differ
diff --git a/resources/organizr/plex/plex_homepage.jpg b/resources/organizr/plex/plex_homepage.jpg
index 9fe841af85..8e8ae41df8 100644
Binary files a/resources/organizr/plex/plex_homepage.jpg and b/resources/organizr/plex/plex_homepage.jpg differ
diff --git a/resources/organizr/plex/plex_search.jpg b/resources/organizr/plex/plex_search.jpg
index 57f696c968..0e5a7f9878 100644
Binary files a/resources/organizr/plex/plex_search.jpg and b/resources/organizr/plex/plex_search.jpg differ
diff --git a/resources/organizr/plex/plex_splash.jpg b/resources/organizr/plex/plex_splash.jpg
index 7951b3abb9..67b5c069ae 100644
Binary files a/resources/organizr/plex/plex_splash.jpg and b/resources/organizr/plex/plex_splash.jpg differ
diff --git a/resources/organizr/plex/theme-park-organizr-plex-logo.png b/resources/organizr/plex/theme-park-organizr-plex-logo.png
index 7a97cb63fe..2b837178d5 100644
Binary files a/resources/organizr/plex/theme-park-organizr-plex-logo.png and b/resources/organizr/plex/theme-park-organizr-plex-logo.png differ
diff --git a/resources/organizr/spacegray/spacegray_homepage.jpg b/resources/organizr/spacegray/spacegray_homepage.jpg
index 04dc28dd9f..3e271b396c 100644
Binary files a/resources/organizr/spacegray/spacegray_homepage.jpg and b/resources/organizr/spacegray/spacegray_homepage.jpg differ
diff --git a/resources/organizr/spacegray/spacegray_search.jpg b/resources/organizr/spacegray/spacegray_search.jpg
index 970f64e09f..d807a043b3 100644
Binary files a/resources/organizr/spacegray/spacegray_search.jpg and b/resources/organizr/spacegray/spacegray_search.jpg differ
diff --git a/resources/organizr/spacegray/spacegray_splash.jpg b/resources/organizr/spacegray/spacegray_splash.jpg
index 8b82bdef92..e7db43af71 100644
Binary files a/resources/organizr/spacegray/spacegray_splash.jpg and b/resources/organizr/spacegray/spacegray_splash.jpg differ
diff --git a/resources/preset-dark2.png b/resources/preset-dark2.png
index 983f25f9f2..760351deb0 100644
Binary files a/resources/preset-dark2.png and b/resources/preset-dark2.png differ
diff --git a/resources/preset-light2.png b/resources/preset-light2.png
index fe29556abf..29bd72232c 100644
Binary files a/resources/preset-light2.png and b/resources/preset-light2.png differ
diff --git a/resources/qbittorrent/collapse-expand.gif b/resources/qbittorrent/collapse-expand.gif
index affb7d0838..1973d09f70 100644
Binary files a/resources/qbittorrent/collapse-expand.gif and b/resources/qbittorrent/collapse-expand.gif differ
diff --git a/resources/qbittorrent/dots.png b/resources/qbittorrent/dots.png
index 53d4aaa0a0..eaf1bad009 100644
Binary files a/resources/qbittorrent/dots.png and b/resources/qbittorrent/dots.png differ
diff --git a/resources/qbittorrent/folder-open-solid.svg b/resources/qbittorrent/folder-open-solid.svg
index 99d403c812..a9fab3e323 100644
--- a/resources/qbittorrent/folder-open-solid.svg
+++ b/resources/qbittorrent/folder-open-solid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/qbittorrent/go-down.png b/resources/qbittorrent/go-down.png
index f17ad5886a..c5f9aac9d1 100644
Binary files a/resources/qbittorrent/go-down.png and b/resources/qbittorrent/go-down.png differ
diff --git a/resources/qbittorrent/inbox-solid.svg b/resources/qbittorrent/inbox-solid.svg
index 88a6908d7b..463238d21e 100644
--- a/resources/qbittorrent/inbox-solid.svg
+++ b/resources/qbittorrent/inbox-solid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/qbittorrent/network-wired-solid.svg b/resources/qbittorrent/network-wired-solid.svg
index 35321af999..6b3339ee71 100644
--- a/resources/qbittorrent/network-wired-solid.svg
+++ b/resources/qbittorrent/network-wired-solid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/qbittorrent/search-solid.png b/resources/qbittorrent/search-solid.png
index 2d0c9e43d1..df00022b72 100644
Binary files a/resources/qbittorrent/search-solid.png and b/resources/qbittorrent/search-solid.png differ
diff --git a/resources/reality.jpg b/resources/reality.jpg
index 1075433cf5..4f62c8a672 100644
Binary files a/resources/reality.jpg and b/resources/reality.jpg differ
diff --git a/resources/requestrr/requestrr_white.png b/resources/requestrr/requestrr_white.png
index 468c16591a..408f28909d 100644
Binary files a/resources/requestrr/requestrr_white.png and b/resources/requestrr/requestrr_white.png differ
diff --git a/resources/rutorrent/ajax-loader-small.gif b/resources/rutorrent/ajax-loader-small.gif
index bd1f6af0aa..8bba191c40 100644
Binary files a/resources/rutorrent/ajax-loader-small.gif and b/resources/rutorrent/ajax-loader-small.gif differ
diff --git a/resources/rutorrent/ajax-loader.gif b/resources/rutorrent/ajax-loader.gif
index 50d5735a23..9032e61329 100644
Binary files a/resources/rutorrent/ajax-loader.gif and b/resources/rutorrent/ajax-loader.gif differ
diff --git a/resources/rutorrent/archive.png b/resources/rutorrent/archive.png
index bb69d64eee..88e016fafc 100644
Binary files a/resources/rutorrent/archive.png and b/resources/rutorrent/archive.png differ
diff --git a/resources/rutorrent/asc.gif b/resources/rutorrent/asc.gif
index 44f5040793..aa4cfa552e 100644
Binary files a/resources/rutorrent/asc.gif and b/resources/rutorrent/asc.gif differ
diff --git a/resources/rutorrent/autodll-irc1.png b/resources/rutorrent/autodll-irc1.png
index 9ae318785e..cfa0d2b663 100644
Binary files a/resources/rutorrent/autodll-irc1.png and b/resources/rutorrent/autodll-irc1.png differ
diff --git a/resources/rutorrent/autodll-irc2.png b/resources/rutorrent/autodll-irc2.png
index 20047bb236..6895dbeb61 100644
Binary files a/resources/rutorrent/autodll-irc2.png and b/resources/rutorrent/autodll-irc2.png differ
diff --git a/resources/rutorrent/bul_f.gif b/resources/rutorrent/bul_f.gif
index f89f6af7ab..d64d6ca110 100644
Binary files a/resources/rutorrent/bul_f.gif and b/resources/rutorrent/bul_f.gif differ
diff --git a/resources/rutorrent/bul_l.gif b/resources/rutorrent/bul_l.gif
index f4db00d242..f8c10086ea 100644
Binary files a/resources/rutorrent/bul_l.gif and b/resources/rutorrent/bul_l.gif differ
diff --git a/resources/rutorrent/chat2.png b/resources/rutorrent/chat2.png
index 10a05ffed5..e96c203f11 100644
Binary files a/resources/rutorrent/chat2.png and b/resources/rutorrent/chat2.png differ
diff --git a/resources/rutorrent/chat3.png b/resources/rutorrent/chat3.png
index fca2879e81..8d747ada0d 100644
Binary files a/resources/rutorrent/chat3.png and b/resources/rutorrent/chat3.png differ
diff --git a/resources/rutorrent/close.png b/resources/rutorrent/close.png
index cba7c6ad44..058e55aeae 100644
Binary files a/resources/rutorrent/close.png and b/resources/rutorrent/close.png differ
diff --git a/resources/rutorrent/console.png b/resources/rutorrent/console.png
index 849fd496f2..c8445f0108 100644
Binary files a/resources/rutorrent/console.png and b/resources/rutorrent/console.png differ
diff --git a/resources/rutorrent/desc.gif b/resources/rutorrent/desc.gif
index 409fdc6b0d..edeb62b693 100644
Binary files a/resources/rutorrent/desc.gif and b/resources/rutorrent/desc.gif differ
diff --git a/resources/rutorrent/directory.png b/resources/rutorrent/directory.png
index b012494033..5aa333931a 100644
Binary files a/resources/rutorrent/directory.png and b/resources/rutorrent/directory.png differ
diff --git a/resources/rutorrent/dlg-autodl-irc.gif b/resources/rutorrent/dlg-autodl-irc.gif
index 3e6adb558e..3d1980fa3b 100644
Binary files a/resources/rutorrent/dlg-autodl-irc.gif and b/resources/rutorrent/dlg-autodl-irc.gif differ
diff --git a/resources/rutorrent/dlg-rssurlrewrite.gif b/resources/rutorrent/dlg-rssurlrewrite.gif
index d85a87d264..8a2c3a9713 100644
Binary files a/resources/rutorrent/dlg-rssurlrewrite.gif and b/resources/rutorrent/dlg-rssurlrewrite.gif differ
diff --git a/resources/rutorrent/dlg-toolbars.gif b/resources/rutorrent/dlg-toolbars.gif
index 5c2fa7f3a1..1dd18f8cc6 100644
Binary files a/resources/rutorrent/dlg-toolbars.gif and b/resources/rutorrent/dlg-toolbars.gif differ
diff --git a/resources/rutorrent/dropdown.png b/resources/rutorrent/dropdown.png
index 8211019564..49a032898d 100644
Binary files a/resources/rutorrent/dropdown.png and b/resources/rutorrent/dropdown.png differ
diff --git a/resources/rutorrent/go.png b/resources/rutorrent/go.png
index a4ce2a07af..9b3d582ebe 100644
Binary files a/resources/rutorrent/go.png and b/resources/rutorrent/go.png differ
diff --git a/resources/rutorrent/goh.png b/resources/rutorrent/goh.png
index 450f90ac2a..ab4a30c8cd 100644
Binary files a/resources/rutorrent/goh.png and b/resources/rutorrent/goh.png differ
diff --git a/resources/rutorrent/green.png b/resources/rutorrent/green.png
index c787db371f..cb60cdb4e5 100644
Binary files a/resources/rutorrent/green.png and b/resources/rutorrent/green.png differ
diff --git a/resources/rutorrent/header_move.gif b/resources/rutorrent/header_move.gif
index 9a245a2434..17127903b1 100644
Binary files a/resources/rutorrent/header_move.gif and b/resources/rutorrent/header_move.gif differ
diff --git a/resources/rutorrent/headers.png b/resources/rutorrent/headers.png
index c855c7f280..fca5fd46a8 100644
Binary files a/resources/rutorrent/headers.png and b/resources/rutorrent/headers.png differ
diff --git a/resources/rutorrent/image.png b/resources/rutorrent/image.png
index 3a39534a25..7c4b9ac8c0 100644
Binary files a/resources/rutorrent/image.png and b/resources/rutorrent/image.png differ
diff --git a/resources/rutorrent/linklogsh.png b/resources/rutorrent/linklogsh.png
index 439680ad56..403af215b0 100644
Binary files a/resources/rutorrent/linklogsh.png and b/resources/rutorrent/linklogsh.png differ
diff --git a/resources/rutorrent/logoff2.png b/resources/rutorrent/logoff2.png
index e5aae730b7..955cece667 100644
Binary files a/resources/rutorrent/logoff2.png and b/resources/rutorrent/logoff2.png differ
diff --git a/resources/rutorrent/menus.png b/resources/rutorrent/menus.png
index 92475fcfad..05856aef92 100644
Binary files a/resources/rutorrent/menus.png and b/resources/rutorrent/menus.png differ
diff --git a/resources/rutorrent/mp3.png b/resources/rutorrent/mp3.png
index c8fba28663..941a076ea0 100644
Binary files a/resources/rutorrent/mp3.png and b/resources/rutorrent/mp3.png differ
diff --git a/resources/rutorrent/nfo.png b/resources/rutorrent/nfo.png
index 8dcf20392e..2192618a70 100644
Binary files a/resources/rutorrent/nfo.png and b/resources/rutorrent/nfo.png differ
diff --git a/resources/rutorrent/nlb.png b/resources/rutorrent/nlb.png
index 11cac61c9c..c79be48966 100644
Binary files a/resources/rutorrent/nlb.png and b/resources/rutorrent/nlb.png differ
diff --git a/resources/rutorrent/pauseui.png b/resources/rutorrent/pauseui.png
index ccd584a343..4ce51fdcbe 100644
Binary files a/resources/rutorrent/pauseui.png and b/resources/rutorrent/pauseui.png differ
diff --git a/resources/rutorrent/pauseuih.png b/resources/rutorrent/pauseuih.png
index f1fb16139d..718d148201 100644
Binary files a/resources/rutorrent/pauseuih.png and b/resources/rutorrent/pauseuih.png differ
diff --git a/resources/rutorrent/playui.png b/resources/rutorrent/playui.png
index dd5f3a8eac..a8ddeb7af2 100644
Binary files a/resources/rutorrent/playui.png and b/resources/rutorrent/playui.png differ
diff --git a/resources/rutorrent/playuih.png b/resources/rutorrent/playuih.png
index a034fa70ad..93399c4d55 100644
Binary files a/resources/rutorrent/playuih.png and b/resources/rutorrent/playuih.png differ
diff --git a/resources/rutorrent/pluginh.png b/resources/rutorrent/pluginh.png
index 768a0946d6..bf9059b3e0 100644
Binary files a/resources/rutorrent/pluginh.png and b/resources/rutorrent/pluginh.png differ
diff --git a/resources/rutorrent/pnl_close.gif b/resources/rutorrent/pnl_close.gif
index 8468fb6810..96eeae109c 100644
Binary files a/resources/rutorrent/pnl_close.gif and b/resources/rutorrent/pnl_close.gif differ
diff --git a/resources/rutorrent/pnl_close.png b/resources/rutorrent/pnl_close.png
index c4ef069892..d19643517b 100644
Binary files a/resources/rutorrent/pnl_close.png and b/resources/rutorrent/pnl_close.png differ
diff --git a/resources/rutorrent/pnl_open.gif b/resources/rutorrent/pnl_open.gif
index 3c072f7bee..487c575e14 100644
Binary files a/resources/rutorrent/pnl_open.gif and b/resources/rutorrent/pnl_open.gif differ
diff --git a/resources/rutorrent/pnl_open.png b/resources/rutorrent/pnl_open.png
index 26326c417b..9695bd3cde 100644
Binary files a/resources/rutorrent/pnl_open.png and b/resources/rutorrent/pnl_open.png differ
diff --git a/resources/rutorrent/proxy.png b/resources/rutorrent/proxy.png
index 6177430cf6..ea1d6fc6c2 100644
Binary files a/resources/rutorrent/proxy.png and b/resources/rutorrent/proxy.png differ
diff --git a/resources/rutorrent/proxyh.png b/resources/rutorrent/proxyh.png
index 15699ce23c..ac8ef49947 100644
Binary files a/resources/rutorrent/proxyh.png and b/resources/rutorrent/proxyh.png differ
diff --git a/resources/rutorrent/r_bg.gif b/resources/rutorrent/r_bg.gif
index 5103c654cb..1f265889c2 100644
Binary files a/resources/rutorrent/r_bg.gif and b/resources/rutorrent/r_bg.gif differ
diff --git a/resources/rutorrent/refresh.png b/resources/rutorrent/refresh.png
index bd8d5525d1..c81818ff3f 100644
Binary files a/resources/rutorrent/refresh.png and b/resources/rutorrent/refresh.png differ
diff --git a/resources/rutorrent/refreshui.png b/resources/rutorrent/refreshui.png
index e396b4a436..39b3638d80 100644
Binary files a/resources/rutorrent/refreshui.png and b/resources/rutorrent/refreshui.png differ
diff --git a/resources/rutorrent/refreshuih.png b/resources/rutorrent/refreshuih.png
index b72ec9f8b7..9628dc2db7 100644
Binary files a/resources/rutorrent/refreshuih.png and b/resources/rutorrent/refreshuih.png differ
diff --git a/resources/rutorrent/s.gif b/resources/rutorrent/s.gif
index 46b0319faa..a94f3cc1c5 100644
Binary files a/resources/rutorrent/s.gif and b/resources/rutorrent/s.gif differ
diff --git a/resources/rutorrent/s_bg.gif b/resources/rutorrent/s_bg.gif
index 5103c654cb..1f265889c2 100644
Binary files a/resources/rutorrent/s_bg.gif and b/resources/rutorrent/s_bg.gif differ
diff --git a/resources/rutorrent/seedboxmanager.png b/resources/rutorrent/seedboxmanager.png
index fb3512129d..adf3485f0b 100644
Binary files a/resources/rutorrent/seedboxmanager.png and b/resources/rutorrent/seedboxmanager.png differ
diff --git a/resources/rutorrent/seedboxmanagerh.png b/resources/rutorrent/seedboxmanagerh.png
index 851d4be894..b60cf55a38 100644
Binary files a/resources/rutorrent/seedboxmanagerh.png and b/resources/rutorrent/seedboxmanagerh.png differ
diff --git a/resources/rutorrent/share.png b/resources/rutorrent/share.png
index 0900d663fd..4ebf6ed5f4 100644
Binary files a/resources/rutorrent/share.png and b/resources/rutorrent/share.png differ
diff --git a/resources/rutorrent/status.png b/resources/rutorrent/status.png
index 24c8cfccf2..56d37f4b85 100644
Binary files a/resources/rutorrent/status.png and b/resources/rutorrent/status.png differ
diff --git a/resources/rutorrent/status_icons.png b/resources/rutorrent/status_icons.png
index 76d974ac0c..c55e504885 100644
Binary files a/resources/rutorrent/status_icons.png and b/resources/rutorrent/status_icons.png differ
diff --git a/resources/rutorrent/t_bg.gif b/resources/rutorrent/t_bg.gif
index 2c403b84e7..a798978363 100644
Binary files a/resources/rutorrent/t_bg.gif and b/resources/rutorrent/t_bg.gif differ
diff --git a/resources/rutorrent/tb_bg.gif b/resources/rutorrent/tb_bg.gif
index 43faede353..0ad843c41a 100644
Binary files a/resources/rutorrent/tb_bg.gif and b/resources/rutorrent/tb_bg.gif differ
diff --git a/resources/rutorrent/text.png b/resources/rutorrent/text.png
index d2970e07de..4ee87b0a7f 100644
Binary files a/resources/rutorrent/text.png and b/resources/rutorrent/text.png differ
diff --git a/resources/rutorrent/toolbar.png b/resources/rutorrent/toolbar.png
index b5f15553d7..a57d8843f7 100644
Binary files a/resources/rutorrent/toolbar.png and b/resources/rutorrent/toolbar.png differ
diff --git a/resources/rutorrent/torrent.png b/resources/rutorrent/torrent.png
index baf4d069e5..cc16fda554 100644
Binary files a/resources/rutorrent/torrent.png and b/resources/rutorrent/torrent.png differ
diff --git a/resources/rutorrent/up.png b/resources/rutorrent/up.png
index 5d327f3d4c..d3d0b47b3d 100644
Binary files a/resources/rutorrent/up.png and b/resources/rutorrent/up.png differ
diff --git a/resources/rutorrent/video.png b/resources/rutorrent/video.png
index 855604a85d..d1ce61204d 100644
Binary files a/resources/rutorrent/video.png and b/resources/rutorrent/video.png differ
diff --git a/resources/soul.jpg b/resources/soul.jpg
index 89882b3184..eff2f87acc 100644
Binary files a/resources/soul.jpg and b/resources/soul.jpg differ
diff --git a/resources/space.jpg b/resources/space.jpg
index b443a38b76..8518b863bc 100644
Binary files a/resources/space.jpg and b/resources/space.jpg differ
diff --git a/resources/time.jpg b/resources/time.jpg
index 3bc22105ff..764a9929fd 100644
Binary files a/resources/time.jpg and b/resources/time.jpg differ
diff --git a/resources/transmission/icons.png b/resources/transmission/icons.png
index 0229df48df..24a2af1d6a 100644
Binary files a/resources/transmission/icons.png and b/resources/transmission/icons.png differ