fflewddur / tophat

View CPU, memory, disk, and network activity in the GNOME top bar.
https://extensions.gnome.org/extension/5219/tophat/
GNU General Public License v3.0
347 stars 26 forks source link

Is is possible for the svg icons to follow the panel text and icon colors? #82

Closed hrqmonteiro closed 1 year ago

hrqmonteiro commented 1 year ago

I have a light theme set that makes all of my panel text and icons dark, but TopHat icons doesn't follow it:

Screenshot from 2023-04-14 13-16-39

Is it possible to change it so it matches it? I tried messing around with the classes in the files from the extension but only wasn't able to make the background-color properly changes, like so:

.tophat-panel-icon {
  background-color: red;
  color: black;
}

Screenshot from 2023-04-14 13-17-40

Any help on it? It would be very nice if the icons matched!

hrqmonteiro commented 1 year ago

Update:

I added this functionality and opened a PR here

fflewddur commented 1 year ago

This is awesome, thanks for working out how to fix this!