Adjust line spacing in Alacritty
This commit is contained in:
parent
bc3a9b43d7
commit
18b4f4429f
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue