From 052a8a4dd446b6038903bf48bafd7d55501ac27a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 19 Feb 2023 12:18:43 +0000 Subject: [PATCH] Style status using new_tab_bg for consistency --- config/wezterm/status.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wezterm/status.lua b/config/wezterm/status.lua index 91f07e80..bed8caba 100644 --- a/config/wezterm/status.lua +++ b/config/wezterm/status.lua @@ -38,7 +38,7 @@ M.setup = function(scheme) -- Color palette for the backgrounds of each cell local colours = wezterm.color.gradient({ colors = { - scheme.tab_bar.inactive_tab.bg_color, + scheme.tab_bar.new_tab.bg_color, scheme.tab_bar.active_tab.bg_color, }, }, #cells + 1)