chore: adjust terminal and tab font sizes for better readability

This commit is contained in:
2024-08-28 06:33:30 -04:00
parent de75dbb677
commit d3e4003dd8
+2 -2
View File
@@ -4,7 +4,7 @@
return {
-- Terminal Font Size
font_size = 12.0,
font_size = 11.5,
-- Terminal Font
font = WEZTERM.font_with_fallback({
{
@@ -56,7 +56,7 @@ return {
},
}),
-- Tab Font Size
font_size = 11,
font_size = 10,
},
-- Cell Width
cell_width = 1.0,