Adjust line spacing in Alacritty

This commit is contained in:
Oliver Davies 2024-11-16 15:47:44 +00:00
parent bc3a9b43d7
commit 18b4f4429f

View file

@ -30,8 +30,8 @@ in
bold.style = "Regular";
normal.family = "${theme.fonts.monospace.name}";
offset.y = 12;
glyph_offset.y = 6;
offset.y = 6;
glyph_offset.y = 3;
};
terminal.shell = {