Style status using new_tab_bg for consistency
This commit is contained in:
parent
92c3bcbf7c
commit
052a8a4dd4
|
@ -38,7 +38,7 @@ M.setup = function(scheme)
|
||||||
-- Color palette for the backgrounds of each cell
|
-- Color palette for the backgrounds of each cell
|
||||||
local colours = wezterm.color.gradient({
|
local colours = wezterm.color.gradient({
|
||||||
colors = {
|
colors = {
|
||||||
scheme.tab_bar.inactive_tab.bg_color,
|
scheme.tab_bar.new_tab.bg_color,
|
||||||
scheme.tab_bar.active_tab.bg_color,
|
scheme.tab_bar.active_tab.bg_color,
|
||||||
},
|
},
|
||||||
}, #cells + 1)
|
}, #cells + 1)
|
||||||
|
|
Loading…
Reference in a new issue