update wezterm tab bar styling
This commit is contained in:
parent
91115c664e
commit
81af58850b
|
@ -12,7 +12,7 @@ config.initial_rows = 48
|
||||||
config.hide_tab_bar_if_only_one_tab = true
|
config.hide_tab_bar_if_only_one_tab = true
|
||||||
config.tab_bar_at_bottom = true
|
config.tab_bar_at_bottom = true
|
||||||
config.use_fancy_tab_bar = false
|
config.use_fancy_tab_bar = false
|
||||||
config.show_new_tab_button_in_tab_bar = false
|
config.show_new_tab_button_in_tab_bar = true
|
||||||
config.tab_max_width = 32
|
config.tab_max_width = 32
|
||||||
config.enable_scroll_bar = true
|
config.enable_scroll_bar = true
|
||||||
config.window_background_opacity = 0.8
|
config.window_background_opacity = 0.8
|
||||||
|
@ -50,6 +50,12 @@ config.colors = {
|
||||||
"#33c7de", -- cyan
|
"#33c7de", -- cyan
|
||||||
"#ffffff", -- white
|
"#ffffff", -- white
|
||||||
},
|
},
|
||||||
|
tab_bar = {
|
||||||
|
active_tab = {
|
||||||
|
fg_color = "#33e7de",
|
||||||
|
bg_color = "#000000",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
-- config.color_scheme = "Gnometerm (terminal.sexy)"
|
-- config.color_scheme = "Gnometerm (terminal.sexy)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue