feat(wezterm): increase line height

This commit is contained in:
Stefan Imhoff
2023-11-10 13:24:40 +01:00
parent 565a980d5b
commit 73fa75d304

View File

@@ -27,7 +27,7 @@ config.font = wezterm.font({
},
})
config.font_size = 22.0
config.line_height = 1.1
config.line_height = 1.2
config.color_scheme = "Tokyo Night"
config.cursor_blink_rate = 0