diff --git a/desktop/.config/flavours/templates/wezterm/templates/default.mustache b/desktop/.config/flavours/templates/wezterm/templates/default.mustache index 130d0e9..798b9fd 100644 --- a/desktop/.config/flavours/templates/wezterm/templates/default.mustache +++ b/desktop/.config/flavours/templates/wezterm/templates/default.mustache @@ -34,11 +34,11 @@ brights = [ [colors.tab_bar] background = "#{{base00-hex}}" [colors.tab_bar.inactive_tab] -bg_color = "#{{base05-hex}}" -fg_color = "#{{base00-hex}}" -[colors.tab_bar.active_tab] bg_color = "#{{base00-hex}}" fg_color = "#{{base05-hex}}" +[colors.tab_bar.active_tab] +bg_color = "#{{base05-hex}}" +fg_color = "#{{base00-hex}}" [colors.tab_bar.new_tab] bg_color = "#{{base05-hex}}" fg_color = "#{{base00-hex}}"