mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Revise color for completed status
Now it uses the purple color which matches the completed status icon color. Related: #18078.
This commit is contained in:
parent
50c08e55cd
commit
182915f801
2 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ namespace
|
|||
case BitTorrent::TorrentState::PausedDownloading:
|
||||
return (isDarkTheme ? Color::Primer::Dark::fgMuted : Color::Primer::Light::fgMuted);
|
||||
case BitTorrent::TorrentState::PausedUploading:
|
||||
return (isDarkTheme ? Color::Primer::Dark::scaleBlue4 : Color::Primer::Light::scaleBlue4);
|
||||
return (isDarkTheme ? Color::Primer::Dark::doneFg : Color::Primer::Light::doneFg);
|
||||
case BitTorrent::TorrentState::QueuedDownloading:
|
||||
case BitTorrent::TorrentState::QueuedUploading:
|
||||
return (isDarkTheme ? Color::Primer::Dark::scaleYellow6 : Color::Primer::Light::scaleYellow6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue