Page 1 of 1

Color of highlighted Progress column

Posted: Sat Jan 14, 2023 7:07 am
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.

Re: Color of highlighted Progress column

Posted: Mon Jan 16, 2023 10:45 pm
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); }