Use GoMono for WezTerm

This commit is contained in:
Tony Blyler 2023-11-07 11:50:12 -05:00
parent 5fb0420ae2
commit 92be937236

View file

@ -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,