edkolev/tmuxline.vim

Transparent statusbar

Closed this issue · 0 comments

Hi,

I have the following setting in my .tmux.conf:

# Make status bar transparent
set -g status-bg default

Which makes the unused side of the bar to be transparent:
image

But once I open vim, this configuration is overwriten:
image

How can I regain this option with tmuxline?

Thank you