Style status using new_tab_bg for consistency

This commit is contained in:
Evie Litherland-Smith 2023-02-19 12:18:43 +00:00
parent 92c3bcbf7c
commit 052a8a4dd4

View file

@ -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)