summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@mechanus.net>2023-10-15 00:47:22 +0300
committerVon Random <von@mechanus.net>2023-10-15 00:47:22 +0300
commit9ac26bc683b9f2c967e8e7c14a624469d19ffdbe (patch)
tree05e5b2cb158b092bfb5fb8d56066d180eaaac30e
parent2f009c76063e6bcf54cdd8265c33ea1cea86ab26 (diff)
wezterm: get rid of useless option
-rw-r--r--gui/.config/wezterm/wezterm.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/.config/wezterm/wezterm.lua b/gui/.config/wezterm/wezterm.lua
index ab5c4e1..5fa030d 100644
--- a/gui/.config/wezterm/wezterm.lua
+++ b/gui/.config/wezterm/wezterm.lua
@@ -46,7 +46,6 @@ cfg.colors = {
}
}
}
-cfg.colors.tab_bar.active_tab_hover = cfg.colors.tab_bar.active_tab
cfg.colors.tab_bar.inactive_tab_hover = cfg.colors.tab_bar.inactive_tab
cfg.window_frame = {
active_titlebar_bg = tab_bg,