SylEleuth / gruvbox-plus-icon-pack

Gruvbox Plus icon pack for Linux desktops based on Gruvbox color theme.
GNU General Public License v3.0
349 stars 19 forks source link

add localsend icons #18

Closed mojamuto closed 1 year ago

mojamuto commented 1 year ago

original: https://github.com/localsend/localsend/blob/main/fastlane/metadata/android/en-US/images/icon.png

1.The original icon is a png.

2.Being square 16 and symbolic they measure 15x15px.

3.Have also made the dark version although it is not included in this pr in case it is necessary.

SylEleuth commented 1 year ago

Scalable looks good but is there any reason why 16 doesn't have 1px padding?

mojamuto commented 1 year ago

I think I don't quite understand what padding is, from what I understand it is a blank space around the element or another object. example: prueba2

But I looked at one of the last 16 icons that you uploaded and it doesn't have it: pie

I thought that if the icon is 16x16px but the object is 15x15 it would be worth as padding prueba3

I have not found an option to add padding in inkscape either, just a 2016 problem on github to add it but nothing else, what is my mistake?

SylEleuth commented 1 year ago

Padding 1px means it has 1px from each side. You can't automatically add padding in Inkscape. Instead just change the size of the icon. Enable grid, snap to grid and then You can easily adjust the size with constant eye on the space around. Screenshot_20230524_152046 The reasoning behind the foot.svg 16 not having padding on top and bottom (but having on left and right) is because it's tall (horizontal bar is a small additive).

SylEleuth commented 1 year ago

Thank You.