Progress bar colors
Progress bar colors
Does anyone familiar with the Linux version of Deluge know where the program finds the information to draw the progress bars? Only in Deluge are my progress bars drawn as white with white background and white text. This makes them useless, and Deluge very frustrating to use. If I did know this information is there a way to rewrite the source code to have Deluge use the proper colors or is this something I can only change in my gtk theme? Would rather not do the later option as it would probably affect other programs negatively.
Re: Progress bar colors
Figured this one out myself. Hope this helps anyone else with this problem. Turns out it was a problem with the specific theme I was using (which I wrote myself, oops). Using other themes the progress bars in Deluge were drawn correctly and readable. I figured out where deluge gets the info for the colors of the progress bars through trial and error. There are two types of progress bars in Deluge. One in the Progress column in the main torrent area. You have to select View>Columns>Progress to see this one. The other is in the status area near the bottom. You select View>Tabs>Progress to see this one. The first type of progress bar was being determined by my listheader prelight colors in my gtk2.0. The second type of progress bar was being determinied by my progress bar and progress bar trough colors in gtk2.0. Once I changed those colors to the one I desired, the progress bars rendered correcty in Deluge.