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:
parent
82a834c186
commit
0a283240fd
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user