Skip to content

qbittorrent dark theme based on colors used on my portfolio site - cjratliff.com

Notifications You must be signed in to change notification settings

Carve/qbittorrent-webui-cjratliff.com

Repository files navigation

qBittorrent Web UI theme - cjratliff.com 1

Screenshot

Installation

First, you need to download a copy of the latest release (or clone / download this repository for the latest).

  • Under Tools->Preferences->WebUI enable Use alternative WebUI.
  • Choose a location that points to /path/to/qbittorrent-webui-cjratliff.com
  • Restart qBittorrent or refresh your browser for changes to take effect.
  • Optional Add content-security-policy headers under Tools->Preferences->WebUI > Add custom HTTP headers
content-security-policy: default-src 'self'; style-src 'self' 'unsafe-inline' raw.githubusercontent.com use.fontawesome.com; img-src 'self' theme-park.dev raw.githubusercontent.com data:; script-src 'self' 'unsafe-inline'; object-src 'self'; form-action 'self'; frame-ancestors 'self'; font-src 'self' use.fontawesome.com;

optional-installation-step1

You can also change these settings via the config file. The relevant entries are:

WebUI\AlternativeUIEnabled=true
WebUI\RootFolder=/path/to/qbittorrent-webui-cjratliff.com

Styling

Colors

  • #00d9ff Primary: #00d9ff
  • #202020 Background: #202020
  • #242424 Background-Alt: #242424
  • #4e4e4e Background-Alt2: #4e4e4e
  • #c2c2c2 Text: #c2c2c2
  • #d3d3d3 Text-Alt: #d3d3d3
  • #2F3437 Line-Color: #2F3437
  • #ef596f Red: #ef596f
  • #be5046 Orange: #be5046
  • #e5c07b Yellow: #e5c07b
  • #89ca78 Green: #89ca78
  • #61afef Blue: #61afef
  • #d55fde Indigo: #d55fde
  • #ba5fde Violet: #ba5fde

Fonts

Google Sans

Other

This is for qBittorent versions 5.x and higher, or qBittorent < 5.x, please use v1.4.0

Footnotes

  1. Based on colorscheme from cjratliff.com

About

qbittorrent dark theme based on colors used on my portfolio site - cjratliff.com

Resources

Stars

Watchers

Forks

Packages

No packages published