wezterm: more font tweaks
This commit is contained in:
parent
dc237a6307
commit
ebf583cb5a
2 changed files with 8 additions and 4 deletions
|
@ -10,8 +10,10 @@ local tab_bg_active = '#fdf6e3'
|
|||
|
||||
-- fonts
|
||||
local fonts = wt.config_builder()
|
||||
fonts.font = wt.font('JetBrains Mono')
|
||||
fonts.harfbuzz_features = {'zero'}
|
||||
fonts.font = wt.font{
|
||||
family = 'JetBrains Mono',
|
||||
harfbuzz_features = {'zero'}
|
||||
}
|
||||
|
||||
-- theme
|
||||
local theme = wt.config_builder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue