githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.14k stars 219 forks source link

Problem with colored output in Alacritty #146

Closed ambitious-octopus closed 7 months ago

ambitious-octopus commented 7 months ago

I am using Alacritty (alacritty 0.12.2) and zsh, some colored output breaks the font.

ls command produce this: image

other commands, on the other hand, give no problems

image

others are instead mixed (see user column)

image

I think something bad happens with LS_COLORS, because by setting all colors to 0, the font is perfect!

image

Do you have any insight into this problem?

ambitious-octopus commented 7 months ago

Solved, wrong font name!

font:
  normal:
    family: Monaspace Argon Medium
    style: Regular
  bold:
    family: Monaspace Argon Medium
    style: Bold
  italic:
    family: Monaspace Radon Wide Medium
    style: Italic
  bold_italic:
    family: Monaspace Radon Wide Medium
    style: Italic

  size: 14.0