wezterm: transition to cascadia with baked-in features
This commit is contained in:
parent
c0f18f5405
commit
e810d90438
1 changed files with 3 additions and 6 deletions
|
@ -18,13 +18,10 @@ cfg.check_for_updates = false
|
||||||
-- fonts & text
|
-- fonts & text
|
||||||
cfg.cursor_blink_rate = 0
|
cfg.cursor_blink_rate = 0
|
||||||
cfg.bold_brightens_ansi_colors = false
|
cfg.bold_brightens_ansi_colors = false
|
||||||
cfg.font = wt.font{
|
cfg.font = wt.font('Vascadia Mono PL')
|
||||||
family = 'Cascadia Mono PL',
|
|
||||||
harfbuzz_features = {"ss01", "ss19", "ss20"}
|
|
||||||
}
|
|
||||||
cfg.font_size = fn.set_by_os{
|
cfg.font_size = fn.set_by_os{
|
||||||
Darwin = 14,
|
Darwin = 15,
|
||||||
others = 10
|
others = 11
|
||||||
}
|
}
|
||||||
|
|
||||||
-- visuals
|
-- visuals
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue