mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
Prettier wezterm tabs
This commit is contained in:
parent
2a01f7ef96
commit
a3fa4b0885
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user