catppuccin / wezterm

:shell: Soothing pastel theme for WezTerm
MIT License
244 stars 4 forks source link

tab bar doesnt change color #12

Closed korbosoft closed 1 year ago

korbosoft commented 1 year ago

image if you need more details, feel free to ask

nekowinston commented 1 year ago

Please use

return {
  use_fancy_tab_bar = false,
}

if you expect to see a styled tab bar appearance. See the docs.

The "fancy tab bar" has less options available: https://wezfurlong.org/wezterm/config/appearance.html#native-fancy-tab-bar-appearance

If you want to style your retro tab bar, feel free to have a look at my dotfiles:

image
korbosoft commented 1 year ago

Thanks!

nonetrix commented 9 months ago

Please use

return {
  use_fancy_tab_bar = false,
}

if you expect to see a styled tab bar appearance. See the docs.

The "fancy tab bar" has less options available: https://wezfurlong.org/wezterm/config/appearance.html#native-fancy-tab-bar-appearance

If you want to style your retro tab bar, feel free to have a look at my dotfiles: image

Worked for me, just wanted to mention that said config has moved into it's own repo for anyone that comes across this. You can find it here now and has examples on how to use it https://github.com/nekowinston/wezterm-bar