diff --git a/common/wezterm/catpuccin.lua b/common/wezterm/catpuccin.lua index 8ed3057..33b7845 100644 --- a/common/wezterm/catpuccin.lua +++ b/common/wezterm/catpuccin.lua @@ -172,26 +172,26 @@ function M.select(palette, flavor, accent) compose_cursor = c.flamingo, tab_bar = { - background = c.crust, + background = c.mantle, active_tab = { - bg_color = c.crust, + bg_color = c.mantle, fg_color = c[accent], }, inactive_tab = { - bg_color = c.mantle, - fg_color = c.text, + bg_color = c.crust, + fg_color = c.surface1, }, inactive_tab_hover = { bg_color = c.base, fg_color = c.text, }, new_tab = { - bg_color = c.surface0, + bg_color = c.mantle, fg_color = c.text, }, new_tab_hover = { bg_color = c.surface1, - fg_color = c.text, + fg_color = c[accent], }, -- fancy tab bar inactive_tab_edge = c.surface0, @@ -232,7 +232,7 @@ function M.apply_to_config(c, opts) -- default options local defaults = { flavor = "mocha", - accent = "mauve", + accent = "sapphire", sync = false, sync_flavors = { light = "latte", dark = "mocha" }, color_overrides = { mocha = {}, macchiato = {}, frappe = {}, latte = {} }, diff --git a/common/wezterm/wezterm.lua b/common/wezterm/wezterm.lua index 09ade5f..be2143e 100644 --- a/common/wezterm/wezterm.lua +++ b/common/wezterm/wezterm.lua @@ -15,7 +15,7 @@ config.font = wezterm.font('IosevkaLyteTerm', { weight = 'Regular', italic = fal config.font_size = 12.0 config.hide_tab_bar_if_only_one_tab = true -config.use_fancy_tab_bar = true +config.use_fancy_tab_bar = false config.tab_bar_at_bottom = true config.window_background_opacity = 1.0