diff --git a/CSS/themes/qbittorrent/aquamarine.css b/CSS/themes/qbittorrent/aquamarine.css index d3542006..9c8f8519 100644 --- a/CSS/themes/qbittorrent/aquamarine.css +++ b/CSS/themes/qbittorrent/aquamarine.css @@ -16,5 +16,5 @@ :root { --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --progress-color: #607D8B; + --progress-color: #4c95af; } diff --git a/CSS/themes/qbittorrent/dark.css b/CSS/themes/qbittorrent/dark.css index 530f4964..e2ddd77f 100644 --- a/CSS/themes/qbittorrent/dark.css +++ b/CSS/themes/qbittorrent/dark.css @@ -16,5 +16,5 @@ :root { --main-bg-color: #1f1f1f; --modal-bg-color: radial-gradient(ellipse at top, #272727 50%, #1f1f1f 100%) center center/cover no-repeat fixed; - --progress-color: #607D8B; + --progress-color: #3d3d3d; } \ No newline at end of file diff --git a/CSS/themes/qbittorrent/hotline.css b/CSS/themes/qbittorrent/hotline.css index 591f83e1..ed76a1fc 100644 --- a/CSS/themes/qbittorrent/hotline.css +++ b/CSS/themes/qbittorrent/hotline.css @@ -16,5 +16,5 @@ :root { --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --progress-color: #607D8B; + --progress-color: #df6c4c; } \ No newline at end of file diff --git a/README.md b/README.md index 4d575ac4..a0bf6e8c 100644 --- a/README.md +++ b/README.md @@ -635,7 +635,7 @@ space-gray.css *** # Deluge Themes -Custom [Tautulli](https://github.com/deluge-torrent/deluge) CSS for consistent UI in [Organizr](https://github.com/causefx/Organizr). +Custom [Deluge](https://github.com/deluge-torrent/deluge) CSS for consistent UI in [Organizr](https://github.com/causefx/Organizr). ![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/deluge/deluge.gif) @@ -648,6 +648,33 @@ dark.css plex.css space-gray.css ``` +*** +# qBittorrent Themes + +Custom [qBitorrent](https://github.com/qbittorrent/qBittorrent) CSS for consistent UI in [Organizr](https://github.com/causefx/Organizr). + +![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/qbittorrent.gif) + + +``` +https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/XXX.css +aquamarine.css +hotline.css +dark.css +plex.css +space-gray.css +``` +### Screenshots +
Expand +

+ + + + + +

+
+ ### Honourable mentions: [leram84/layer.Cake](https://github.com/leram84/layer.Cake/) diff --git a/Screenshots/qbittorrent/qbit1.png b/Screenshots/qbittorrent/qbit1.png new file mode 100644 index 00000000..b547ac38 Binary files /dev/null and b/Screenshots/qbittorrent/qbit1.png differ diff --git a/Screenshots/qbittorrent/qbit2.png b/Screenshots/qbittorrent/qbit2.png new file mode 100644 index 00000000..5d3132de Binary files /dev/null and b/Screenshots/qbittorrent/qbit2.png differ diff --git a/Screenshots/qbittorrent/qbit3.png b/Screenshots/qbittorrent/qbit3.png new file mode 100644 index 00000000..8c06028c Binary files /dev/null and b/Screenshots/qbittorrent/qbit3.png differ diff --git a/Screenshots/qbittorrent/qbit4.jpg b/Screenshots/qbittorrent/qbit4.jpg new file mode 100644 index 00000000..5f6af49e Binary files /dev/null and b/Screenshots/qbittorrent/qbit4.jpg differ diff --git a/Screenshots/qbittorrent/qbit5.png b/Screenshots/qbittorrent/qbit5.png new file mode 100644 index 00000000..1e295225 Binary files /dev/null and b/Screenshots/qbittorrent/qbit5.png differ diff --git a/Screenshots/qbittorrent/qbittorrent.gif b/Screenshots/qbittorrent/qbittorrent.gif new file mode 100644 index 00000000..cb037da0 Binary files /dev/null and b/Screenshots/qbittorrent/qbittorrent.gif differ