alacritty: reduce line spacing
This commit is contained in:
parent
9db5d7e3d7
commit
dbfe4530c2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ live_config_reload = true
|
||||||
normal = { family = "PragmataPro Mono" }
|
normal = { family = "PragmataPro Mono" }
|
||||||
bold = { family = "PragmataPro Mono", style = "Bold" }
|
bold = { family = "PragmataPro Mono", style = "Bold" }
|
||||||
italic = { family = "PragmataPro Mono", style = "Italic" }
|
italic = { family = "PragmataPro Mono", style = "Italic" }
|
||||||
offset = { y = 1, x = 0 } # line spacing
|
offset = { y = 0, x = 0 } # line spacing
|
||||||
size = 12
|
size = 12
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
|
|
Loading…
Add table
Reference in a new issue