wezterm: alt fonts
This commit is contained in:
parent
3168e01c95
commit
dc237a6307
2 changed files with 3 additions and 3 deletions
dot_config/wezterm
|
@ -10,8 +10,8 @@ local tab_bg_active = '#fdf6e3'
|
||||||
|
|
||||||
-- fonts
|
-- fonts
|
||||||
local fonts = wt.config_builder()
|
local fonts = wt.config_builder()
|
||||||
fonts.font = wt.font('IBM Plex Mono')
|
fonts.font = wt.font('JetBrains Mono')
|
||||||
fonts.harfbuzz_features = {'ss03'}
|
fonts.harfbuzz_features = {'zero'}
|
||||||
|
|
||||||
-- theme
|
-- theme
|
||||||
local theme = wt.config_builder()
|
local theme = wt.config_builder()
|
||||||
|
|
|
@ -52,7 +52,7 @@ cfg.colors = {
|
||||||
},
|
},
|
||||||
inactive_tab = {
|
inactive_tab = {
|
||||||
fg_color = tab_fg,
|
fg_color = tab_fg,
|
||||||
bg_color = tab_bg
|
bg_color = tab_bg,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue