1
0
Fork 0

wezterm: fonts

This commit is contained in:
Von Random 2024-05-14 19:50:08 +03:00
parent 62c19cef8a
commit 3cc24bd874
2 changed files with 9 additions and 5 deletions

View file

@ -13,7 +13,12 @@ local cursor_bg = '#cb4b16'
-- fonts
local fonts = wt.config_builder()
fonts.harfbuzz_features = {'calt=0', 'clig=0', 'liga=0', 'ss19'}
fonts.font = wt.font('Cascadia Mono PL')
fonts.harfbuzz_features = {'ss01', 'ss19', 'ss20'}
fonts.font_size = fn.set_by_os{
Darwin = 14,
others = 11
}
-- theme
local theme = wt.config_builder()

View file

@ -21,11 +21,10 @@ cfg.check_for_updates = false
cfg.harfbuzz_features = nil
cfg.cursor_blink_rate = 0
cfg.bold_brightens_ansi_colors = false
cfg.font = wt.font('Cascadia Mono PL')
cfg.harfbuzz_features = {'ss01', 'ss19', 'ss20'}
cfg.font = wt.font('Fantasque Sans Mono')
cfg.font_size = fn.set_by_os{
Darwin = 14,
others = 11
Darwin = 15,
others = 12
}
-- visuals