A very basic dark theme for bitmagnet
bitmagnet dark by gascraft
Details
Authorgascraft
LicenseGPLv3
Categorybitmagnet
Created
Updated
Size608 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Modify the URL match to target your personal bitmagnet instance
Tested on version 0.6.2
Source code
/* ==UserStyle==
@name bitmagnet dark
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A very basic dark theme for bitmagnet
@author gascraft
@license GPLv3
==/UserStyle== */
@-moz-document url-prefix("https://bitmagnet.")
{
app-torrent-content
{
/* invert colors but keep hue */
filter: invert() hue-rotate(180deg);
}
/* fix images, stuff that was already dark, and stuff outside the main content */
.button-refresh,
.cdk-overlay-container,
img.poster
{
filter: invert() hue-rotate(180deg);
}
}