wez: Use Berkeley Mono TX-02 typeface

This commit is contained in:
2024-12-26 20:24:25 -05:00
parent fa6e2a98fd
commit 68007d12ce

View File

@@ -1,7 +1,7 @@
local wezterm = require('wezterm') local wezterm = require('wezterm')
local config = wezterm.config_builder() local config = wezterm.config_builder()
config.color_scheme = "Catppuccin Mocha" config.color_scheme = "Catppuccin Mocha"
config.font = wezterm.font('FiraCode Nerd Font Mono') config.font = wezterm.font('TX-02')
config.font_size = 16 config.font_size = 17
return config return config