Prettier wezterm tabs

This commit is contained in:
Dan Barber 2024-09-27 12:13:07 -05:00
parent 2a01f7ef96
commit a3fa4b0885

View File

@ -7,7 +7,27 @@ config.color_scheme = "Srcery (Gogh)"
config.font = wezterm.font "Berkeley Mono"
config.font_size = 14
config.use_fancy_tab_bar = false
config.colors = {
tab_bar = {
inactive_tab = {
bg_color = "black",
fg_color = "#918175"
},
active_tab = {
bg_color = "#1c1b19",
fg_color = "#fce8c3"
}
}
}
config.window_frame = {
inactive_titlebar_bg = "black",
active_titlebar_bg = "black",
font = wezterm.font({ family = 'Berkeley Mono', weight = 'Bold' }),
font_size = 14
}
config.use_fancy_tab_bar = true
config.hide_tab_bar_if_only_one_tab = true
config.window_padding = {