micheleg / dash-to-dock

A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
https://micheleg.github.io/dash-to-dock/
GNU General Public License v2.0
3.82k stars 463 forks source link

Fix progress bar colors #2153

Closed sergio-costas closed 3 months ago

sergio-costas commented 4 months ago

As commented in https://github.com/ubuntu/yaru/issues/4016, the progress bar, with its 3D gradient track, doesn't fit very well in the current Gnome/Yaru theme.

This patch changes this, allowing to set all the colors in the bars using CSS: the background color and outline width and color both for the track and the progress bar itself, and also use either plain colors or gradients in each of the four elements, allowing to also specify the start and stop points.

imagen

sergio-costas commented 4 months ago

Ok, I did some extra changes and now it allows to set all the colors using CSS. It is possible to choose between plain colors or gradients, and more.

sergio-costas commented 4 months ago

@jbicha Can you review this when you have some spare time, please?

sergio-costas commented 4 months ago

@3v1n0 Or you, Marco, can you review this when you have some spare time, please?

3v1n0 commented 3 months ago

Thanks, let's get this in!