diff options
| -rw-r--r-- | .config/wezterm/wezterm.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua new file mode 100644 index 0000000..904c9a8 --- /dev/null +++ b/.config/wezterm/wezterm.lua @@ -0,0 +1,11 @@ +local wezterm = require 'wezterm' +return { + font = wezterm.font 'JetBrains Mono', + --font = wezterm.font_with_fallback { + --}, + --font = wezterm.font 'Fira Code', + -- You can specify some parameters to influence the font selection; + -- for example, this selects a Bold, Italic font variant. + --font = wezterm.font('JetBrains Mono', { weight = 'Bold', italic = true }), + color_scheme = 'transparent', +} |
