Skip to content

Tweak status colors to match convention for Transmission#1392

Open
melyux wants to merge 1 commit into
6c65726f79:mainfrom
melyux:patch-1
Open

Tweak status colors to match convention for Transmission#1392
melyux wants to merge 1 commit into
6c65726f79:mainfrom
melyux:patch-1

Conversation

@melyux

@melyux melyux commented Jul 28, 2024

Copy link
Copy Markdown

Basically, blue is downloading and green is seeding. Right now, Transmissionic does the opposite and it's confusing.

Fixes #1391

@sonarqubecloud

Copy link
Copy Markdown

xiaoxinmm added a commit to xiaoxinmm/Transmissionic that referenced this pull request Mar 1, 2026
- Downloading (status 4): blue (primary) instead of green (success)
- Seeding (status 6): green (success) instead of blue (primary)

This aligns with the standard Transmission UI convention where
downloading torrents are shown in blue and seeding torrents in green.
xiaoxinmm pushed a commit to xiaoxinmm/Transmissionic that referenced this pull request Mar 1, 2026
Status 5 (seed queued) was using null instead of 'primary', causing
the progress bar to have no color. Updated to match Transmission's
official color convention where seeding/seed-queued use primary color.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make colors the same as the standard ones from the app

1 participant