https://github.com/catppuccin/qbittorrent
🧲 Soothing pastel theme for qBittorrent
https://github.com/catppuccin/qbittorrent
catppuccin hacktoberfest qbittorrent theme
Last synced: 2 months ago
JSON representation
🧲 Soothing pastel theme for qBittorrent
- Host: GitHub
- URL: https://github.com/catppuccin/qbittorrent
- Owner: catppuccin
- License: mit
- Created: 2023-01-18T01:45:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T21:49:57.000Z (6 months ago)
- Last Synced: 2025-05-02T22:32:21.829Z (6 months ago)
- Topics: catppuccin, hacktoberfest, qbittorrent, theme
- Language: PowerShell
- Homepage:
- Size: 1.85 MB
- Stars: 685
- Watchers: 7
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Catppuccin for qBittorrent
![]()
![]()
## Previews
🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha
## Usage
### Client
1. Download the theme files (`.qbtheme`) from the latest [GitHub release](https://github.com/catppuccin/qbittorrent/releases/latest).
2. Open qBittorrent and go to **Tools** > **Preferences** > **Behaviour**.
3. Tick the **"use custom UI theme"** checkbox and select your chosen `.qbtheme` theme file.
4. Click **Apply** and restart qBittorrent for the changes to take effect.### WebUI
The Catppuccin theme for the WebUI is only available via
[theme.park](https://docs.theme-park.dev/themes/qbittorrent/) as a
[community theme](https://docs.theme-park.dev/community-themes/catppuccin/).
There are currently no plans to add custom support for it.For all available installation methods, see
[docs.theme-park.dev/setup](https://docs.theme-park.dev/setup/).For example, if you are using the `linuxserver/qbittorrent` Docker image, you
can install the Catppuccin theme by configuring the following environment
variables:```yaml
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:5.0.0
environment:
- DOCKER_MODS=ghcr.io/themepark-dev/theme.park:qbittorrent
- QBITTORRENT_VERSION=5.0.0
- TP_COMMUNITY_THEME=true
- TP_THEME=catppuccin-{flavor}
```Alternatively, the theme can also be installed via the browser extension
[Stylus](https://add0n.com/stylus.html). Create a new style in Stylus and add
the following code:```css
@import "https://theme-park.dev/css/base/qbittorrent/catppuccin-{flavor}.css";
```Where `{flavor}` is either: **latte**, **frappe**, **macchiato**, or **mocha**.
## 💝 Thanks to
- [Xurdejl](https://github.com/Xurdejl)
- [Material Design icons](https://github.com/google/material-design-icons)
![]()
Copyright © 2021-present Catppuccin Org