Issue with @catppuccin_pane_{left,right}_separator background
I have set the following:
set -g @catppuccin_pane_status_enabled "yes"
set -g @catppuccin_pane_border_status "top"
set -g @catppuccin_pane_left_separator "î‚¶"
set -g @catppuccin_pane_right_separator "î‚´"
set -g @catppuccin_pane_middle_separator " â–ˆ"
set -g @catppuccin_pane_number_position "right"
set -g @catppuccin_pane_default_fill "number"
set -g @catppuccin_pane_border_style "fg=#24273a"
set -g @catppuccin_pane_active_border_style "fg=#24273a"
Looking closely at the picture, you can see a background behind the separator where there should be none.
Same here
@onaforeignshore I made a fork and create a tag that works for me...
Install:
set -g @plugin 'guedesfelipe/catppuccin_tmux#1.0.0'
Tag 1.0.0 rollback to commit e80cb735bbcd264ff971fdf7e58b219b60286c81
@vdbe @89iuv Maybe we need to use tags at each changes to not break our envs xD
@guedesfelipe This works for me. Thanks!
before:
after:
I flipped to your fork, and then back to
set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavour 'mocha'
and it went from odd background colors back to normal (sorry, neglected to take a screenshot). Thanks for the help!
@vn7n24fzkq If you make an issue with your config I can try to find the problem. From you screenshots it seems like config 3 with a custom background color and top status bar which works fine.