lukas-w / font-logos

An icon font providing popular linux distro's logos
https://lukas-w.github.io/font-logos
The Unlicense
446 stars 85 forks source link

The update Kali icon is barely visible #82

Closed daniruiz closed 2 years ago

daniruiz commented 2 years ago

With the latest update the icon for Kali is way too small. I know the previous image was oversized but that was done on purpose, as Kali's logo is really hard to align and too thin.

This is the commit with the changes to the logo:
https://github.com/lukas-w/font-logos/commit/aef7b01d38929a47bb06dd27f67435d3fea78899

Here's a comparison of the old and new icons being used in the terminal:
Old: image
New: image

The screenshots are taken using zoom in the terminal, so this is how it really looks with the normal terminal font-size:

image

lukas-w commented 2 years ago

I didn't consider anyone using non-monospace fonts in a terminal, sorry! Simply reverting this will break fixed-width display with .fl-fw. I'll try to come up with something that accommodates both use cases. Also the previous logo extended outside the em square, so I'll scale it back up to 1 em height which is slightly smaller than it used to be but still ~30% larger than the current one in v1.0.0. Hope that works.

lukas-w commented 2 years ago

Done via 42440ab4626d577f7001d9ca7dc20d22ca58c23a and released in v1.0.1.

daniruiz commented 2 years ago

Thank you! :wink: