1
0
Fork 0

wezterm: alt fonts

This commit is contained in:
Von Random 2025-02-27 16:06:24 +02:00
parent 3168e01c95
commit dc237a6307
2 changed files with 3 additions and 3 deletions
dot_config/wezterm

View file

@ -10,8 +10,8 @@ local tab_bg_active = '#fdf6e3'
-- fonts
local fonts = wt.config_builder()
fonts.font = wt.font('IBM Plex Mono')
fonts.harfbuzz_features = {'ss03'}
fonts.font = wt.font('JetBrains Mono')
fonts.harfbuzz_features = {'zero'}
-- theme
local theme = wt.config_builder()

View file

@ -52,7 +52,7 @@ cfg.colors = {
},
inactive_tab = {
fg_color = tab_fg,
bg_color = tab_bg
bg_color = tab_bg,
}
}
}