mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-24 21:25:36 +00:00
update style of wezterm tab bar
This commit is contained in:
parent
f0b9bfc0a7
commit
265144d957
@ -112,14 +112,29 @@
|
||||
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
|
||||
audible_bell = "Disabled",
|
||||
|
||||
initial_rows = 80,
|
||||
initial_cols = 200,
|
||||
|
||||
font = wezterm.font 'VictorMono Nerd Font',
|
||||
font_size = 18.0,
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user