diff --git a/gui/.config/wezterm/overrides.lua b/gui/.config/wezterm/overrides.lua index 1818414..c425921 100644 --- a/gui/.config/wezterm/overrides.lua +++ b/gui/.config/wezterm/overrides.lua @@ -8,7 +8,7 @@ local fonts = wt.config_builder() fonts.font = wt.font('JetBrains Mono') fonts.font_size = fn.set_by_os{ Darwin = 14, - others = 11 + others = 10 } fonts.harfbuzz_features = {'calt=0', 'clig=0', 'liga=0'} diff --git a/gui/.config/wezterm/wezterm.lua b/gui/.config/wezterm/wezterm.lua index 5fa030d..0bd2c51 100644 --- a/gui/.config/wezterm/wezterm.lua +++ b/gui/.config/wezterm/wezterm.lua @@ -15,7 +15,7 @@ cfg.cursor_blink_rate = 0 cfg.bold_brightens_ansi_colors = false cfg.font = wt.font('Fantasque Sans Mono') cfg.font_size = fn.set_by_os{ - Darwin = 15, + Darwin = 16, others = 12 }