increase wezterm default font size slightly
This commit is contained in:
@@ -42,9 +42,9 @@ config = {
|
|||||||
cursor_blink_ease_in = 'Constant',
|
cursor_blink_ease_in = 'Constant',
|
||||||
cursor_blink_rate = 0,
|
cursor_blink_rate = 0,
|
||||||
font = wezterm.font('JetBrainsMono Nerd Font'),
|
font = wezterm.font('JetBrainsMono Nerd Font'),
|
||||||
font_size = 14,
|
font_size = 15,
|
||||||
window_background_opacity = 0.85,
|
window_background_opacity = 0.85,
|
||||||
macos_window_background_blur = 9,
|
macos_window_background_blur = 17,
|
||||||
window_padding = {
|
window_padding = {
|
||||||
left = 2,
|
left = 2,
|
||||||
right = 2,
|
right = 2,
|
||||||
@@ -53,4 +53,4 @@ config = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|||||||
Reference in New Issue
Block a user