Use GoMono for WezTerm
This commit is contained in:
parent
5fb0420ae2
commit
92be937236
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ local wezterm = require 'wezterm';
|
|||
return {
|
||||
--color_scheme = 'Gruvbox dark, hard (base16)',
|
||||
color_scheme = 'Dracula Pro (Morbius)',
|
||||
font = wezterm.font('SauceCodePro Nerd Font Mono', {weight='Medium'}),
|
||||
--font = wezterm.font('SauceCodePro Nerd Font Mono', {weight='Medium'}),
|
||||
font = wezterm.font('GoMono Nerd Font', {weight='Medium'}),
|
||||
font_size = 12.0,
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
scrollback_lines = 1000,
|
||||
|
|
Loading…
Reference in a new issue