From 5cfbcd11dc9cef9804fa60dafc8b28411ce05c02 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Fri, 6 Jun 2025 07:10:01 -0400 Subject: [PATCH] increase wezterm default font size slightly --- .config/wezterm/wezterm.lua##default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/wezterm/wezterm.lua##default b/.config/wezterm/wezterm.lua##default index 29dc815..24637bc 100644 --- a/.config/wezterm/wezterm.lua##default +++ b/.config/wezterm/wezterm.lua##default @@ -42,9 +42,9 @@ config = { cursor_blink_ease_in = 'Constant', cursor_blink_rate = 0, font = wezterm.font('JetBrainsMono Nerd Font'), - font_size = 14, + font_size = 15, window_background_opacity = 0.85, - macos_window_background_blur = 9, + macos_window_background_blur = 17, window_padding = { left = 2, right = 2, @@ -53,4 +53,4 @@ config = { }, } -return config \ No newline at end of file +return config