zefei / vim-wintabs

Modern buffer manager for Vim
MIT License
325 stars 25 forks source link

[question] change buffer status line colours #62

Open forgetmenotz opened 4 years ago

forgetmenotz commented 4 years ago

Hello. Can anyone advise me how to change the background color of the statusbar. I looked in renderer.vim as per the help page but I couldn't understand how it works. I'm using taboo for a tab line at the top and wintabs for a buffer line below, the latter of which sticks out due to its black coloured background, however.

raviles commented 3 years ago

Try something like

hi StatusLine ctermbg=red
hi StatusLine ctermfg=white