1
0
Fork 0

gvim, wezterm: maple mono experiment

This commit is contained in:
Von Random 2025-06-15 15:33:06 +03:00
parent 2c417f5a51
commit 84772f2a63
2 changed files with 3 additions and 3 deletions

View file

@ -18,9 +18,9 @@ cfg.check_for_updates = false
-- fonts & text
cfg.cursor_blink_rate = 0
cfg.bold_brightens_ansi_colors = false
cfg.font = wt.font('Vascadia Mono PL')
cfg.font = wt.font('Maple Mono NF')
cfg.font_size = fn.set_by_os{
Darwin = 15,
Darwin = 14,
others = 11
}