Skip to content

Instantly share code, notes, and snippets.

@zeule
Last active December 10, 2017 17:46
Show Gist options
  • Save zeule/03e56bfb49ba3b014d1a7bc63f9e7e1c to your computer and use it in GitHub Desktop.
Save zeule/03e56bfb49ba3b014d1a7bc63f9e7e1c to your computer and use it in GitHub Desktop.
qBittorrent default themes
[Info]
Name=Default
Description=Default qBittorrent font theme.
[Fonts]
TransferList=QFont:
TorrentProperties=QFont:
ExecutionLog=QFont:
[Info]
Name=Default (Dark)
Description=Default qBittorrent color theme. Dark flavour.
Inherits=Default (Light)
[TorrentState]
Uploading=RGB:#63b8ff
PausedUploading=RGB:#4f94cd
QueuedUploading=RGB:#00cdcd
StalledUploading=RGB:#cccccc
CheckingUploading=RGB:#00cdcd
ForcedUploading=RGB:#63b8ff
Allocating=RGB:#cccccc
Downloading=RGB:#32cd32
DownloadingMetadata=RGB:#32cd32
PausedDownloading=RGB:#fa8072
QueuedDownloading=RGB:#00cdcd
StalledDownloading=RGB:#cccccc
CheckingDownloading=RGB:#00cdcd
ForcedDownloading=RGB:#32cd32
QueuedForChecking=RGB:#00cdcd
CheckingResumeData=RGB:#00cdcd
[LogMsgType]
INFO=RGB:lightblue
WARNING=RGB:lightsalmon
CRITICAL=RGB:red
[Info]
Name=Default (Light)
Description=Default qBittorrent color theme. Light flavour.
[TorrentState]
Unknown=RGB:#ff0000
Error=RGB:#ff0000
MissingFiles=RGB:#ff0000
Uploading=RGB:#4169e1
PausedUploading=RGB:#000081
QueuedUploading=RGB:#008080
StalledUploading=RGB:#000000
CheckingUploading=RGB:#008080
ForcedUploading=RGB:#4169e1
Allocating=RGB:#000000
Downloading=RGB:#228b22
DownloadingMetadata=RGB:#228b22
PausedDownloading=RGB:#fa8072
QueuedDownloading=RGB:#008080
StalledDownloading=RGB:#000000
CheckingDownloading=RGB:#008080
ForcedDownloading=RGB:#228b22
QueuedForChecking=RGB:#008080
CheckingResumeData=RGB:#008080
[LogMsgType]
ALL=QPalette:Active:WindowText
NORMAL=QPalette:Active:WindowText
INFO=RGB:blue
WARNING=RGB:orange
CRITICAL=RGB:red
[DownloadProgressBar]
Background=RGB:white
Border=QPalette:Active:Dark
Complete=RGB:blue
Incomplete=RGB:#00d000
[Info]
Name=Plasma colors
Description=qBittorrent color theme which uses Plasma colors.
[TorrentState]
Unknown=Plasma:ForegroundNegative:Disabled
Error=Plasma:ForegroundNegative
MissingFiles=Plasma:ForegroundNegative
Uploading=Plasma:ForegroundNeutral
PausedUploading=Plasma:ForegroundNeutral:Disabled
QueuedUploading=Plasma:ForegroundNeutral:Inactive
StalledUploading=Plasma:ForegroundInactive
CheckingUploading=Plasma:ForegroundActive:Inactive
ForcedUploading=Plasma:ForegroundNeutral:Active:View:Intensify
Allocating=Plasma:ForegroundInactive
Downloading=Plasma:ForegroundPositive
DownloadingMetadata=Plasma:ForegroundActive:Active:View:Reduce
PausedDownloading=Plasma:ForegroundPositive:Disabled
QueuedDownloading=Plasma:ForegroundPositive:Inactive
StalledDownloading=Plasma:ForegroundInactive
CheckingDownloading=Plasma:ForegroundActive:Inactive
ForcedDownloading=Plasma:ForegroundPositive:Active:View:Intensify
QueuedForChecking=Plasma:ForegroundActive:Inactive
CheckingResumeData=Plasma:ForegroundActive:Inactive
[LogMsgType]
ALL=QPalette:Active:WindowText
NORMAL=QPalette:Active:WindowText
INFO=Plasma:ForegroundActive
WARNING=Plasma:ForegroundNeutral
CRITICAL=Plasma:ForegroundNegative
[DownloadProgressBar]
Background=Plasma:BackgroundNormal
Border=Plasma:DecorationFocus
Complete=Plasma:ForegroundActive
Incomplete=Plasma:ForegroundPositive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment