1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Use Berkeley Mono for Wezterm

This commit is contained in:
Dan Barber 2024-08-23 18:10:47 -05:00
parent 82a834c186
commit 0a283240fd

View File

@ -4,8 +4,8 @@ local config = wezterm.config_builder()
local act = wezterm.action
config.color_scheme = "Gruvbox Dark (Gogh)"
config.font = wezterm.font "MonoLisa"
config.font_size = 13
config.font = wezterm.font "Berkeley Mono"
config.font_size = 14
config.use_fancy_tab_bar = false