From 4f4666a551387fd7ba319c0ceaa8d4a11ea68c52 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 4 May 2023 01:42:09 -0500 Subject: [PATCH] refactor(wezterm): do not change hover bg for tabs --- dots/.config/wezterm/config/theme/colors.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/wezterm/config/theme/colors.lua b/dots/.config/wezterm/config/theme/colors.lua index 7a764318..e21bf6b1 100644 --- a/dots/.config/wezterm/config/theme/colors.lua +++ b/dots/.config/wezterm/config/theme/colors.lua @@ -159,7 +159,6 @@ wezterm.on("format-tab-title", function(tab, tabs, panes, config, hover, max_wid bg = color_names.kanagawa.sumiInk0 fg = color_names.kanagawa.oniViolet elseif hover then - bg = color_names.kanagawa.sumiInk2 fg = color_names.kanagawa.peachRed end