transmission-web-soft-theme
transmission-web-soft-theme copied to clipboard
Transmission CSS soft theme and UI images
Transmission-web soft theme
Transmission web interface theme in two variants made by
- three different CSS stylesheet, one for impagination and the other two for dark and light theme
- a set of images (favicon and UI icons)
See the wiki for installation instructions.
Screenshots
Light

Dark

Enable/install
Edit the index.html file placed into the root of transmission web daemon (usually: /usr/share/transmission/web/) following lines as last stylesheet (Note: minified css use is suggested for network performance, non-minified for debugging)
The main theme (required)
<link href="./style/transmission/soft-theme.min.css" type="text/css" rel="stylesheet" />
Choose one of the two variants (dark or light)
-
<link href="./style/transmission/soft-light-theme.min.css" type="text/css" rel="stylesheet" /> -
<link href="./style/transmission/soft-dark-theme.min.css" type="text/css" rel="stylesheet" />