In wezterm.lua if bar.apply_to_config(c) is the last function, it overrides the colors in appearance.lua, and vice versa.
This is the default pane border color, and the cursor color is not working.

This is the appearance function at the bottom, and I modified the colors in the appearance.lua file as shown below to override the tab bar colors.
And when I enable spotify to show in the bar, the whole right side disappears.


In
wezterm.luaifbar.apply_to_config(c)is the last function, it overrides the colors inappearance.lua, and vice versa.This is the default pane border color, and the cursor color is not working.
This is the appearance function at the bottom, and I modified the colors in the
appearance.luafile as shown below to override the tab bar colors.And when I enable spotify to show in the bar, the whole right side disappears.
