diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index f10a8b7..bc5ddb5 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -19,7 +19,6 @@ function font_with_fallback(name, params) return wezterm.font_with_fallback(names, params) end - local themeShelmanDark = { colors = { foreground = "#ded9ce", @@ -127,6 +126,7 @@ return { }, enable_tab_bar = true, + tab_bar_at_bottom = true, show_tab_index_in_tab_bar = true, enable_scroll_bar = false, window_decorations = "RESIZE",