mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
update style of wezterm tab bar
This commit is contained in:
parent
f0b9bfc0a7
commit
265144d957
@ -112,14 +112,29 @@
|
|||||||
bottom = 0,
|
bottom = 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
font = wezterm.font 'VictorMono Nerd Font',
|
||||||
|
font_size = 18.0,
|
||||||
|
|
||||||
|
-- Tab Bar
|
||||||
|
window_frame = {
|
||||||
|
font = wezterm.font 'VictorMono Nerd Font',
|
||||||
|
font_size = 16.0,
|
||||||
|
},
|
||||||
|
|
||||||
|
colors = {
|
||||||
|
tab_bar = {
|
||||||
|
active_tab = {
|
||||||
|
bg_color = '${config.theme.colors.base00}',
|
||||||
|
fg_color = '${config.theme.colors.base04}',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
-- Disable audio
|
-- Disable audio
|
||||||
audible_bell = "Disabled",
|
audible_bell = "Disabled",
|
||||||
|
|
||||||
initial_rows = 80,
|
initial_rows = 80,
|
||||||
initial_cols = 200,
|
initial_cols = 200,
|
||||||
|
|
||||||
font = wezterm.font 'VictorMono Nerd Font',
|
|
||||||
font_size = 18.0,
|
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user