Comment 17 for bug 908766

Revision history for this message
Daniel Hahler (blueyed) wrote : Re: byobu changes background color in applications

The 256colors2.pl script works btw, but in contrast to Vim it does not appear to check for terminal properties/capabilities.

I think Vim notices that there is only support for 8 colors according to $TERM and behaves like that.
A workaround appears to "set t_Co=256" in Vim.