update style of wezterm tab bar

This commit is contained in:
Noah Masur 2024-06-16 18:31:52 -06:00
parent f0b9bfc0a7
commit 265144d957
No known key found for this signature in database

View File

@ -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,
} }
''; '';
}; };