Opened 17 years ago

Closed 17 years ago

#55 closed Defect (fixed)

New green for seeding torrents

Reported by: SineOtter Owned by: somebody
Priority: Normal Milestone: Sometime
Component: Transmission Version: 0.5
Severity: Normal Keywords: color
Cc:

Description

The green that's in there is pretty ugly and bright, so I messed with things and found a green that is more in line with iChat's "lime" color.

The base RGB value is 226 255 151, and with the coeffiencets applied, you get the following values for kGreen[] in the file TorrentCell?.m

0x859659FF, 0xCDE889FF, 0xDBF792FF, 0xCFEA8AFF,

0xB2C977FF, 0xABC172FF, 0xC0D880FF, 0xD2ED8CFF,

0xE2FF97FF, 0xDFFC95FF, 0x0000003F, 0x00000015

I'd submit them some other way but I honestly don't know how.

Change History (2)

comment:1 Changed 17 years ago by anonymous

Your color seems too yellow. I've had mine set to the color below, I suggest it be changed to it instead.

/* 207, 255, 151 */ 0x719659FF, 0xB9E889FF, 0xC9F792FF, 0xBDEA8AFF, 0x9DC977FF, 0x97C172FF, 0xADD880FF, 0xBFED8CFF, 0xCFFF97FF, 0xCCFC95FF, 0x0000003F, 0x00000015

comment:2 Changed 17 years ago by livings124

  • Resolution set to fixed
  • Status changed from new to closed

Images are now used in 0.6, and I think that the green isn't nearly as bad.

Note: See TracTickets for help on using tickets.