Zren / plasma-applet-presentwindows

https://store.kde.org/p/1181039/
16 stars 6 forks source link

More icon sizes #2

Closed andreyorst closed 5 years ago

andreyorst commented 5 years ago

With panel set for example to 24px height, 16px and 24px icons both look blurry: image As a solution I make new icon from 24px source with 22px size (breeze use this size) but such icon looses it's dynamic color and stays black, and I don't know how to fix this. bitmap

I'm adding my icons here, so you may be find it easy to fix color change issue and maybe include it to plasmoid by default: icons.tar.gz

Zren commented 5 years ago

When you edit via inkscape, it will change class="ColorScheme-Text" style="color:currentColor;" to style="color:#4d4d4d;", which means it won't follow the color scheme anymore.

Eg: https://github.com/Zren/plasma-applet-presentwindows/blob/master/package/contents/icons/presentwindows-24px.svg?short_path=c4a4c2c#L10

Zren commented 5 years ago

Added in v7.