wezterm: use juliamono
This commit is contained in:
parent
4d0578fb86
commit
3a94c865ba
1 changed files with 22 additions and 17 deletions
|
@ -36,22 +36,27 @@ end
|
|||
return {
|
||||
default_prog = default_prog,
|
||||
launch_menu = launch_menu,
|
||||
|
||||
-- keys = {
|
||||
-- {
|
||||
-- key = 'P',
|
||||
-- mods = 'CTRL',
|
||||
-- action = wezterm.action.ActivateCommandPalette,
|
||||
-- }
|
||||
-- },
|
||||
-- keys = {
|
||||
-- {
|
||||
-- key = 'P',
|
||||
-- mods = 'CTRL',
|
||||
-- action = wezterm.action.ActivateCommandPalette,
|
||||
-- }
|
||||
-- },
|
||||
|
||||
color_scheme = "iceberg-dark",
|
||||
|
||||
use_fancy_tab_bar = false,
|
||||
tab_bar_at_bottom = true,
|
||||
|
||||
window_background_opacity = 0.8,
|
||||
|
||||
font = wezterm.font 'FirgeNerd Console'
|
||||
window_background_opacity = 0.85,
|
||||
-- font = wezterm.font 'FirgeNerd Console'
|
||||
font = wezterm.font_with_fallback {
|
||||
{
|
||||
family = 'JuliaMono',
|
||||
harfbuzz_features = {
|
||||
'calt=0', -- disables ligature
|
||||
},
|
||||
},
|
||||
'FirgeNerd Console', -- for japanese
|
||||
'UniFont Regular',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue