yamatsum / nonicons

A next-generation icon set for developers that extends octicons.
MIT License
174 stars 8 forks source link

Icons are no longer vertically centered in terminal #25

Closed HumblePresent closed 2 years ago

HumblePresent commented 2 years ago

As of commit 2644552 the icons are no longer vertically centered within a cell in a terminal emulator.

Sample icon on commit 598b1bc:

nonicons_good

Sample icon on commit 2644552:

nonicons_bad

These images were captured running

As you can see, in the first image the Lua icon is vertically centered within the terminal cell but in the second it is aligned to the top of the cell.

yamatsum commented 2 years ago

https://github.com/yamatsum/nonicons/issues/22

HumblePresent commented 2 years ago

The alignment is corrected with the latest commit. Thanks!