Color of highlighted Progress column

Suggestions and discussion of future versions
Post Reply
Blackbeen63
New User
New User
Posts: 1
Joined: Sat Jan 14, 2023 7:01 am

Color of highlighted Progress column

Post by Blackbeen63 »

Could this is changed to ANYTHING than clear? It gives the illusion that the torrent is not complete as is & is really annoying IMO.
Keeping it the same as the non highlighted column would be fine as well.
mhertz
Moderator
Moderator
Posts: 2195
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Color of highlighted Progress column

Post by mhertz »

This is default behaviour of the gtk3 built-in adwaita theme, but see your point. To change locally, then need rebuild gtk3 with the change, and exchange main dll, though I stripped adwaita out and made external theme, changed it, and uploaded here, if wanted.

Light: https://paste.c-net.org/SherriBarge

Dark: https://paste.c-net.org/PrivacyCrazy

Extract wanted zip and move the 'gtk-3.0' folder into '\share' and move the 'Adwaitax' folder into '\share\themes', of deluge install folder. I need change theme name away from reserved Adwaita btw, to make this work, hence the 'Adwaitax' name used here.

For reference, it's line 737 of '\share\themes\Adwaitax\gtk-3.0\gtk-contained.css'(for 'light', and line 729 'gtk-contained-dark.css' for 'dark'), if wanting adjust yourself, and I just here changed to match non-highlighted(so blue selected progress now instead of white), but this is default line for 'light':

Code: Select all

treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { color: #3584e4; background-image: image(#ffffff); }
Post Reply